summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski2024-01-241-5/+0
* ice: work on pre-XDP prog frag countMaciej Fijalkowski2024-01-241-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-131-3/+3
* | ice: Introduce ice_xdp_buffLarysa Zaremba2023-12-131-2/+5
* | ice: Make ptype internal to descriptor info processingLarysa Zaremba2023-12-131-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-201-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
|\
| * ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski2022-09-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-1/+4
|\|
| * ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba2022-09-211-1/+4
* | ice: track Tx timestamp stats similar to other Intel driversJacob Keller2022-08-161-1/+3
|/
* ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-07-261-3/+5
* ice: Add mpls+tso supportJoe Damato2022-04-121-8/+21
* ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski2022-03-091-6/+1
* ice: store VF pointer instead of VF IDJacob Keller2022-03-031-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-02-101-9/+19
|\
| * ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-091-9/+19
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-2/+4
|\ \ | |/ |/|
| * ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski2022-01-271-1/+1
| * ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski2022-01-271-0/+2
| * ice: Remove likely for napi_complete_doneMaciej Fijalkowski2022-01-271-1/+1
* | ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin2022-01-311-4/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1