aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
Commit message (Expand)AuthorAge
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-25
* i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel2018-09-25
* i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel2018-09-25
* i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-29
* i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-29
* i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-29
* i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-29
* i40e: refactor Rx path for re-useBjörn Töpel2018-08-29
* i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva2018-08-07
* i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-28
* bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-05
|\
| * i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-05
| * i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-03
| * xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-03
* | bpf, i40e: add meta data supportDaniel Borkmann2018-06-04
|/
* xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-24
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-30
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-27
* xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-17
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-17
* i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-17
* i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-26
* i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-26
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-26
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23
* i40e/i40evf: use SW variables for hang detectionAlan Brady2018-02-26
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-12
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-12
* i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-12
* i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck2018-02-12
* i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck2018-02-12
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-12
* i40e: fix typo in function descriptionAlan Brady2018-02-12
* i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck2018-01-26
* i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari2018-01-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-09
|\
| * i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck2018-01-03
* | i40e: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-05
|/
* i40e: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-22
* i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck2017-10-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
|\
| * i40e: Add programming descriptors to cleaned_countAlexander Duyck2017-10-26
| * i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck2017-10-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\|
| * i40e: Fix memory leak related filter programming statusAlexander Duyck2017-10-10
* | i40e/i40evf: bump tail only in multiples of 8Jacob Keller2017-10-09
* | i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller2017-10-09
* | i40e: ignore skb->xmit_more when deciding to set RS bitJacob Keller2017-10-06
* | i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller2017-09-29