aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller4-5/+4
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+17
2016-07-22i40e/i40evf-bump version to 1.6.11Bimmy Pujari1-1/+1
2016-07-22i40evf: add hyperv dev idsJoshua Hay1-0/+2
2016-07-22i40e: Remove device ID 0x37D4Catherine Sullivan2-2/+0
2016-07-22i40e/i40evf: remove useless initializerMitch Williams1-2/+1
2016-07-14i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck1-13/+17
2016-06-27i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari1-2/+2
2016-06-27i40evf: always activate correct MAC address filterMitch Williams1-1/+1
2016-06-27i40evf: don't overflow bufferMitch Williams1-0/+8
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2-0/+2
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert2-4/+2
2016-05-13i40e: Add allmulti support for the VFAnjali Singhai Jain3-3/+30
2016-05-05i40evf: Allocate Rx buffers properlyMitch Williams1-4/+1
2016-05-05i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg1-14/+10
2016-05-05i40evf: refactor receive routineJesse Brandeburg5-513/+481
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg6-74/+2
2016-05-05i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg1-1/+0
2016-05-05i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg1-7/+6
2016-05-01i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck2-3/+14
2016-05-01i40evf: make use of BIT() macro to avoid signed left shiftJacob Keller1-22/+22
2016-05-01i40e/i40evf: fix I40E_MASK signed shift overflow warningsJacob Keller1-1/+1
2016-05-01i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10Harshitha Ramamurthy1-1/+1
2016-05-01i40evf: RSS Hash Option parametersCarolyn Wyborny1-199/+2
2016-05-01i40e: Remove HMC AQ API implementationNeerav Parikh1-25/+0
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain3-0/+33
2016-04-27i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg1-1/+2
2016-04-27i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk2-0/+2
2016-04-27i40e: Add device capability which defines if update is availableMichal Kosiarz2-0/+6
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams4-284/+294
2016-04-26i40e: Specify AQ event opcode to wait forShannon Nelson1-0/+1
2016-04-26i40evf: Don't PanicMitch Williams1-2/+4
2016-04-26i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck2-8/+18
2016-04-26i40e/i40evf: Clean up feature flagsAlexander Duyck1-34/+32
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+31
2016-04-13i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck2-28/+31
2016-04-06i40evf: properly handle VLAN featuresMitch Williams1-15/+12
2016-04-06i40e/i40evf: Bump patch from 1.5.2 to 1.5.5Harshitha Ramamurthy1-1/+1
2016-04-06i40e: Input set mask constants for RSS, flow director, and flex bytesKiran Patil1-0/+42
2016-04-06i40e: Add RSS configuration to virtual channelMitch Williams1-3/+42
2016-04-06i40e: Move NVM variable out of AQ structShannon Nelson2-1/+1
2016-04-06i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg2-1/+13
2016-04-06i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg1-4/+2
2016-04-06i40e/i40evf: Move stack var deeperJesse Brandeburg1-1/+2
2016-04-05i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck1-7/+4
2016-04-05i40e/i40evf: Bump patch from 1.5.1 to 1.5.2Avinash Dayanand1-1/+1
2016-04-05i40evf: Fix get_rss_aqCatherine Sullivan1-1/+1
2016-04-05i40evf: Add longer wait after remove moduleMitch Williams1-2/+2
2016-04-05i40e: Add new device ID for X722Catherine Sullivan2-0/+2
2016-04-05i40evf: Fix VLAN featuresMitch Williams1-0/+23