summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx_lib.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02ice: Add a new counter for Rx EIPE errorsAniruddha Paul1-2/+6
2023-12-14ice: use VLAN proto from ring packet context in skb pathLarysa Zaremba1-9/+5
2023-12-14ice: Implement VLAN tag hintLarysa Zaremba1-0/+26
2023-12-14ice: Support RX hash XDP hintLarysa Zaremba1-0/+73
2023-12-14ice: Support HW timestamp hintLarysa Zaremba1-1/+24
2023-12-14ice: Make ptype internal to descriptor info processingLarysa Zaremba1-2/+13
2023-12-14ice: make RX HW timestamp reading code more reusableLarysa Zaremba1-1/+19
2023-12-14ice: make RX hash reading code more reusableLarysa Zaremba1-11/+25
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg1-0/+1
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin1-13/+0
2023-02-13ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin1-9/+34
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin1-3/+12
2023-02-13ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin1-4/+1
2023-02-13ice: Fix XDP Tx ring overrunAlexander Lobakin1-7/+12
2023-02-13ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin1-2/+3
2023-02-02ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski1-18/+4
2023-02-02ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski1-72/+158
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-1/+1
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-2/+7
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-2/+7
2022-01-27ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski1-0/+1
2022-01-27ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski1-6/+8
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek1-2/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+2
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski1-1/+6
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski1-9/+64
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski1-7/+3
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski1-1/+1
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-9/+9
2021-10-07ice: switchdev slow pathGrzegorz Nitka1-1/+3
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg1-5/+18
2021-06-11ice: enable receive hardware timestampingJacob Keller1-0/+3
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-10ice: drop dead code in ice_receive_skb()Eric Dumazet1-6/+1
2020-08-01ice: add useful statisticsJesse Brandeburg1-1/+6
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-28ice: Refactor Rx checksum checksAnirudh Venkataramanan1-16/+11
2020-05-22ice: Rename build_ctob to ice_build_ctobTony Nguyen1-2/+2
2020-05-22ice: Fix casting issuesKarol Kolacinski1-1/+1
2020-05-22ice: Add support for tunnel offloadsTony Nguyen1-2/+19
2020-02-12ice: Don't allow same value for Rx tail to be written twiceBrett Creeley1-1/+1
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak1-0/+273