summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-28i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain1-33/+44
2015-05-15net: 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-04Merge 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-24i40e/i40evf: Refactor the receive routinesMitch Williams1-104/+315
2015-02-10i40e: 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
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-07i40e: Fix bug with TCP over IPv6 over VXLANAnjali Singhai1-13/+11
2015-01-07i40e: Fix Rx checksum error counterAnjali Singhai1-11/+13
2015-01-07i40e: fix un-necessary Tx hangsJesse Brandeburg1-8/+48
2014-12-09ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-6/+2
2014-10-09i40e: skb->xmit_more supportEric Dumazet1-44/+46
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-30i40e: 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-1/+9
2014-08-27i40e: ATR policy change to flush the table to clean stale ATR rulesAnjali Singhai Jain1-10/+13
2014-08-27i40e: Some FD message fixesAnjali Singhai Jain1-10/+28
2014-08-27i40e: Update flow director error messages to reduce user confusionCarolyn Wyborny1-17/+16
2014-08-26i40e: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-03i40e: Adds FCoE related code to i40e core driverVasu Dev1-3/+34
2014-07-24i40e/i40evf: fix extension header csum logicJesse Brandeburg1-2/+0
2014-07-17i40e/i40evf: Clean up codePaul M Stillwell Jr1-1/+0
2014-07-17i40e: fix race conditions on queuing skb for HW time stampJakub Kicinski1-1/+2
2014-07-16i40e: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-07-03i40e/i40evf: Do not free the dummy packet buffer synchronouslyAnjali Singhai Jain1-47/+62
2014-07-01i40e/i40evf: initialize context descriptorJesse Brandeburg1-0/+1
2014-07-01i40e: FD filter replay logic bug fixAnjali Singhai Jain1-4/+6
2014-06-26i40e: fix fdir programmingJesse Brandeburg1-2/+4
2014-06-26i40e: Fix the FD sideband logic to detect a FD table full conditionAnjali Singhai Jain1-2/+2
2014-06-26i40e: Avoid adding the TCP-IPv4 filter twiceAnjali Singhai Jain1-13/+0
2014-06-11i40e/i40evf: Add Flow director stats to PF statsAnjali Singhai Jain1-1/+6
2014-06-09i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksumJesse Brandeburg1-19/+55