summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-231-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-02-101-2/+7
|\
| * ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-091-2/+7
* | ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski2022-01-271-0/+1
* | ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski2022-01-271-6/+8
|/
* ice: improve switchdev's slow-pathWojciech Drewek2022-01-061-2/+1
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+2
* ice: introduce XDP_TX fallback pathMaciej Fijalkowski2021-10-151-1/+6
* ice: optimize XDP_TX workloadsMaciej Fijalkowski2021-10-151-9/+64
* ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski2021-10-151-7/+3
* ice: unify xdp_rings accessesMaciej Fijalkowski2021-10-151-1/+1
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-9/+9
* ice: switchdev slow pathGrzegorz Nitka2021-10-071-1/+3
* ice: report hash type such as L2/L3/L4Jesse Brandeburg2021-06-181-5/+18
* ice: enable receive hardware timestampingJacob Keller2021-06-111-0/+3
* ice: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* ice: drop dead code in ice_receive_skb()Eric Dumazet2021-01-091-6/+1
* ice: add useful statisticsJesse Brandeburg2020-08-011-1/+6
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* ice: Refactor Rx checksum checksAnirudh Venkataramanan2020-05-271-16/+11
* ice: Rename build_ctob to ice_build_ctobTony Nguyen2020-05-211-2/+2
* ice: Fix casting issuesKarol Kolacinski2020-05-211-1/+1
* ice: Add support for tunnel offloadsTony Nguyen2020-05-211-2/+19
* ice: Don't allow same value for Rx tail to be written twiceBrett Creeley2020-02-121-1/+1
* ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak2019-11-041-0/+273