summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin2016-05-141-1/+1
* i40e: change Rx hang message into a WARN_ONCEJacob Keller2016-05-141-3/+1Star
* i40e: Refactor ethtool get_settingsCatherine Sullivan2016-05-141-123/+135
* i40e: lie to the VFMitch Williams2016-05-141-3/+7
* i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain2016-05-146-18/+111
* i40e: Implement the API function for aq_set_switch_configShannon Nelson2016-05-142-0/+33
* i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott2016-05-143-2/+7
* i40e: constify i40e_client_ops structureJulia Lawall2016-05-061-1/+1
* i40e: fix misleading indentationArnd Bergmann2016-05-061-1/+2
* i40e: Test memory before ethtool alloc succeedsJesse Brandeburg2016-05-061-3/+31
* i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg2016-05-064-48/+17Star
* i40evf: Drop packet split receive routineJesse Brandeburg2016-05-061-1/+1
* i40e: Refactor receive routineJesse Brandeburg2016-05-066-303/+531
* i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg2016-05-062-7/+2Star
* i40e: Drop packet split receive routineJesse Brandeburg2016-05-066-317/+10Star
* i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2016-05-061-7/+6Star
* net: remove dev->trans_startFlorian Westphal2016-05-041-1/+1
* i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck2016-05-022-3/+14
* i40e: make use of BIT() macro to prevent left shift of signed valuesJacob Keller2016-05-021-28/+25Star
* 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
* i40e: Update device ids for X722Catherine Sullivan2016-05-021-0/+1
* i40e: Drop extra copy of functionJesse Brandeburg2016-05-021-18/+0Star
* i40e: Use consistent type for vf_idJesse Brandeburg2016-05-023-9/+10
* i40e: PTP - avoid aggregate return warningsJesse Brandeburg2016-05-021-1/+2
* i40e: Fix uninitialized variableCatherine Sullivan2016-05-021-5/+1Star
* i40e: Remove HMC AQ API implementationNeerav Parikh2016-05-024-63/+0Star
* i40e: Prevent falling to promiscuous if the VF is not trustedAnjali Singhai Jain2016-05-021-0/+6
* i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain2016-05-022-2/+26
* i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain2016-05-011-10/+10
* i40evf: Add driver support for promiscuous modeAnjali Singhai Jain2016-04-271-7/+7
* i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain2016-04-272-6/+149
* i40e: Add promiscuous on VLAN supportGreg Rose2016-04-272-0/+78
* i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg2016-04-271-1/+2
* i40e: Remove zero checkGreg Rose2016-04-271-4/+1Star
* i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk2016-04-272-0/+2
* i40e: Add device capability which defines if update is availableMichal Kosiarz2016-04-273-0/+12
* i40e: Specify AQ event opcode to wait forShannon Nelson2016-04-262-7/+43
* i40e: Code cleanup in i40e_add_fdir_ethtoolShannon Nelson2016-04-261-5/+7
* i40e: Add support for configuring VF RSSMitch Williams2016-04-263-12/+217
* i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck2016-04-262-8/+18
* i40e/i40evf: Clean up feature flagsAlexander Duyck2016-04-261-35/+26Star
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-0/+1
|\|
| * i40e: fix errant PCIe bandwidth messageJesse Brandeburg2016-04-051-0/+1
* | 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/+33
* | i40e: Move NVM event wait check to NVM codeShannon Nelson2016-04-073-30/+33
* | i40e: Add RSS configuration to virtual channelMitch Williams2016-04-071-3/+42