aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ice: fix Rx page leak on multi-buffer framesJacob Keller2025-09-161-46/+34
* ice: fix incorrect counter for buffer allocation failuresMichal Kubiak2025-08-251-1/+1
* ice: add a separate Rx handler for flow director commandsMichal Kubiak2025-06-091-15/+72
* ice: support egress drop rules on PFLarysa Zaremba2025-04-111-8/+9
* ice: Add E830 checksum offload supportPaul Greenwalt2025-03-181-1/+26
* ice: Fix switchdev slow-path in LAGMarcin Szycik2025-03-051-1/+3
* ice: stop storing XDP verdict within ice_rx_bufMaciej Fijalkowski2025-01-311-26/+36
* ice: gather page_count()'s of each frag right before XDP prog callMaciej Fijalkowski2025-01-311-1/+26
* ice: put Rx buffers after being done with current frameMaciej Fijalkowski2025-01-311-29/+50
* dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos2024-11-031-2/+2
* ice: don't set target VSI for subfunctionMichal Swiatkowski2024-09-061-1/+1
* ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski2024-08-201-33/+0
* ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski2024-08-201-1/+1
* ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski2024-08-201-9/+3
* ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski2024-07-291-1/+1
* ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski2024-07-291-3/+5
* net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2024-03-291-2/+1
* ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski2024-01-251-5/+0
* ice: work on pre-XDP prog frag countMaciej Fijalkowski2024-01-251-5/+9
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-12-221-3/+3
|\
| * ice: field prep conversionJesse Brandeburg2023-12-181-3/+3
* | ice: Implement VLAN tag hintLarysa Zaremba2023-12-141-3/+3
* | ice: Introduce ice_xdp_buffLarysa Zaremba2023-12-141-2/+5
* | ice: Make ptype internal to descriptor info processingLarysa Zaremba2023-12-141-5/+1
|/
* ice: remove ptp_tx ring parameter flagJacob Keller2023-11-231-3/+0
* ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski2023-06-011-1/+1
* ice: Fix undersized tx_flags variableJan Sokolowski2023-05-121-5/+3
* ice: fix W=1 headers mismatchJesse Brandeburg2023-03-281-1/+1
* ice: fix rx buffers handling for flow director packetsPiotr Raczynski2023-03-211-0/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-211-24/+43
|\
| * ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin2023-02-131-1/+20
| * ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin2023-02-131-1/+4
| * ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin2023-02-131-19/+19
| * ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin2023-02-131-4/+1
* | ice: add support BIG TCP on IPv6Pawel Chmielewski2023-02-141-0/+3
|/
* ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski2023-02-011-4/+8
* ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski2023-02-011-2/+0
* ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski2023-02-011-4/+10
* ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski2023-02-011-73/+129
* ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski2023-02-011-24/+9
* ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski2023-02-011-1/+1
* ice: Centrallize Rx buffer recyclingMaciej Fijalkowski2023-02-011-38/+43
* ice: Inline eop checkMaciej Fijalkowski2023-02-011-21/+0
* ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski2023-02-011-13/+16
* ice: Store page count inside ice_rx_bufMaciej Fijalkowski2023-02-011-16/+10
* ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski2023-02-011-16/+23
* ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski2023-02-011-12/+5
* ice: Remove cppcheck suppressionsTony Nguyen2023-01-191-3/+0
* ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-231-14/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-1/+1
|\