summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx_lib.c
AgeCommit message (Expand)Author
2023-12-13ice: use VLAN proto from ring packet context in skb pathLarysa Zaremba
2023-12-13ice: Implement VLAN tag hintLarysa Zaremba
2023-12-13ice: Support RX hash XDP hintLarysa Zaremba
2023-12-13ice: Support HW timestamp hintLarysa Zaremba
2023-12-13ice: Make ptype internal to descriptor info processingLarysa Zaremba
2023-12-13ice: make RX HW timestamp reading code more reusableLarysa Zaremba
2023-12-13ice: make RX hash reading code more reusableLarysa Zaremba
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin
2023-02-13ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin
2023-02-13ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin
2023-02-13ice: Fix XDP Tx ring overrunAlexander Lobakin
2023-02-13ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley
2022-01-27ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski
2022-01-27ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-07ice: switchdev slow pathGrzegorz Nitka
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg
2021-06-11ice: enable receive hardware timestampingJacob Keller
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-09ice: drop dead code in ice_receive_skb()Eric Dumazet
2020-08-01ice: add useful statisticsJesse Brandeburg
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-27ice: Refactor Rx checksum checksAnirudh Venkataramanan
2020-05-21ice: Rename build_ctob to ice_build_ctobTony Nguyen
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-05-21ice: Add support for tunnel offloadsTony Nguyen
2020-02-12ice: Don't allow same value for Rx tail to be written twiceBrett Creeley
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak