aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg1-524/+0
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-9/+8
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-1/+2
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck1-20/+24
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-2/+1
2018-01-29i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck1-1/+1
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari1-0/+2
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller1-1/+1
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller1-2/+4
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg1-1/+2
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller1-0/+1
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller1-1/+0
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller1-4/+0
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams1-0/+1
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck1-1/+69
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck1-0/+12
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-3/+1
2017-03-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala1-14/+0
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck1-12/+0
2017-03-27i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck1-1/+6
2017-03-15i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck1-0/+3
2017-02-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson1-1/+8
2016-12-06i40e: simplify txd use count calculationMitch Williams1-17/+28
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck1-1/+0
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller1-0/+8
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck1-0/+9
2016-05-05i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg1-14/+10
2016-05-05i40evf: refactor receive routineJesse Brandeburg1-12/+25
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg1-7/+0
2016-05-05i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg1-1/+0
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2016-04-13i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck1-3/+7
2016-04-06i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg1-0/+10
2016-04-05i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck1-3/+32
2016-02-18i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck1-0/+19
2016-02-18i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck1-0/+42
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck1-1/+0
2016-02-18i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck1-1/+0
2016-02-17i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain1-1/+2
2016-02-17i40e: properly show packet split status in debugfsMitch Williams1-1/+0
2016-02-17i40e/i40evf: use pages correctly in RxMitch Williams1-0/+2
2016-02-17i40e/i40evf: try again after failureJesse Brandeburg1-2/+2
2016-02-17i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain1-1/+2
2015-12-03i40e: Detection and recovery of TX queue hung logic moved to service_task from tx_timeoutKiran Patil1-0/+15
2015-12-01i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai Jain1-0/+2
2015-11-25i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain1-0/+1
2015-10-19i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg1-2/+2
2015-10-19i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg1-0/+3