aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-25igb: limit udelay for phy changes to 10000usAndi Kleen1-3/+3
2013-04-25e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan1-2/+5
2013-04-25e1000e: fix numeric overflow in phc settime methodRichard Cochran1-2/+1
2013-04-24igb: Bump version of driverCarolyn Wyborny1-3/+3
2013-04-24igb: Remove id's that will not be productized for Linux.Carolyn Wyborny2-4/+0
2013-04-24igb: Remove dead code pathMatthew Vick1-4/+0
2013-04-24igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose1-1/+68
2013-04-24igb: display a warning message when SmartSpeed worksKoki Sanagi1-0/+6
2013-04-24igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck1-35/+1
2013-04-24igb: Add SMBI semaphore to I210/I211Matthew Vick3-26/+43
2013-04-24igb: SERDES loopback sigdetect bit on i210 devicesAkeem G. Abodunrin1-7/+2
2013-04-24ixgbe: add WOL support for new subdevice IDEmil Tantilov2-0/+2
2013-04-24ixgbe: add SFP+ LX module supportDon Skidmore4-10/+25
2013-04-24ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller3-4/+4
2013-04-24ixgbe: add driver support for x520 OCP adapter.Don Skidmore2-0/+9
2013-04-24ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore1-0/+3
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-125/+35
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy7-8/+8
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy7-36/+57
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy8-42/+42
2013-04-18igb: Add support for i354 devicesCarolyn Wyborny12-36/+251
2013-04-18igb: add support for spoofchk configLior Levy2-0/+35
2013-04-18igb: Enable EEE LP advertisementMatthew Vick7-1/+142
2013-04-18igb: Fix code comments and whitespaceJeff Kirsher16-1183/+1010
2013-04-18igb: Fix sparse warnings on function pointersAkeem G. Abodunrin1-2/+2
2013-04-18igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck1-0/+11
2013-04-18igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck1-9/+11
2013-04-18igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-18igb: random code and comments fixAkeem G. Abodunrin3-6/+5
2013-04-18igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin1-1/+2
2013-04-18igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin2-0/+89
2013-04-18igb: Support for 100base-fx SFPAkeem G. Abodunrin3-19/+50
2013-04-18ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches2-10/+5
2013-04-18ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller2-0/+2
2013-04-18ixgbe: in shutdown, do netif_running() under rtnl_lockakepner1-2/+2
2013-04-18ixgbe: Fix a bug in setting VF VLAN via PFGreg Rose1-0/+6
2013-04-18igb: Revert support for build_skb in igbAlexander Duyck2-114/+4
2013-04-17ixgbe: bump version numberDon Skidmore1-1/+1
2013-04-17ixgbe: Fix 1G link WoLDon Skidmore3-2/+8
2013-04-17ixgbe: fix MNG FW support when adapter not upDon Skidmore5-5/+65
2013-04-17ixgbe: enable devices with internal switch to read pci parentJacob Keller1-0/+48
2013-04-17ixgbe: create conversion functions from link_status to bus/speedJacob Keller2-32/+34
2013-04-17ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller3-1/+7
2013-04-17ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck1-6/+1
2013-04-17ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov1-1/+1
2013-04-17ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-10e100: Add dma mapping error checkNeil Horman1-11/+25
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2013-04-05ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski1-2/+9
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+23