summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_xsk.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-01i40e: move check of full Tx ring to outside of send loopMagnus Karlsson1-15/+5
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson1-20/+23
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2020-05-28i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-21i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-317/+36
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel1-34/+40
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel1-6/+12
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
2020-02-05i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski1-1/+1
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/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-0/+4
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher1-5/+0
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-09-16i40e: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-11i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-0/+5
2019-09-05i40e: fix xdp handle calculationsKevin Laatz1-3/+4
2019-08-31i40e: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31i40e: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-17i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson1-0/+18
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-3/+4
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy1-5/+7
2019-06-14i40e: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-01i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel1-0/+3
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-0/+5
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski1-28/+0
2019-01-22i40e: Remove umem from VSIJan Sokolowski1-92/+18
2018-12-12i40e: DRY rx_ptype handling codeMichał Mirosław1-5/+1
2018-12-12i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław1-5/+1
2018-11-28i40e: fix kerneldoc for xsk methodsJan Sokolowski1-7/+7
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel1-0/+21
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel1-8/+92
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel1-0/+30
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson1-2/+2
2018-09-01i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson1-4/+2
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson1-0/+173
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel1-0/+661