summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: use VLAN proto from ring packet context in skb pathLarysa Zaremba2023-12-131-9/+5
* ice: Implement VLAN tag hintLarysa Zaremba2023-12-131-0/+26
* ice: Support RX hash XDP hintLarysa Zaremba2023-12-131-0/+73
* ice: Support HW timestamp hintLarysa Zaremba2023-12-131-1/+24
* ice: Make ptype internal to descriptor info processingLarysa Zaremba2023-12-131-2/+13
* ice: make RX HW timestamp reading code more reusableLarysa Zaremba2023-12-131-1/+19
* ice: make RX hash reading code more reusableLarysa Zaremba2023-12-131-11/+25
* net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
* ice: fix W=1 headers mismatchJesse Brandeburg2023-03-281-0/+1
* ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin2023-02-131-13/+0
* ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin2023-02-131-9/+34
* ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin2023-02-131-3/+12
* ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin2023-02-131-4/+1
* ice: Fix XDP Tx ring overrunAlexander Lobakin2023-02-131-7/+12
* ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin2023-02-131-2/+3
* ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski2023-02-011-18/+4
* ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski2023-02-011-72/+158
* 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