summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-28i40e/i40evf: remove ULTRA latency modeJacob Keller1-1/+0
2017-08-26i40e: separate hw_features from runtime changing flagsJacob Keller1-1/+1
2017-08-26i40e/i40evf: adjust packet size to account for double VLANsMitch Williams1-0/+1
2017-06-21i40e: add support for XDP_TX actionBjörn Töpel1-0/+11
2017-06-21i40e: add XDP support for pass and drop actionsBjörn Töpel1-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-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady1-2/+1
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-3/+1
2017-03-28i40e: Drop FCoE code from core driver filesAlexander Duyck1-17/+0
2017-03-28i40e/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-12i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson1-1/+8
2017-02-03i40e: refactor macro INTRL_USEC_TO_REGAlan Brady1-1/+14
2016-12-07i40e: simplify txd use count calculationMitch Williams1-17/+28
2016-11-01i40e: Reorder logic for coalescing RS bitsAlexander Duyck1-1/+0
2016-11-01i40e: replace PTP Rx timestamp hang logicJacob Keller1-2/+0
2016-09-25i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck1-0/+9
2016-05-06i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg1-14/+10
2016-05-06i40e: Refactor receive routineJesse Brandeburg1-12/+25
2016-05-06i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg1-1/+0
2016-05-06i40e: Drop packet split receive routineJesse Brandeburg1-7/+0
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2016-04-14i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck1-3/+7
2016-04-07i40e/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-20i40e: queue-specific settings for interrupt moderationKan Liang1-0/+8
2016-02-19i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck1-0/+19
2016-02-19i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck1-2/+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-18i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain1-1/+2
2016-02-18i40e: properly show packet split status in debugfsMitch Williams1-1/+0
2016-02-18i40e/i40evf: use pages correctly in RxMitch Williams1-0/+2
2016-02-18i40e/i40evf: try again after failureJesse Brandeburg1-3/+3
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali1-1/+1
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-20i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg1-2/+2
2015-10-20i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg1-0/+3
2015-10-16i40e/i40evf: moderate interrupts differentlyJesse Brandeburg1-0/+10
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg1-0/+1
2015-10-08i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain1-0/+1
2015-09-30i40e: fix 32 bit build warningsJesse Brandeburg1-6/+6
2015-09-29i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai1-0/+2
2015-09-29i40e/i40evf: refactor tx timeout logicKiran Patil1-8/+2
2015-09-29i40e: Move i40e_get_head into header fileKiran Patil1-0/+14
2015-08-06i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain1-0/+2
2015-08-06i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain1-0/+2
2015-08-06i40e/i40evf: RSS changes for X722Anjali Singhai Jain1-0/+12
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-22/+22