summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-212-0/+2
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-212-4/+2Star
* i40e: Add allmulti support for the VFAnjali Singhai Jain2016-05-143-3/+30
* i40evf: Allocate Rx buffers properlyMitch Williams2016-05-061-4/+1Star
* i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg2016-05-061-14/+10Star
* i40evf: refactor receive routineJesse Brandeburg2016-05-065-513/+481Star
* i40evf: Drop packet split receive routineJesse Brandeburg2016-05-066-74/+2Star
* i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg2016-05-061-1/+0Star
* i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2016-05-061-7/+6Star
* i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck2016-05-022-3/+14
* i40evf: make use of BIT() macro to avoid signed left shiftJacob Keller2016-05-021-22/+22
* i40e/i40evf: fix I40E_MASK signed shift overflow warningsJacob Keller2016-05-021-1/+1
* i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10Harshitha Ramamurthy2016-05-021-1/+1
* i40evf: RSS Hash Option parametersCarolyn Wyborny2016-05-021-199/+2Star
* i40e: Remove HMC AQ API implementationNeerav Parikh2016-05-021-25/+0Star
* i40evf: Add driver support for promiscuous modeAnjali Singhai Jain2016-04-273-0/+33
* i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg2016-04-271-1/+2
* i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk2016-04-272-0/+2
* i40e: Add device capability which defines if update is availableMichal Kosiarz2016-04-272-0/+6
* i40evf: Allow PF driver to configure RSSMitch Williams2016-04-264-284/+294
* i40e: Specify AQ event opcode to wait forShannon Nelson2016-04-261-0/+1
* i40evf: Don't PanicMitch Williams2016-04-261-2/+4
* i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck2016-04-262-8/+18
* i40e/i40evf: Clean up feature flagsAlexander Duyck2016-04-261-34/+32Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-242-28/+31
|\
| * i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck2016-04-142-28/+31
* | i40evf: properly handle VLAN featuresMitch Williams2016-04-071-15/+12Star
* | i40e/i40evf: Bump patch from 1.5.2 to 1.5.5Harshitha Ramamurthy2016-04-071-1/+1
* | i40e: Input set mask constants for RSS, flow director, and flex bytesKiran Patil2016-04-071-0/+42
* | i40e: Add RSS configuration to virtual channelMitch Williams2016-04-071-3/+42
* | i40e: Move NVM variable out of AQ structShannon Nelson2016-04-072-1/+1
* | i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg2016-04-072-1/+13
* | i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg2016-04-071-4/+2Star
* | i40e/i40evf: Move stack var deeperJesse Brandeburg2016-04-071-1/+2
* | i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck2016-04-061-7/+4Star
* | i40e/i40evf: Bump patch from 1.5.1 to 1.5.2Avinash Dayanand2016-04-061-1/+1
* | i40evf: Fix get_rss_aqCatherine Sullivan2016-04-061-1/+1
* | i40evf: Add longer wait after remove moduleMitch Williams2016-04-061-2/+2
* | i40e: Add new device ID for X722Catherine Sullivan2016-04-062-0/+2
* | i40evf: Fix VLAN featuresMitch Williams2016-04-061-0/+23
* | i40e/i40evf: Bump patch from 1.4.25 to 1.5.1Catherine Sullivan2016-04-051-2/+2
* | i40evf: Add additional check for resetMitch Williams2016-04-051-0/+2
* | i40e/i40evf: Fix casting in transmit codeJesse Brandeburg2016-04-051-2/+3
* | i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck2016-04-051-9/+11
* | i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck2016-04-051-5/+8
* | i40evf: remove dead codeAlan Cox2016-04-051-10/+1Star
* | i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck2016-04-052-7/+41
|/
* i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15Jesse Brandeburg2016-02-191-1/+1
* i40e: implement and use Rx CTL helper functionsShannon Nelson2016-02-192-0/+133
* i40e: add adminq commands for Rx CTL registersShannon Nelson2016-02-191-0/+16