summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2-9/+9
2013-07-29igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov1-2/+1
2013-07-29ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller1-2/+1
2013-07-11net: rename ll methods to busy-pollEliezer Tamir1-2/+2
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds28-226/+765
2013-06-29net/trivial: replace numeric with standard PM state macrosYijing Wang1-2/+2
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-06-20net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-06-11ixgbe: add extra stats for ndo_ll_pollEliezer Tamir3-0/+60
2013-06-11ixgbe: add support for ndo_ll_pollEliezer Tamir3-8/+177
2013-05-21IXGBE: Set the SW prio_tc values at initialization to the HW setting.Amir Hanania4-0/+29
2013-05-21igb: Removed unused i2c functionAkeem G. Abodunrin1-5/+0
2013-05-21igb: Implementation of i210/i211 LED supportAkeem G. Abodunrin2-4/+10
2013-05-21igb: Fix possible panic caused by Rx traffic arrival while interface is downCarolyn Wyborny1-2/+5
2013-05-21igb: Fix set_ethtool function to call update nvm for entire imageCarolyn Wyborny1-4/+2
2013-05-21igb: SerDes flow control settingAkeem G. Abodunrin1-15/+19
2013-05-21igb: Support for SFP modules discoveryAkeem G. Abodunrin6-39/+291
2013-05-21igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick2-3/+8
2013-05-21igb: Changed LEDs blink mechanism to include designs using cathodeAkeem G. Abodunrin2-11/+32
2013-05-21e1000e: Release mutex lock only if it has been initially acquiredAkeem G. Abodunrin1-3/+3
2013-05-21e1000e: prevent warning from -Wunused-parameterBruce Allan1-2/+2
2013-05-21e1000e: cleanup whitespaceBruce Allan8-127/+125
2013-05-07e1000e: fix scheduling while atomic bugBruce Allan1-1/+1
2013-04-26ixgbe: add mac type to the version in ethtool_regsEmil Tantilov1-1/+2
2013-04-26ixgbe: add support for disabling link at boot time on 82599Emil Tantilov2-2/+20
2013-04-26ixgbe: cache AUTOC readsEmil Tantilov2-16/+25
2013-04-26ixgbe: fix register access during ethtool loopback testEmil Tantilov1-12/+14
2013-04-26ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller1-0/+10
2013-04-26igb: limit udelay for phy changes to 10000usAndi Kleen1-3/+3
2013-04-26e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan1-2/+5
2013-04-26e1000e: fix numeric overflow in phc settime methodRichard Cochran1-2/+1
2013-04-25igb: Bump version of driverCarolyn Wyborny1-3/+3
2013-04-25igb: Remove id's that will not be productized for Linux.Carolyn Wyborny2-4/+0
2013-04-25igb: Remove dead code pathMatthew Vick1-4/+0
2013-04-25igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose1-1/+68
2013-04-25igb: display a warning message when SmartSpeed worksKoki Sanagi1-0/+6
2013-04-25igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck1-35/+1
2013-04-25igb: Add SMBI semaphore to I210/I211Matthew Vick3-26/+43
2013-04-25igb: SERDES loopback sigdetect bit on i210 devicesAkeem G. Abodunrin1-7/+2
2013-04-25ixgbe: add WOL support for new subdevice IDEmil Tantilov2-0/+2
2013-04-25ixgbe: add SFP+ LX module supportDon Skidmore4-10/+25
2013-04-25ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller3-4/+4
2013-04-25ixgbe: add driver support for x520 OCP adapter.Don Skidmore2-0/+9
2013-04-25ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore1-0/+3
2013-04-23Merge 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-19igb: Add support for i354 devicesCarolyn Wyborny12-36/+251