summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18i40e/i40evf: try again after failureJesse Brandeburg1-9/+42
2016-02-18i40e/i40evf: don't lose interruptsJesse Brandeburg1-2/+4
2016-02-18i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain1-23/+34
2016-02-17i40e: add priv flag for automatic rule evictionAnjali Singhai Jain1-2/+4
2016-02-17i40e: do TSO only if CHECKSUM_PARTIAL is setShannon Nelson1-0/+3
2016-02-17i40e: fix bug in dma syncJesse Brandeburg1-4/+4
2016-02-17i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain1-5/+13
2016-01-26net: i40e: shut up uninitialized variable warningsArnd Bergmann1-2/+2
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain1-25/+29
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali1-4/+4
2015-12-03i40e: trivial fixesJesse Brandeburg1-5/+1
2015-12-03i40e/i40evf: use logical operatorMitch Williams1-1/+1
2015-12-03i40e: Fix memory leaks, sideband filter programmingKiran Patil1-5/+14
2015-12-03i40e: Detection and recovery of TX queue hung logic moved to service_task fro...Kiran Patil1-0/+2
2015-12-02i40e/i40evf: prefetch skb data on transmitJesse Brandeburg1-0/+3
2015-11-25i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain1-1/+3
2015-11-25i40e/i40evf: remove unused tunnel parameterShannon Nelson1-7/+4
2015-11-19net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-10-23i40e: add missing kernel-doc argumentJean Sacren1-0/+3
2015-10-20i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg1-2/+20
2015-10-20i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg1-6/+21
2015-10-20i40e/i40evf: fix bug in throttle rate mathJesse Brandeburg1-1/+8
2015-10-20i40e/i40evf: refactor IRQ enable functionJesse Brandeburg1-46/+66
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-2/+6
2015-10-16i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck1-6/+1
2015-10-16i40e/i40evf: Fix handling of napi budgetAlexander Duyck1-0/+5
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg1-3/+3
2015-10-09i40e: Fix for extra Flow Director filter in table after errorCarolyn Wyborny1-1/+2
2015-10-08i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain1-2/+3
2015-10-04i40e: Use numa_mem_id() to better support memoryless nodeJiang Liu1-1/+1
2015-09-30i40e: warn on double freeJesse Brandeburg1-0/+4
2015-09-30i40e: refactor interrupt enableJesse Brandeburg1-4/+2
2015-09-30i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg1-0/+1
2015-09-29i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai1-44/+85
2015-09-29i40e: add GRE tunnel type to csum encodingShannon Nelson1-0/+3
2015-09-29i40e/i40evf: refactor tx timeout logicKiran Patil1-73/+2
2015-09-29i40e: Move i40e_get_head into header fileKiran Patil1-13/+0
2015-08-06i40e/i40evf: Add ATR HW eviction support for X722Anjali Singhai Jain1-0/+10
2015-08-06i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain1-1/+15
2015-08-06i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain1-9/+37
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-20/+19
2015-07-23i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny1-58/+88
2015-07-15i40e/i40evf: improve Tx performance with a small tweakJesse Brandeburg1-0/+2
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+10
2015-06-05i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain1-15/+10
2015-05-28i40e/i40evf: remove time_stamp memberJesse Brandeburg1-10/+0
2015-05-28i40e/i40evf: force inline transmit functionsJesse Brandeburg1-16/+16
2015-05-28i40e: Move the FD ATR/SB messages to a higher debug levelAnjali Singhai Jain1-3/+6
2015-05-28i40e/i40evf: Remove unneeded TODOGreg Rose1-3/+0
2015-05-28i40e/i40evf: Add stats to count Tunnel ATR hitsAnjali Singhai Jain1-3/+10