summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller2016-07-211-2/+8
* | fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller2016-07-211-1/+2
* | drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca2016-07-112-12/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-062-14/+11Star
|\|
| * ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize...Xin Long2016-06-291-2/+2
| * e1000e: keep Rx/Tx HW_VLAN_CTAG in syncJarod Wilson2016-06-291-12/+9Star
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2016-06-3011-67/+148
|\ \
| * | igb: Only DMA sync frame lengthAndrew Lunn2016-06-291-3/+4
| * | ixgbe: fix spoofed packets with macvlansEmil Tantilov2016-06-291-0/+1
| * | ixgbe: Correct reporting of timestamping for x550Tony Nguyen2016-06-291-2/+6
| * | fm10k: Remove create_workqueueBhaktipriya Shridhar2016-06-291-2/+1Star
| * | igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller2016-06-291-0/+2
| * | igb: implement igb_ptp_suspendJacob Keller2016-06-292-5/+18
| * | igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2016-06-292-33/+18Star
| * | igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2016-06-292-13/+9Star
| * | igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller2016-06-292-4/+8
| * | ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 o...Amritha Nambiar2016-06-291-16/+25
| * | ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar2016-06-292-7/+72
| * | e1000e: prevent division by zero if TIMINCA is zeroDenys Vlasenko2016-06-291-1/+2
| * | fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller2016-06-291-2/+3
| * | fm10k: Align Rx buffers to 512B blocksAlexander Duyck2016-06-291-1/+1
| * | fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller2016-06-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-2/+13
|\ \ \ | |/ / |/| / | |/
| * e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson2016-06-291-2/+13
* | i40e: Don't notify client(s) for DCB changes on all VSIsNeerav Parikh2016-06-281-1/+2
* | i40e: Fix errors resulted while turning off TSOTushar Dave2016-06-282-2/+7
* | i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari2016-06-282-4/+4
* | i40e: add VSI info to macaddr messagesShannon Nelson2016-06-281-9/+22
* | i40e: set default VSI without a resetMitch Williams2016-06-281-4/+22
* | i40evf: always activate correct MAC address filterMitch Williams2016-06-281-1/+1
* | i40e: Fix RSS to not be limited by the number of CPUsCatherine Sullivan2016-06-281-8/+2Star
* | i40e: Removing unnecessary code which caused supported link mode bugAvinash Dayanand2016-06-281-2/+1Star
* | i40e: fix missing DA cable checkSerey Kong2016-06-281-0/+1
* | i40e: Save PCI state before suspendGreg Rose2016-06-281-1/+6
* | i40e: Clean up MSIX IRQs before suspendGreg Rose2016-06-281-0/+3
* | i40evf: don't overflow bufferMitch Williams2016-06-281-0/+8
* | i40e: Add a call to set the client interface downCatherine Sullivan2016-06-281-7/+3Star
* | i40e: write HENA for VFsMitch Williams2016-06-281-0/+6
* | i40e: add hw struct local variableMitch Williams2016-06-281-38/+41
* | i40e: add functions to control default VSIMitch Williams2016-06-282-0/+58
* | ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-182-42/+26Star
* | i40e: Move all UDP port notifiers to single functionAlexander Duyck2016-06-182-156/+51Star
* | fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-182-27/+20Star
|/
* 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