summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-7/+20
|\
| * i40e: avoid premature Rx buffer reuseBjörn Töpel2020-12-091-7/+20
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson2020-11-171-0/+11
|/
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-3/+4
* i40e: use 16B HW descriptors instead of 32BBjörn Töpel2020-09-141-3/+3
* i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel2020-09-141-0/+13
* i40e: optimise prefetch page refcountLi RongQing2020-09-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-5/+5
|\
| * xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-5/+5
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-8/+4
|/
* i40e: eliminate division in napi_poll data pathMagnus Karlsson2020-07-011-4/+10
* i40e: optimize AF_XDP Tx completion pathMagnus Karlsson2020-07-011-1/+2
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-3/+3
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel2020-05-211-75/+44
* i40e: Refactor rx_bi accessesBjörn Töpel2020-05-211-6/+11
* i40e: Add XDP frame size to driverJesper Dangaard Brouer2020-05-141-5/+25
* i40e: Add UDP segmentation offload supportJosh Hunt2019-10-291-3/+9
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+2
* i40e: Use signed variableMitch Williams2019-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+3
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+2
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
|/
* i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2019-02-211-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-31/+12
|\
| * i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-121-8/+4
| * i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-121-23/+8
* | ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+5
* | i40e: Use a local variable for readabilityJan Sokolowski2018-11-141-2/+2
* | intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
|/
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel2018-09-251-1/+3
* i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel2018-09-251-6/+11
* i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-291-1/+5
* i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-291-33/+2
* i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-291-1/+8
* i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-291-20/+13
* i40e: refactor Rx path for re-useBjörn Töpel2018-08-291-34/+77
* i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-1/+2
* i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-9/+15
* bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-201-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-21/+12
|\
| * i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-051-19/+0
| * i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-2/+8
| * xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+5
* | bpf, i40e: add meta data supportDaniel Borkmann2018-06-041-8/+31
|/
* xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-241-7/+19