aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller65-3904/+3328
2008-04-17[netdrvr] forcedeth: internal simplifications; changelog removalJeff Garzik1-160/+74
2008-04-17phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker1-9/+29
2008-04-17PHY: add BCM5464 support to broadcom PHY driverPaul Gortmaker1-0/+20
2008-04-17cxgb3: Fix __must_check warning with dev_dbg.Dan Noe1-2/+2
2008-04-17tc35815: Statistics cleanupAtsushi Nemoto1-1/+2
2008-04-17natsemi: fix MMIO for PPC 44x platformsSergei Shtylyov1-4/+6
2008-04-16e1000: convert uint16_t style integers to u16Joe Perches5-1128/+1128
2008-04-16ixgb: convert uint16_t style integers to u16Joe Perches7-302/+302
2008-04-16sb1000.c: make const arrays staticDenys Vlasenko1-18/+29
2008-04-16sb1000.c: stop inlining largish static functionsDenys Vlasenko1-27/+27
2008-04-16#if 0 netxen_nic_link_ok()Adrian Bunk2-1/+2
2008-04-16make netxen_workq staticAdrian Bunk2-18/+18
2008-04-16qeth: keep ip-address after LAN_OFFLINE failureUrsula Braun1-1/+1
2008-04-16qeth: core code should alloc headroom for LLC protocolFrank Blaschka1-1/+5
2008-04-16qeth: improving debug message handlingPeter Tiedemann7-626/+544
2008-04-16qeth: layer 3 do not allow to change mac addressFrank Blaschka1-0/+1
2008-04-16qeth: CCL-sequence numbers required for protocol ETH_P_802_2 onlyUrsula Braun1-1/+2
2008-04-16qeth: set lan_online flag after a received STARTLANUrsula Braun1-0/+1
2008-04-16qeth: allow qdio queue element addresses > 2GBUrsula Braun1-4/+4
2008-04-16qeth: improve ip_list administration after deregister failuresUrsula Braun3-7/+11
2008-04-16e1000e: reformat register test code, fix some minor initializationBruce Allan1-60/+63
2008-04-16e1000e: rename a few functionsJeff Kirsher6-18/+18
2008-04-16e1000e: Make arrays out of these Rx/Tx registersJeff Kirsher5-48/+50
2008-04-16e1000e: limit EEPROM size accessesJeff Kirsher2-0/+8
2008-04-16sc92031: use netdev_alloc_skbStephen Hemminger1-1/+1
2008-04-16sc92031: start transmit return value bugfixStephen Hemminger1-10/+4
2008-04-16sc92031: use net_device statsStephen Hemminger1-36/+34
2008-04-16[netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errataPeter Horton2-15/+11
2008-04-16[netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp oursJeff Garzik1-2/+3
2008-04-16drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches1-2/+0
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming16-23/+22
2008-04-16gianfar: Support NAPI for TX FramesDai Haruki2-16/+53
2008-04-16spidernet: revise link status loggingIshizaki Kou1-4/+6
2008-04-16spidernet: fix error interrupt handlingIshizaki Kou1-12/+10
2008-04-16spidernet: change interrupt masksIshizaki Kou1-3/+2
2008-04-16spidernet: increase auto-negotiation timeout to 5 secondsIshizaki Kou1-1/+1
2008-04-16spidernet: add missing initializationIshizaki Kou1-0/+4
2008-04-16tc35815: Whitespace cleanupAtsushi Nemoto1-185/+187
2008-04-16tc35815: Use generic PHY layerAtsushi Nemoto2-752/+302
2008-04-16tc35815: Use managed pci iomap helperAtsushi Nemoto1-83/+38
2008-04-16tc35815: Use netdev_priv()Atsushi Nemoto1-39/+39
2008-04-16tc35815: Use print_mac() helperAtsushi Nemoto1-22/+14
2008-04-16tc35815: Statistics cleanupAtsushi Nemoto1-30/+31
2008-04-16mv643xx_eth: update copyrightLennert Buytenhek1-1/+5
2008-04-16mv643xx_eth: only print banner onceLennert Buytenhek1-1/+3
2008-04-16mv643xx_eth: pass port identifier to register accessorsLennert Buytenhek1-78/+78
2008-04-16mv643xx_eth: report netdev name in all printksLennert Buytenhek1-11/+6
2008-04-16mv643xx_eth: identify ports by struct mv643xx_private *Lennert Buytenhek1-118/+128
2008-04-16mv643xx_eth: various cleanupsLennert Buytenhek1-39/+16