summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)AuthorFilesLines
2016-05-14i40e: Add allmulti support for the VFAnjali Singhai Jain3-3/+30
2016-05-06i40evf: Allocate Rx buffers properlyMitch Williams1-4/+1
2016-05-06i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg1-14/+10
2016-05-06i40evf: refactor receive routineJesse Brandeburg5-513/+481
2016-05-06i40evf: Drop packet split receive routineJesse Brandeburg6-74/+2
2016-05-06i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg1-1/+0
2016-05-06i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg1-7/+6
2016-05-02i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck2-3/+14
2016-05-02i40evf: make use of BIT() macro to avoid signed left shiftJacob Keller1-22/+22
2016-05-02i40e/i40evf: fix I40E_MASK signed shift overflow warningsJacob Keller1-1/+1
2016-05-02i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10Harshitha Ramamurthy1-1/+1
2016-05-02i40evf: RSS Hash Option parametersCarolyn Wyborny1-199/+2
2016-05-02i40e: 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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+31
2016-04-14i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck2-28/+31
2016-04-07i40evf: properly handle VLAN featuresMitch Williams1-15/+12
2016-04-07i40e/i40evf: Bump patch from 1.5.2 to 1.5.5Harshitha Ramamurthy1-1/+1
2016-04-07i40e: Input set mask constants for RSS, flow director, and flex bytesKiran Patil1-0/+42
2016-04-07i40e: Add RSS configuration to virtual channelMitch Williams1-3/+42
2016-04-07i40e: Move NVM variable out of AQ structShannon Nelson2-1/+1
2016-04-07i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg2-1/+13
2016-04-07i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg1-4/+2
2016-04-07i40e/i40evf: Move stack var deeperJesse Brandeburg1-1/+2
2016-04-06i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck1-7/+4
2016-04-06i40e/i40evf: Bump patch from 1.5.1 to 1.5.2Avinash Dayanand1-1/+1
2016-04-06i40evf: Fix get_rss_aqCatherine Sullivan1-1/+1
2016-04-06i40evf: Add longer wait after remove moduleMitch Williams1-2/+2
2016-04-06i40e: Add new device ID for X722Catherine Sullivan2-0/+2
2016-04-06i40evf: Fix VLAN featuresMitch Williams1-0/+23
2016-04-05i40e/i40evf: Bump patch from 1.4.25 to 1.5.1Catherine Sullivan1-2/+2
2016-04-05i40evf: Add additional check for resetMitch Williams1-0/+2
2016-04-05i40e/i40evf: Fix casting in transmit codeJesse Brandeburg1-2/+3
2016-04-05i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck1-9/+11
2016-04-05i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck1-5/+8
2016-04-05i40evf: remove dead codeAlan Cox1-10/+1
2016-04-05i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck2-7/+41
2016-02-19i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15Jesse Brandeburg1-1/+1
2016-02-19i40e: implement and use Rx CTL helper functionsShannon Nelson2-0/+133
2016-02-19i40e: add adminq commands for Rx CTL registersShannon Nelson1-0/+16
2016-02-19i40e: Add functions to blink led on 10GBaseT PHYCarolyn Wyborny1-0/+7
2016-02-19i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck1-5/+5