aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-0/+5
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