summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
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-08i40e/i40evf: clean up some codeJesse Brandeburg1-3/+3
2015-10-08i40e: Fix for extra Flow Director filter in table after errorCarolyn Wyborny1-1/+2
2015-10-07i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain1-2/+3
2015-10-03i40e: 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-28i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai1-44/+85
2015-09-28i40e: add GRE tunnel type to csum encodingShannon Nelson1-0/+3
2015-09-28i40e/i40evf: refactor tx timeout logicKiran Patil1-73/+2
2015-09-28i40e: Move i40e_get_head into header fileKiran Patil1-13/+0
2015-08-05i40e/i40evf: Add ATR HW eviction support for X722Anjali Singhai Jain1-0/+10
2015-08-05i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain1-1/+15
2015-08-05i40e/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-14i40e/i40evf: improve Tx performance with a small tweakJesse Brandeburg1-0/+2
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+10
2015-06-04i40e/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
2015-05-28i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain1-33/+44
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-2/+0
2015-04-09i40e/i40evf: Use dma_rmb where appropriateAlexander Duyck1-2/+2
2015-04-03i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabledGreg Rose1-0/+13
2015-04-03i40e/i40evf: fix bug when skb allocation failsJesse Brandeburg1-1/+4
2015-03-09i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher1-1/+1
2015-03-09i40e/i40evf: fix accidental write to ITR registersJesse Brandeburg1-0/+1
2015-03-07i40e/i40evf: enable prefetch of Tx descriptors during cleanupJesse Brandeburg1-0/+2
2015-03-07i40e/i40evf: Simplify tunnel selection logicAnjali Singhai Jain1-2/+10
2015-03-07i40e: FD filters flush policy changesAnjali Singhai Jain1-1/+19
2015-03-07i40e: Avoid logs while adding/deleting FD-SB filtersAnjali Singhai Jain1-3/+3
2015-03-07i40e/i40evf: Refactor i40e_debug_aq and make some functions staticShannon Nelson1-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+95
2015-03-03i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain1-4/+4
2015-03-03i40e: Skip the priority tagging if DCB is not enabledNeerav Parikh1-0/+5
2015-02-26i40e: fix race in hang checkJesse Brandeburg1-24/+30
2015-02-26i40e: Fix TSO with more than 8 frags per segment issueAnjali Singhai1-0/+65
2015-02-23i40e/i40evf: Refactor the receive routinesMitch Williams1-104/+315
2015-02-09i40e: Fix for stats init function call in Rx setupCarolyn Wyborny1-1/+1
2015-02-09i40e/i40evf: Add call to u64_stats_init to initCarolyn Wyborny1-0/+2
2015-02-09i40evf: Force Tx writeback on ITRAnjali Singhai Jain1-2/+2
2015-01-16i40e: check I40E_FLAG_PTP before handling Tx or Rx timestampsJacob Keller1-0/+3
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-32/+72