summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2016-05-06i40e: constify i40e_client_ops structureJulia Lawall1-1/+1
2016-05-06i40e: fix misleading indentationArnd Bergmann1-1/+2
2016-05-06i40e: Test memory before ethtool alloc succeedsJesse Brandeburg1-3/+31
2016-05-06i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg4-48/+17
2016-05-06i40evf: Drop packet split receive routineJesse Brandeburg1-1/+1
2016-05-06i40e: Refactor receive routineJesse Brandeburg6-303/+531
2016-05-06i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg2-7/+2
2016-05-06i40e: Drop packet split receive routineJesse Brandeburg6-317/+10
2016-05-06i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg1-7/+6
2016-05-04net: remove dev->trans_startFlorian Westphal1-1/+1
2016-05-02i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck2-3/+14
2016-05-02i40e: make use of BIT() macro to prevent left shift of signed valuesJacob Keller1-28/+25
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-02i40e: Update device ids for X722Catherine Sullivan1-0/+1
2016-05-02i40e: Drop extra copy of functionJesse Brandeburg1-18/+0
2016-05-02i40e: Use consistent type for vf_idJesse Brandeburg3-9/+10
2016-05-02i40e: PTP - avoid aggregate return warningsJesse Brandeburg1-1/+2
2016-05-02i40e: Fix uninitialized variableCatherine Sullivan1-5/+1
2016-05-02i40e: Remove HMC AQ API implementationNeerav Parikh4-63/+0
2016-05-02i40e: Prevent falling to promiscuous if the VF is not trustedAnjali Singhai Jain1-0/+6
2016-05-02i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain2-2/+26
2016-05-02i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain1-10/+10
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain1-7/+7
2016-04-27i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain2-6/+149
2016-04-27i40e: Add promiscuous on VLAN supportGreg Rose2-0/+78
2016-04-27i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg1-1/+2
2016-04-27i40e: Remove zero checkGreg Rose1-4/+1
2016-04-27i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk2-0/+2
2016-04-27i40e: Add device capability which defines if update is availableMichal Kosiarz3-0/+12
2016-04-26i40e: Specify AQ event opcode to wait forShannon Nelson2-7/+43
2016-04-26i40e: Code cleanup in i40e_add_fdir_ethtoolShannon Nelson1-5/+7
2016-04-26i40e: Add support for configuring VF RSSMitch Williams3-12/+217
2016-04-26i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck2-8/+18
2016-04-26i40e/i40evf: Clean up feature flagsAlexander Duyck1-35/+26
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
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/+33
2016-04-07i40e: Move NVM event wait check to NVM codeShannon Nelson3-30/+33
2016-04-07i40e: Add RSS configuration to virtual channelMitch Williams1-3/+42
2016-04-07i40e: Move NVM variable out of AQ structShannon Nelson4-10/+10
2016-04-07i40e: Restrict VF poll mode to only single function mode devicesShannon Nelson1-1/+9
2016-04-07i40e: Patch to support trusted VFAnjali Singhai Jain3-0/+45
2016-04-07i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg3-13/+17
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-07i40e: Move HW flushAkeem G Abodunrin1-0/+1
2016-04-07i40e: Leave debug_mask cleared at initShannon Nelson1-1/+0