summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski2022-04-211-1/+0
* ixgbe, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
* ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-151-9/+18
* ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()Maciej Fijalkowski2022-04-151-12/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-2/+4
|\
| * ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski2022-03-031-2/+4
* | ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin2022-01-311-4/+10
* | ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin2022-01-311-3/+1
* | ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directlyAlexander Lobakin2022-01-311-9/+10
|/
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* ixgbe: let the xdpdrv work with more than 64 cpusJason Xing2021-09-301-7/+9
* ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai2021-08-171-1/+4
* intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* ixgbe: add correct exception tracing for XDPMagnus Karlsson2021-06-031-6/+8
* ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson2021-03-151-4/+7
* xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-311-1/+1
* xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-311-16/+16
* xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-30/+31
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-2/+2
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel2020-05-211-256/+51
* xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2020-05-211-1/+1
* xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer2020-05-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-2/+2
|\
| * xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-201-2/+2
* | net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-191-2/+6
|/
* ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-2/+2
|\
| * ixgbe: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-19/+11
|\ \ | |/ |/|
| * ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets2019-09-111-18/+11
* | ixgbe: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
* | ixgbe: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
* | ixgbe: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
* | ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson2019-08-171-0/+18
* | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-2/+2
|/
* xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-6/+9
* ixgbe: fix AF_XDP tx packet countWilliam Tu2019-06-051-0/+1
* ixgbe: fix AF_XDP tx byte countWilliam Tu2019-06-051-1/+0
* ixgbe: remove umem from adapterJan Sokolowski2019-06-051-66/+13
* ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski2019-06-051-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+12
|\
| * ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski2019-02-211-1/+2
| * ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-211-2/+10
* | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-151-17/+0
|/
* ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel2018-10-031-0/+175
* ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel2018-10-031-0/+626