summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_xsk.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* | i40e: Remove umem from VSIJan Sokolowski2019-01-221-92/+18Star
|/
* i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-131-5/+1Star
* i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-131-5/+1Star
* 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/+2Star
* 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