summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.h
Commit message (Expand)AuthorAgeFilesLines
...
* i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck2016-02-181-1/+0Star
* i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck2016-02-181-1/+0Star
* i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain2016-02-181-1/+2
* i40e: properly show packet split status in debugfsMitch Williams2016-02-181-1/+0Star
* i40e/i40evf: use pages correctly in RxMitch Williams2016-02-181-0/+2
* i40e/i40evf: try again after failureJesse Brandeburg2016-02-171-3/+3
* i40e: geneve tunnel offload supportSinghai, Anjali2015-12-161-1/+1
* i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain2015-11-251-0/+1
* i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg2015-10-201-2/+2
* i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg2015-10-201-0/+3
* i40e/i40evf: moderate interrupts differentlyJesse Brandeburg2015-10-161-0/+10
* i40e/i40evf: clean up some codeJesse Brandeburg2015-10-091-0/+1
* i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain2015-10-071-0/+1
* i40e: fix 32 bit build warningsJesse Brandeburg2015-09-301-6/+6
* i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai2015-09-291-0/+2
* i40e/i40evf: refactor tx timeout logicKiran Patil2015-09-291-8/+2Star
* i40e: Move i40e_get_head into header fileKiran Patil2015-09-291-0/+14
* i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain2015-08-061-0/+2
* i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain2015-08-061-0/+2
* i40e/i40evf: RSS changes for X722Anjali Singhai Jain2015-08-061-0/+12
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-22/+22
* i40e/i40evf: remove time_stamp memberJesse Brandeburg2015-05-281-1/+0Star
* i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain2015-05-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-0/+1
|\
| * i40e: Fix TSO with more than 8 frags per segment issueAnjali Singhai2015-02-261-0/+1
* | i40e/i40evf: Refactor the receive routinesMitch Williams2015-02-241-3/+14
|/
* i40e: fix un-necessary Tx hangsJesse Brandeburg2015-01-071-0/+1
* i40e: clean up throttle rate codeJesse Brandeburg2014-11-111-4/+1Star
* i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain2014-08-271-0/+1
* i40e: Adds FCoE related code to i40e core driverVasu Dev2014-08-031-0/+9
* i40e/i40evf: Do not free the dummy packet buffer synchronouslyAnjali Singhai Jain2014-07-031-1/+5
* i40e/i40evf: remove reserved typeJesse Brandeburg2014-06-251-1/+0Star
* i40e/i40evf: fix TSO accountingJesse Brandeburg2014-06-081-2/+2
* i40e/i40evf: remove unused RX_LRO defineJesse Brandeburg2014-06-051-7/+0Star
* i40e/i40evf: remove storm controlJesse Brandeburg2014-05-291-1/+1
* i40e/i40evf: Remove reserved PCTYPE definesKevin Scott2014-05-291-5/+0Star
* i40e: enable PTPJacob Keller2014-01-111-0/+3
* i40e: adjust ITR max and min valuesShannon Nelson2014-01-111-3/+2Star
* i40e: shorten wordy fieldsMitch Williams2014-01-091-2/+2
* i40e: Fix GPL headerGreg Rose2014-01-091-4/+3Star
* i40e: add header file flag _I40E_TXRX_H_Vasu Dev2014-01-051-0/+4
* i40e: make a define from a large constantMitch Williams2014-01-041-0/+20
* i40e: remove and fix confusing define nameJesse Brandeburg2013-12-101-4/+17
* i40e: Add support for 64 bit netstatsAlexander Duyck2013-10-101-0/+1
* i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-101-0/+2
* i40e: Replace ring container array with linked listAlexander Duyck2013-10-101-2/+6
* i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-101-3/+5
* i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2013-10-101-1/+0Star
* i40e: clean up Tx fast pathAlexander Duyck2013-10-101-1/+0Star
* i40e: Cleanup Tx buffer info layoutAlexander Duyck2013-10-101-7/+6Star