summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_xsk.c
AgeCommit message (Expand)Author
2020-12-30i40e: Refactor rx_bi accessesBjörn Töpel
2020-02-24i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski
2020-01-12net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-16i40e: fix xdp handle calculationsCiara Loftus
2019-09-11i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson
2019-09-05i40e: fix xdp handle calculationsKevin Laatz
2019-08-31i40e: modify driver for handling offsetsKevin Laatz
2019-08-31i40e: simplify Rx buffer recycleKevin Laatz
2019-08-17i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy
2019-06-14i40e: mark expected switch fall-throughGustavo A. R. Silva
2019-04-01i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski
2019-01-22i40e: Remove umem from VSIJan Sokolowski
2018-12-12i40e: DRY rx_ptype handling codeMichał Mirosław
2018-12-12i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław
2018-11-28i40e: fix kerneldoc for xsk methodsJan Sokolowski
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson
2018-09-01i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel