aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06ixgbe: pull out stats update to common routinesMaciej Fijalkowski1-13/+4
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2022-04-21ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-15ixgbe, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski1-9/+18
2022-04-15ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()Maciej Fijalkowski1-12/+13
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2022-03-03ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-01-31ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directlyAlexander Lobakin1-9/+10
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-09-30ixgbe: let the xdpdrv work with more than 64 cpusJason Xing1-7/+9
2021-08-17ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai1-1/+4
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-06-03ixgbe: add correct exception tracing for XDPMagnus Karlsson1-6/+8
2021-03-15ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performanceMagnus Karlsson1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-16/+16
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-30/+31
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-21ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-256/+51
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson1-1/+1
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+2
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-19net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-2/+6
2019-11-08ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-09-16ixgbe: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+11
2019-09-11ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets1-18/+11
2019-09-05ixgbe: fix xdp handle calculationsKevin Laatz1-3/+4
2019-08-31ixgbe: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31ixgbe: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-17ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson1-0/+18
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-2/+2
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy1-6/+9
2019-06-05ixgbe: fix AF_XDP tx packet countWilliam Tu1-0/+1
2019-06-05ixgbe: fix AF_XDP tx byte countWilliam Tu1-1/+0
2019-06-05ixgbe: remove umem from adapterJan Sokolowski1-66/+13
2019-06-05ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski1-1/+4
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2019-02-21ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski1-1/+2
2019-02-21ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-2/+10
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski1-17/+0
2018-10-03ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel1-0/+175
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel1-0/+626