aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2024-03-01ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski1-4/+5
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski1-17/+3
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski1-1/+1
2024-01-24intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski1-1/+2
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-1/+0
2023-12-13ice: Implement VLAN tag hintLarysa Zaremba1-3/+3
2023-12-13ice: Support XDP hints in AF_XDP ZC modeLarysa Zaremba1-0/+5
2023-12-13ice: Make ptype internal to descriptor info processingLarysa Zaremba1-5/+1
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrpPrzemek Kitszel1-14/+8
2023-07-19ice: xsk: Tx multi-buffer supportMaciej Fijalkowski1-23/+60
2023-07-19ice: xsk: add RX multi-buffer supportMaciej Fijalkowski1-35/+101
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-4/+1
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski1-1/+1
2023-03-16ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-24/+11
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+31
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin1-5/+7
2023-02-10ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski1-72/+104
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski1-15/+1
2022-12-21ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski1-1/+1
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-7/+18
2022-09-27ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski1-13/+7
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski1-82/+61
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski1-0/+63
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski1-6/+6
2022-08-22ice: xsk: prohibit usage of non-balanced queue idMaciej Fijalkowski1-0/+6
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-20/+33
2022-04-15ice, xsk: Avoid refilling single Rx descriptorsMaciej Fijalkowski1-1/+4
2022-04-15ice, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski1-10/+19
2022-04-15ice, xsk: Decorate ICE_XDP_REDIR with likely()Maciej Fijalkowski1-10/+11
2022-04-14ice: xsk: check if Rx ring was filled up to the endMaciej Fijalkowski1-1/+6
2022-04-05ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski1-1/+1
2022-04-05ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski1-1/+3
2022-03-28ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski1-0/+3
2022-03-28ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson1-1/+1
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-4/+2
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-110/+264
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-4/+2
2022-01-31ice: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-27ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski1-3/+12
2022-01-27ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski1-89/+167
2022-01-27ice: xsk: Handle SW XDP ring wrap and bump tail more oftenMaciej Fijalkowski1-20/+79
2022-01-27ice: xsk: Force rings to be sized to power of 2Maciej Fijalkowski1-0/+8
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski1-5/+1
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski1-4/+10