summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Use signed variableMitch Williams2019-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-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-021-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0Star
|/
* 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/+12Star
|\
| * i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-131-8/+4Star
| * i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-131-23/+8Star
* | 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-261-1/+0Star
* 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/+2Star
* 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/+13Star
* 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-081-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/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-21/+12Star
|\
| * i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-051-19/+0Star
| * 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-251-7/+19
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-2/+4
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1Star
* xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-13/+17
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+2Star
* i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-171-5/+15
* i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-261-10/+64
* i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-261-5/+4Star
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-261-8/+13
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e/i40evf: use SW variables for hang detectionAlan Brady2018-02-261-5/+11
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-121-111/+251
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-121-29/+39
* i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-121-2/+9
* i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck2018-02-121-1/+10
* i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck2018-02-121-41/+14Star
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-121-3/+3
* i40e: fix typo in function descriptionAlan Brady2018-02-121-1/+1
* i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck2018-01-261-8/+4Star
* i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari2018-01-231-0/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-3/+23
|\
| * i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck2018-01-031-3/+23