aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2009-04-13mac89x0: convert to net_device_opsAlexander Beregalov
2009-04-13macb: convert to net_device_opsAlexander Beregalov
2009-04-13macsonic: convert to net_device_opsAlexander Beregalov
2009-04-13sh_eth: convert to net_device_opsAlexander Beregalov
2009-04-13sun3_82586: convert to net_device_opsAlexander Beregalov
2009-04-13tc35815: convert to net_device_opsAlexander Beregalov
2009-04-13tsi108_eth: convert to net_device_opsAlexander Beregalov
2009-04-13xtsonic: convert to net_device_opsAlexander Beregalov
2009-04-13phylib: Add interrupt source check function to M88E1121R driverAnatolij Gustschin
2009-04-13phylib: Allow early-out in phy_changeAnatolij Gustschin
2009-04-13phylib: Basic support for the M88E1121R Marvell chipSergei Poselenov
2009-04-13Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-04-13tg3: fix big endian MAC address collection failureJames Bottomley
2009-04-13Bonding: fix zero address hole bug in arp_ip_target listBrian Haley
2009-04-11igb: do not check for vf_data if we didn't enable vfsAlexander Duyck
2009-04-11igbvf: fix unused external referencesAlexander Duyck
2009-04-11igb: fix unused external references introduced with sr-iov changesAlexander Duyck
2009-04-11ether3: convert to net_device_opsAlexander Beregalov
2009-04-11ether1: convert to net_device_opsAlexander Beregalov
2009-04-11ep93xx_eth: convert to net_device_opsAlexander Beregalov
2009-04-11at91_ether: convert to net_device_opsAlexander Beregalov
2009-04-11am79c961a: convert to net_device_opsAlexander Beregalov
2009-04-11ariadne: convert to net_device_opsAlexander Beregalov
2009-04-11ibm_newemac: convert to netdev_opsAlexander Beregalov
2009-04-11fs_enet: convert to netdev_opsAlexander Beregalov
2009-04-11via-velocity : fix compilation warning.Séguier Régis
2009-04-11phy: error handling for platform_device_register_simple()Dan Carpenter
2009-04-11ixgbe: only allow WOL for 82599 KX4 NICAlexander Duyck
2009-04-11ixgbe: Move the LED blink code to common, since 82599 also uses itPJ Waskiewicz
2009-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds
2009-04-10Separate out the proc- and unit-specific header directories from the generalDavid Howells
2009-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-04-09forcedeth: Use napi_complete() not __napi_complete().David S. Miller
2009-04-08igb: remove sysfs entry that was used to set the number of vfsAlexander Duyck
2009-04-08igbvf: add new driver to support 82576 virtual functionsAlexander Duyck
2009-04-08drivers/net/eql.c: Fix a dev leakage.Yang Hongyang
2009-04-08niu: Fix unused variable warning.David S. Miller
2009-04-08r6040: set MODULE_VERSIONFlorian Fainelli
2009-04-08bnx2: Don't use reserved namesBastian Blank
2009-04-08FEC driver: add missing #endifSascha Hauer
2009-04-08niu: Fix error handlingDan Carpenter
2009-04-08mv643xx_eth: don't reset the rx coal timer on interface upLennert Buytenhek
2009-04-08smsc911x: correct debugging message on mii read timeoutSteve Glendinning
2009-04-08ethoc: fix library build errorsRandy Dunlap
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang