aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady1-5/+11
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-111/+251
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-29/+39
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck1-2/+9
2018-02-12i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck1-1/+10
2018-02-12i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck1-41/+14
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-3/+3
2018-02-12i40e: fix typo in function descriptionAlan Brady1-1/+1
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck1-8/+4
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari1-0/+54
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+23
2018-01-05i40e: setup xdp_rxq_infoJesper Dangaard Brouer1-2/+16
2018-01-03i40e/i40evf: Account for frags split over multiple descriptors in check linearizeAlexander Duyck1-3/+23
2017-11-21i40e: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-10-31i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck1-9/+0
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-10-26i40e: Add programming descriptors to cleaned_countAlexander Duyck1-0/+1
2017-10-26i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+36
2017-10-10i40e: Fix memory leak related filter programming statusAlexander Duyck1-27/+36
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller1-0/+9
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller1-4/+2
2017-10-06i40e: ignore skb->xmit_more when deciding to set RS bitJacob Keller1-30/+4
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller1-6/+6
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller1-5/+17
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller1-17/+0
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller1-16/+15
2017-08-27i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller1-2/+6
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-01i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli1-0/+2
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg1-3/+3
2017-07-26i40e/i40evf: make IPv6 ATR code clearerJesse Brandeburg1-3/+9
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel1-5/+113
2017-06-20i40e: add XDP support for pass and drop actionsBjörn Töpel1-31/+99
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller1-2/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel1-1/+2
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-05-31i40e: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-05-31i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-6/+20
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller1-15/+7
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-7/+7
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-4/+4
2017-04-19i40e/i40evf: Add tracepointsScott Peterson1-0/+9