summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.h
Commit message (Expand)AuthorAgeFilesLines
* ice: enable transmit timestamps for E810 devicesJacob Keller2021-06-111-0/+3
* ice: enable receive hardware timestampingJacob Keller2021-06-111-0/+2
* ice: refactor ITR data structuresJesse Brandeburg2021-04-141-16/+14
* ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller2021-04-141-5/+1
* ice: Remove rx_gro_dropped statAnirudh Venkataramanan2021-04-071-1/+0
* ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2021-03-311-0/+2
* ice: Add Support for XPSBenita Bose2021-03-311-0/+6
* ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2021-02-121-0/+1
* ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski2021-02-121-1/+1
* ice: fix writeback enable logicJesse Brandeburg2021-02-081-1/+0
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-1/+1
* xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-1/+1
* ice: add useful statisticsJesse Brandeburg2020-08-011-0/+1
* ice: remove page_reuse statisticJesse Brandeburg2020-08-011-1/+0
* ice: fix signed vs unsigned comparisonsJesse Brandeburg2020-05-271-3/+4
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-05-231-1/+9
|\
| * ice: Support IPv4 Flow Director filtersHenry Tieman2020-05-221-0/+3
| * ice: Initialize Flow Director resourcesHenry Tieman2020-05-221-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-5/+3
|\ \ | |/ |/|
| * ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel2020-05-211-5/+3
* | ice: Add support for tunnel offloadsTony Nguyen2020-05-211-0/+3
|/
* ice: Don't reject odd values of usecs set by userBrett Creeley2020-02-191-1/+1
* ice: Trivial fixesTony Nguyen2020-02-121-2/+2
* ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2020-01-031-0/+6
* ice: introduce frame padding computation logicMaciej Fijalkowski2019-11-041-0/+81
* ice: introduce legacy Rx flagMaciej Fijalkowski2019-11-041-0/+13
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-3/+17
* ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak2019-11-041-10/+0
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-1/+33
* ice: Introduce ice_base.cAnirudh Venkataramanan2019-11-041-2/+0
* ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley2019-08-201-0/+13
* ice: Use bitfields when possibleJesse Brandeburg2019-05-231-1/+1
* ice: Reorganize tx_buf and ring structsJesse Brandeburg2019-05-231-14/+21
* ice: Add ability to update rx-usecs-highBrett Creeley2019-05-021-0/+1
* ice: Add priority information into VLAN headerAnirudh Venkataramanan2019-04-181-0/+2
* ice: Update rings based on TC informationAnirudh Venkataramanan2019-04-181-0/+3
* ice: Update comment regarding the ITR_GRAN_SBrett Creeley2019-03-261-1/+1
* ice: Audit hotpath structures with paholeBrett Creeley2019-03-261-9/+1
* ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan2019-03-261-0/+6
* ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski2019-03-251-0/+3
* ice: Introduce bulk update for page countMaciej Fijalkowski2019-03-251-0/+1
* ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley2019-03-191-0/+1
* ice: Implement getting and setting ethtool coalesceBrett Creeley2019-01-151-0/+2
* ice: Add support for adaptive interrupt moderationBrett Creeley2019-01-151-12/+18
* ice: Fix tx_timeout in PF driverBrett Creeley2018-11-061-2/+15
* ice: Add more flexibility on how we assign an ITR indexBrett Creeley2018-10-031-9/+4
* ice: Add support for dynamic interrupt moderationBrett Creeley2018-10-021-6/+11
* ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari2018-08-281-0/+1
* ice: Change struct members from bool to u8Bruce Allan2018-08-231-1/+1
* ice: Add support for VLANs and offloadsAnirudh Venkataramanan2018-03-261-0/+17