aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_txrx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley1-1/+1
2020-02-12ice: Trivial fixesTony Nguyen1-2/+2
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski1-0/+6
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski1-0/+81
2019-11-04ice: introduce legacy Rx flagMaciej Fijalkowski1-0/+13
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-3/+17
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak1-10/+0
2019-11-04ice: Add support for XDPMaciej Fijalkowski1-1/+33
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan1-2/+0
2019-08-20ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley1-0/+13
2019-05-23ice: Use bitfields when possibleJesse Brandeburg1-1/+1
2019-05-23ice: Reorganize tx_buf and ring structsJesse Brandeburg1-14/+21
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley1-0/+1
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan1-0/+2
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan1-0/+3
2019-03-26ice: Update comment regarding the ITR_GRAN_SBrett Creeley1-1/+1
2019-03-26ice: Audit hotpath structures with paholeBrett Creeley1-9/+1
2019-03-26ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan1-0/+6
2019-03-25ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski1-0/+3
2019-03-25ice: Introduce bulk update for page countMaciej Fijalkowski1-0/+1
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley1-0/+1
2019-01-15ice: Implement getting and setting ethtool coalesceBrett Creeley1-0/+2
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley1-12/+18
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley1-2/+15
2018-10-03ice: Add more flexibility on how we assign an ITR indexBrett Creeley1-9/+4
2018-10-02ice: Add support for dynamic interrupt moderationBrett Creeley1-6/+11
2018-08-28ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari1-0/+1
2018-08-23ice: Change struct members from bool to u8Bruce Allan1-1/+1
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan1-0/+17
2018-03-26ice: Implement transmit and NAPI supportAnirudh Venkataramanan1-0/+45
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan1-0/+75
2018-03-26ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan1-0/+26
2018-03-26ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan1-0/+29