aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-42/+26
2016-06-17i40e: Move all UDP port notifiers to single functionAlexander Duyck2-156/+51
2016-06-17fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-27/+20
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck8-0/+8
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert8-16/+8
2016-05-16ixgbe: Fix VLAN features errorAlexander Duyck1-4/+4
2016-05-16ixgbe: use correct mask when enabling sriovEmil Tantilov1-2/+2
2016-05-14i40e: fix an uninitialized variable bugDan Carpenter1-1/+1
2016-05-14i40e: Bump version from 1.5.10 to 1.5.16Bimmy Pujari1-1/+1
2016-05-14i40e: don't add broadcast filter for VFsMitch Williams1-8/+0
2016-05-14i40e/i40evf: properly report Rx packet hashMitch Williams1-1/+1
2016-05-14i40e: set context to use VSI RSS LUT for SR-IOVAshish Shah1-1/+2
2016-05-13i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin1-1/+1
2016-05-13i40e: change Rx hang message into a WARN_ONCEJacob Keller1-3/+1
2016-05-13i40e: Refactor ethtool get_settingsCatherine Sullivan1-123/+135
2016-05-13i40e: lie to the VFMitch Williams1-3/+7
2016-05-13i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain6-18/+111
2016-05-13i40e: Implement the API function for aq_set_switch_configShannon Nelson2-0/+33
2016-05-13i40e: Add allmulti support for the VFAnjali Singhai Jain3-3/+30
2016-05-13i40e: Add support for disabling all link and change bits needed for PHY interactionsKevin Scott3-2/+7
2016-05-13e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller3-16/+55
2016-05-13igb/igbvf: Add support for GSO partialAlexander Duyck2-116/+203
2016-05-13e1000e: mark shifted values as unsignedJacob Keller1-4/+4
2016-05-13e1000e: use BIT() macro for bit definesJacob Keller10-142/+143
2016-05-13igbvf: use BIT() macro instead of shiftsJacob Keller5-10/+11
2016-05-13igbvf: remove unused variable and dead codeJacob Keller1-3/+1
2016-05-13igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2-0/+44
2016-05-13e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko1-14/+14
2016-05-13e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko1-1/+1
2016-05-13e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko1-1/+2
2016-05-13igb: make igb_update_pf_vlvf staticJacob Keller1-1/+1
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller11-136/+136
2016-05-13e1000e: Cleanup consistency in ret_val variable usageBrian Walsh1-11/+11
2016-05-13e1000e: fix ethtool autoneg off for non-copperSteve Shih1-2/+10
2016-05-05i40e: constify i40e_client_ops structureJulia Lawall1-1/+1
2016-05-05i40e: fix misleading indentationArnd Bergmann1-1/+2
2016-05-05i40e: Test memory before ethtool alloc succeedsJesse Brandeburg1-3/+31
2016-05-05i40evf: Allocate Rx buffers properlyMitch Williams1-4/+1
2016-05-05i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg5-62/+27
2016-05-05i40evf: refactor receive routineJesse Brandeburg5-513/+481
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg7-75/+3
2016-05-05i40e: Refactor receive routineJesse Brandeburg6-303/+531
2016-05-05i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg3-8/+2
2016-05-05i40e: Drop packet split receive routineJesse Brandeburg6-317/+10
2016-05-05i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2-14/+12
2016-05-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-197/+625
2016-05-04net: remove dev->trans_startFlorian Westphal1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal3-3/+3
2016-05-04ixgbevf: Remove unused parameterTony Nguyen3-8/+4