aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-27i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain1-0/+1
2014-07-02i40e/i40evf: Do not free the dummy packet buffer synchronouslyAnjali Singhai Jain1-1/+5
2014-06-24i40e/i40evf: remove reserved typeJesse Brandeburg1-1/+0
2014-06-08i40e/i40evf: fix TSO accountingJesse Brandeburg1-2/+2
2014-06-05i40e/i40evf: remove unused RX_LRO defineJesse Brandeburg1-7/+0
2014-05-29i40e/i40evf: remove storm controlJesse Brandeburg1-1/+1
2014-05-29i40e/i40evf: Remove reserved PCTYPE definesKevin Scott1-5/+0
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg1-1/+4
2013-12-31i40evf: driver core headersGreg Rose1-0/+296