aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-19i40evf: fix overlong BIT definesJesse Brandeburg1-7/+7
2015-10-16i40e/i40evf: moderate interrupts differentlyJesse Brandeburg1-0/+10
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg1-0/+1
2015-10-07i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain1-0/+1
2015-09-28i40e/i40evf: refactor tx timeout logicKiran Patil1-8/+0
2015-08-05i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain1-0/+2
2015-08-05i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain1-0/+2
2015-08-05i40e/i40evf: RSS changes for X722Anjali Singhai Jain1-0/+12
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-21/+21
2015-05-28i40e/i40evf: remove time_stamp memberJesse Brandeburg1-1/+0
2015-05-28i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain1-0/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-02-26i40e: Fix TSO with more than 8 frags per segment issueAnjali Singhai1-0/+1
2015-02-23i40e/i40evf: Refactor the receive routinesMitch Williams1-3/+14
2015-02-09i40evf: Force Tx writeback on ITRAnjali Singhai Jain1-0/+1
2014-11-11i40e: clean up throttle rate codeJesse Brandeburg1-4/+1