aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_xsk.c
Commit message (Expand)AuthorAgeFilesLines
* xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer2020-05-141-0/+2
* i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski2020-02-051-1/+1
* 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/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-191-0/+4
|/
* i40e: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
* i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher2019-11-011-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-2/+2
|\
| * i40e: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
* | i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-09-111-0/+5
|/
* i40e: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
* i40e: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
* i40e: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
* i40e: 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-3/+4
* xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-5/+7
* i40e: mark expected switch fall-throughGustavo A. R. Silva2019-06-141-0/+1
* i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel2019-04-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-0/+5
|\
| * i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-211-0/+5
* | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-151-28/+0
* | i40e: Remove umem from VSIJan Sokolowski2019-01-221-92/+18
|/
* i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-121-5/+1
* i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-121-5/+1
* i40e: fix kerneldoc for xsk methodsJan Sokolowski2018-11-281-7/+7
* i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel2018-09-251-0/+21
* i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel2018-09-251-8/+92
* i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel2018-09-251-0/+30
* xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-2/+2
* i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson2018-09-011-4/+2
* i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-291-0/+173
* i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-291-0/+661