aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-24ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski1-5/+0
2024-01-24ice: work on pre-XDP prog frag countMaciej Fijalkowski1-5/+9
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-3/+3
2023-12-18ice: field prep conversionJesse Brandeburg1-3/+3
2023-12-13ice: Implement VLAN tag hintLarysa Zaremba1-3/+3
2023-12-13ice: Introduce ice_xdp_buffLarysa Zaremba1-2/+5
2023-12-13ice: Make ptype internal to descriptor info processingLarysa Zaremba1-5/+1
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller1-3/+0
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski1-1/+1
2023-05-12ice: Fix undersized tx_flags variableJan Sokolowski1-5/+3
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg1-1/+1
2023-03-21ice: fix rx buffers handling for flow director packetsPiotr Raczynski1-0/+1
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-24/+43
2023-02-14ice: add support BIG TCP on IPv6Pawel Chmielewski1-0/+3
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin1-1/+20
2023-02-13ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin1-1/+4
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin1-19/+19
2023-02-13ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin1-4/+1
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski1-4/+8
2023-02-01ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski1-2/+0
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski1-4/+10
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski1-73/+129
2023-02-01ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski1-24/+9
2023-02-01ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski1-1/+1
2023-02-01ice: Centrallize Rx buffer recyclingMaciej Fijalkowski1-38/+43
2023-02-01ice: Inline eop checkMaciej Fijalkowski1-21/+0
2023-02-01ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski1-13/+16
2023-02-01ice: Store page count inside ice_rx_bufMaciej Fijalkowski1-16/+10
2023-02-01ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski1-16/+23
2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski1-12/+5
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen1-3/+0
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-14/+26
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-21ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba1-1/+4
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller1-1/+3
2022-07-26ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-04-12ice: Add mpls+tso supportJoe Damato1-8/+21
2022-03-09ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski1-6/+1
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-1/+1
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-9/+19
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+4
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-9/+19
2022-01-31ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin1-4/+11
2022-01-27ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski1-1/+1
2022-01-27ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski1-0/+2
2022-01-27ice: Remove likely for napi_complete_doneMaciej Fijalkowski1-1/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin1-1/+1