summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_xsk.c
Commit message (Expand)AuthorAgeFilesLines
* ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski2022-12-211-1/+1
* ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-231-7/+18
* ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski2022-09-271-13/+7
* ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski2022-09-271-82/+61
* ice: Fix DMA mappings leakPrzemyslaw Patynowski2022-09-021-0/+63
* ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski2022-08-221-6/+6
* ice: xsk: prohibit usage of non-balanced queue idMaciej Fijalkowski2022-08-221-0/+6
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-271-20/+33
|\
| * ice, xsk: Avoid refilling single Rx descriptorsMaciej Fijalkowski2022-04-151-1/+4
| * ice, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
| * ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-151-10/+19
| * ice, xsk: Decorate ICE_XDP_REDIR with likely()Maciej Fijalkowski2022-04-151-10/+11
* | ice: xsk: check if Rx ring was filled up to the endMaciej Fijalkowski2022-04-141-1/+6
|/
* ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski2022-04-051-1/+1
* ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski2022-04-051-1/+3
* ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski2022-03-281-0/+3
* ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson2022-03-281-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-02-101-4/+2
|\
| * ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-091-4/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-110/+264
|\ \ | |/ |/|
| * ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski2022-01-271-3/+12
| * ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski2022-01-271-89/+167
| * ice: xsk: Handle SW XDP ring wrap and bump tail more oftenMaciej Fijalkowski2022-01-271-20/+79
| * ice: xsk: Force rings to be sized to power of 2Maciej Fijalkowski2022-01-271-0/+8
* | ice: respect metadata on XSK Rx to skbAlexander Lobakin2022-01-311-4/+10
* | ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin2022-01-311-3/+1
|/
* 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
* | ice: xsk: fix cleaned_count settingMaciej Fijalkowski2021-12-171-5/+1
* | ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski2021-12-171-4/+10
* | ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski2021-12-171-5/+1
* | ice: remove dead store on XSK hotpathAlexander Lobakin2021-12-171-1/+0
* | ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-171-16/+17
* | ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski2021-12-171-6/+6
|/
* ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski2021-11-301-0/+1
* intel: Simplify bool conversionYang Li2021-10-291-1/+1
* ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski2021-10-151-11/+14
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-23/+26
* ice: Use the xsk batched rx allocation interfaceMagnus Karlsson2021-09-281-25/+19
* ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2021-09-281-28/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-3/+0
|\
| * intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* | ice: report hash type such as L2/L3/L4Jesse Brandeburg2021-06-181-1/+1
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-071-1/+1
|\
| * ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak2021-06-071-1/+1
* | ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski2021-06-031-0/+3
* | ice: add correct exception tracing for XDPMagnus Karlsson2021-06-031-2/+6
|/
* ice: refactor interrupt moderation writesJesse Brandeburg2021-04-141-3/+0
* ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan2021-04-141-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-5/+5
|\