aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-67/+148
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2016-06-29igb: Only DMA sync frame lengthAndrew Lunn1-3/+4
2016-06-29ixgbe: fix spoofed packets with macvlansEmil Tantilov1-0/+1
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen1-2/+6
2016-06-29fm10k: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-29igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller1-0/+2
2016-06-29igb: implement igb_ptp_suspendJacob Keller2-5/+18
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2-33/+18
2016-06-29igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2-13/+9
2016-06-29igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller2-4/+8
2016-06-29ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 offloadsAmritha Nambiar1-16/+25
2016-06-29ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar2-7/+72
2016-06-29e1000e: prevent division by zero if TIMINCA is zeroDenys Vlasenko1-1/+2
2016-06-29fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller1-2/+3
2016-06-29fm10k: Align Rx buffers to 512B blocksAlexander Duyck1-1/+1
2016-06-29fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller1-1/+1
2016-06-29e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson1-2/+13
2016-06-27i40e: Don't notify client(s) for DCB changes on all VSIsNeerav Parikh1-1/+2
2016-06-27i40e: Fix errors resulted while turning off TSOTushar Dave2-2/+7
2016-06-27i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari2-4/+4
2016-06-27i40e: add VSI info to macaddr messagesShannon Nelson1-9/+22
2016-06-27i40e: set default VSI without a resetMitch Williams1-4/+22
2016-06-27i40evf: always activate correct MAC address filterMitch Williams1-1/+1
2016-06-27i40e: Fix RSS to not be limited by the number of CPUsCatherine Sullivan1-8/+2
2016-06-27i40e: Removing unnecessary code which caused supported link mode bugAvinash Dayanand1-2/+1
2016-06-27i40e: fix missing DA cable checkSerey Kong1-0/+1
2016-06-27i40e: Save PCI state before suspendGreg Rose1-1/+6
2016-06-27i40e: Clean up MSIX IRQs before suspendGreg Rose1-0/+3
2016-06-27i40evf: don't overflow bufferMitch Williams1-0/+8
2016-06-27i40e: Add a call to set the client interface downCatherine Sullivan1-7/+3
2016-06-27i40e: write HENA for VFsMitch Williams1-0/+6
2016-06-27i40e: add hw struct local variableMitch Williams1-38/+41
2016-06-27i40e: add functions to control default VSIMitch Williams2-0/+58
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