summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-218-0/+8
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-218-16/+8Star
* ixgbe: Fix VLAN features errorAlexander Duyck2016-05-171-4/+4
* ixgbe: use correct mask when enabling sriovEmil Tantilov2016-05-171-2/+2
* i40e: fix an uninitialized variable bugDan Carpenter2016-05-141-1/+1
* i40e: Bump version from 1.5.10 to 1.5.16Bimmy Pujari2016-05-141-1/+1
* i40e: don't add broadcast filter for VFsMitch Williams2016-05-141-8/+0Star
* i40e/i40evf: properly report Rx packet hashMitch Williams2016-05-141-1/+1
* i40e: set context to use VSI RSS LUT for SR-IOVAshish Shah2016-05-141-1/+2
* 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 allmulti support for the VFAnjali Singhai Jain2016-05-143-3/+30
* i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott2016-05-143-2/+7
* e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller2016-05-143-16/+55
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-142-116/+203
* e1000e: mark shifted values as unsignedJacob Keller2016-05-141-4/+4
* e1000e: use BIT() macro for bit definesJacob Keller2016-05-1410-142/+143
* igbvf: use BIT() macro instead of shiftsJacob Keller2016-05-145-10/+11
* igbvf: remove unused variable and dead codeJacob Keller2016-05-141-3/+1Star
* igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2016-05-142-0/+44
* e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko2016-05-131-14/+14
* e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko2016-05-131-1/+1
* e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko2016-05-131-1/+2
* igb: make igb_update_pf_vlvf staticJacob Keller2016-05-131-1/+1
* igb: use BIT() macro or unsigned prefixJacob Keller2016-05-1311-136/+136
* e1000e: Cleanup consistency in ret_val variable usageBrian Walsh2016-05-131-11/+11
* e1000e: fix ethtool autoneg off for non-copperSteve Shih2016-05-131-2/+10
* 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
* i40evf: Allocate Rx buffers properlyMitch Williams2016-05-061-4/+1Star
* i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg2016-05-065-62/+27Star
* i40evf: refactor receive routineJesse Brandeburg2016-05-065-513/+481Star
* i40evf: Drop packet split receive routineJesse Brandeburg2016-05-067-75/+3Star
* i40e: Refactor receive routineJesse Brandeburg2016-05-066-303/+531
* i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg2016-05-063-8/+2Star
* i40e: Drop packet split receive routineJesse Brandeburg2016-05-066-317/+10Star
* i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2016-05-062-14/+12Star
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-0411-197/+625
|\
| * ixgbevf: Remove unused parameterTony Nguyen2016-05-043-8/+4Star
| * ixgbe: Disable DCB and FCoE for X550EM_x and x550em_aUsha Ketineni2016-05-043-42/+71
| * ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck2016-05-044-27/+13Star
| * ixgbevf: Change the relaxed order settings in VF driver for sparcBabu Moger2016-05-041-0/+6
| * ixgbe: Revise populating few registers and macro definitionsPreethi Banala2016-05-042-20/+8Star
| * ixgbe: Return 64 bit stats valuesPreethi Banala2016-05-041-3/+6
| * ixgbe: Remove duplicate and unused device ID definitionsPreethi Banala2016-05-041-6/+2Star