aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-5/+5
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+4
2020-07-01i40e: eliminate division in napi_poll data pathMagnus Karlsson1-4/+10
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson1-1/+2
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-3/+3
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel1-75/+44
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel1-6/+11
2020-05-14i40e: Add XDP frame size to driverJesper Dangaard Brouer1-5/+25
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt1-3/+9
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-06-14i40e: Use signed variableMitch Williams1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel1-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+12
2018-12-12i40e: DRY rx_ptype handling codeMichał Mirosław1-8/+4
2018-12-12i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław1-23/+8
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+5
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski1-2/+2
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller1-2/+2
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel1-1/+3
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel1-6/+11
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson1-1/+5
2018-08-29i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson1-33/+2
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel1-1/+8
2018-08-29i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel1-20/+13
2018-08-29i40e: refactor Rx path for re-useBjörn Töpel1-34/+77
2018-08-07i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2018-06-28i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer1-9/+15
2018-06-20bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann1-4/+3
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-21/+12
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer1-19/+0
2018-06-04bpf, i40e: add meta data supportDaniel Borkmann1-8/+31
2018-06-03i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer1-2/+8
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-1/+5
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer1-7/+19
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-2/+4
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-13/+17
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-3/+2
2018-04-17i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer1-5/+15
2018-03-26i40e: add support for XDP_REDIRECTBjörn Töpel1-10/+64
2018-03-26i40e: tweak page counting for XDP_REDIRECTBjörn Töpel1-5/+4
2018-03-26i40e: move AUTO_DISABLED flags into the state fieldJacob Keller1-8/+13
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1