summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-2/+6
* i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck2015-10-161-6/+1
* i40e/i40evf: Fix handling of napi budgetAlexander Duyck2015-10-161-0/+5
* i40e/i40evf: clean up some codeJesse Brandeburg2015-10-081-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-031-1/+1
* i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2015-09-301-2/+1
* i40e/i40evf: refactor tx timeout logicKiran Patil2015-09-281-86/+8
* i40evf: Use the correct defines to match the VF registersAnjali Singhai Jain2015-08-261-14/+14
* i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain2015-08-051-0/+13
* i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain2015-08-051-9/+29
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-19/+18
* i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny2015-07-231-40/+73
* i40e/i40evf: improve Tx performance with a small tweakJesse Brandeburg2015-07-141-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-081-15/+10
|\
| * i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain2015-06-041-15/+10
* | i40e/i40evf: remove time_stamp memberJesse Brandeburg2015-05-281-7/+0
* | i40e/i40evf: force inline transmit functionsJesse Brandeburg2015-05-281-20/+16
* | i40evf: skb->xmit_more supportJesse Brandeburg2015-05-281-41/+47
* | i40e/i40evf: Remove unneeded TODOGreg Rose2015-05-281-3/+0
* | i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain2015-05-281-18/+16
* | net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-2/+0
|/
* i40e/i40evf: Use dma_rmb where appropriateAlexander Duyck2015-04-091-2/+2
* i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabledGreg Rose2015-04-031-0/+14
* i40e/i40evf: fix bug when skb allocation failsJesse Brandeburg2015-04-031-1/+4
* i40evf: Fix Outer UDP RX checksum codeAnjali Singhai Jain2015-04-031-11/+13
* i40e/i40evf: fix accidental write to ITR registersJesse Brandeburg2015-03-091-0/+1
* i40e/i40evf: enable prefetch of Tx descriptors during cleanupJesse Brandeburg2015-03-071-0/+2
* i40e/i40evf: Simplify tunnel selection logicAnjali Singhai Jain2015-03-071-2/+10
* i40e/i40evf: Refactor i40e_debug_aq and make some functions staticShannon Nelson2015-03-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-36/+107
|\
| * i40evf: TCP/IPv6 over Vxlan Tx checksum offload fixAnjali Singhai2015-02-261-12/+12
| * i40e: fix race in hang checkJesse Brandeburg2015-02-261-24/+30
| * i40e: Fix TSO with more than 8 frags per segment issueAnjali Singhai2015-02-261-0/+65
* | i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain2015-03-031-4/+4
* | i40e/i40evf: Refactor the receive routinesMitch Williams2015-02-231-101/+300
|/
* i40e: Fix for stats init function call in Rx setupCarolyn Wyborny2015-02-091-1/+1
* i40e/i40evf: Add call to u64_stats_init to initCarolyn Wyborny2015-02-091-0/+2
* i40evf: Force Tx writeback on ITRAnjali Singhai Jain2015-02-091-2/+36
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-1/+1
|\
| * i40evf: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich2014-08-251-1/+1
* | i40evf: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-1/+1
* | i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain2014-08-271-2/+4
|/
* i40e/i40evf: fix extension header csum logicJesse Brandeburg2014-07-241-2/+0
* i40e/i40evf: Do not free the dummy packet buffer synchronouslyAnjali Singhai Jain2014-07-021-1/+5
* i40e/i40evf: initialize context descriptorJesse Brandeburg2014-07-011-0/+1
* i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksumJesse Brandeburg2014-06-091-19/+55
* i40e/i40evf: fix TSO accountingJesse Brandeburg2014-06-081-6/+1
OpenPOWER on IntegriCloud