aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/+14
2015-04-03i40e/i40evf: fix bug when skb allocation failsJesse Brandeburg1-1/+4
2015-04-03i40evf: Fix Outer UDP RX checksum codeAnjali Singhai Jain1-11/+13
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/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-36/+107
2015-03-03i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain1-4/+4
2015-02-26i40evf: TCP/IPv6 over Vxlan Tx checksum offload fixAnjali Singhai1-12/+12
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-101/+300
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/+36
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-29i40evf: Set skb->csum_level for encapsulated checksumTom Herbert1-1/+1
2014-08-27i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain1-2/+4
2014-08-25i40evf: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-07-24i40e/i40evf: fix extension header csum logicJesse Brandeburg1-2/+0
2014-07-02i40e/i40evf: Do not free the dummy packet buffer synchronouslyAnjali Singhai Jain1-1/+5
2014-07-01i40e/i40evf: initialize context descriptorJesse Brandeburg1-0/+1
2014-06-09i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksumJesse Brandeburg1-19/+55
2014-06-08i40e/i40evf: fix TSO accountingJesse Brandeburg1-6/+1
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg1-0/+3
2014-04-11i40evf: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-03-19i40e/i40evf: reduce context descriptorsJesse Brandeburg1-1/+2
2014-03-19i40e/i40evf: enable hardware feature head write backJesse Brandeburg1-6/+40
2014-03-06i40e/i40evf: carefully fill tx ringJesse Brandeburg1-2/+2
2014-03-06i40e/i40evf: i40e implementation for skb_set_hashJesse Brandeburg1-2/+27
2014-02-13i40evf: trivial fixesJesse Brandeburg1-3/+3
2014-02-13i40e: spelling errorJesse Brandeburg1-1/+1
2014-01-10i40evf: fix s390 build failure due to implicit prefetch.hPaul Gortmaker1-0/+2
2013-12-31i40evf: transmit and receive functionalityGreg Rose1-0/+1573