summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain2016-02-181-3/+7
* i40e/i40evf: use logical operators, not bitwiseMitch Williams2016-02-181-2/+3
* i40e/i40evf: use pages correctly in RxMitch Williams2016-02-181-43/+75
* i40e/i40evf: use __GFP_NOWARNJesse Brandeburg2016-02-181-4/+8
* i40e/i40evf: try again after failureJesse Brandeburg2016-02-171-9/+42
* i40e/i40evf: don't lose interruptsJesse Brandeburg2016-02-171-1/+3
* i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain2016-02-171-27/+36
* i40e: do TSO only if CHECKSUM_PARTIAL is setShannon Nelson2016-02-171-0/+3
* i40e: fix bug in dma syncJesse Brandeburg2016-02-171-4/+4
* i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain2016-02-171-1/+2
* i40evf: add new write-back modeAnjali Singhai Jain2016-02-041-0/+16
* i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain2016-01-081-25/+29
* i40e: trivial fixesJesse Brandeburg2015-12-031-11/+4Star
* i40e/i40evf: use logical operatorMitch Williams2015-12-031-1/+1
* i40e: Fix memory leaks, sideband filter programmingKiran Patil2015-12-031-5/+5
* i40e: Detection and recovery of TX queue hung logic moved to service_task fro...Kiran Patil2015-12-031-7/+14
* i40evf: allocate ring structs dynamicallyMitch Williams2015-12-021-1/+1
* i40e/i40evf: prefetch skb data on transmitJesse Brandeburg2015-12-021-0/+3
* i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai Jain2015-12-021-43/+75
* i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain2015-11-251-1/+3
* i40e/i40evf: remove unused tunnel parameterShannon Nelson2015-11-251-5/+3Star
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0Star
* i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg2015-10-201-2/+21
* i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg2015-10-201-6/+21
* i40e/i40evf: fix bug in throttle rate mathJesse Brandeburg2015-10-201-1/+8
* i40e/i40evf: refactor IRQ enable functionJesse Brandeburg2015-10-201-46/+62
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-2/+6
* i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck2015-10-161-6/+1Star
* i40e/i40evf: Fix handling of napi budgetAlexander Duyck2015-10-161-0/+5
* i40e/i40evf: clean up some codeJesse Brandeburg2015-10-091-3/+3
* i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain2015-10-071-2/+3
* i40evf: Use numa_mem_id() to better support memoryless nodeJiang Liu2015-10-041-1/+1
* i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2015-09-301-2/+1Star
* i40e/i40evf: refactor tx timeout logicKiran Patil2015-09-291-86/+8Star
* i40evf: Use the correct defines to match the VF registersAnjali Singhai Jain2015-08-271-14/+14
* i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain2015-08-061-0/+13
* i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain2015-08-061-9/+29
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-19/+18Star
* i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny2015-07-231-40/+73
* i40e/i40evf: improve Tx performance with a small tweakJesse Brandeburg2015-07-151-0/+2
* i40evf: fix panic during MTU changeMitch Williams2015-06-261-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-091-15/+10Star
|\
| * i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain2015-06-051-15/+10Star
* | i40e/i40evf: remove time_stamp memberJesse Brandeburg2015-05-281-7/+0Star
* | i40e/i40evf: force inline transmit functionsJesse Brandeburg2015-05-281-20/+16Star
* | i40evf: skb->xmit_more supportJesse Brandeburg2015-05-281-41/+47
* | i40e/i40evf: Remove unneeded TODOGreg Rose2015-05-281-3/+0Star
* | i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain2015-05-281-18/+16Star
* | net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-2/+0Star
|/
* i40e/i40evf: Use dma_rmb where appropriateAlexander Duyck2015-04-091-2/+2