aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* tg3: sparse cleanupEric Dumazet2008-04-241-0/+2
* niu: Add support for Neptune FEM/NEM cards for C10 server bladesMatheos Worku2008-04-242-30/+277
* niu: Determine the # of ports from the card's VPD dataMatheos Worku2008-04-242-11/+65
* tun: Multicast handling in tun_chr_ioctl() needs proper locking.David S. Miller2008-04-241-0/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-04-238-22/+82
|\
| * iwlwifi: Don't unlock priv->mutex if it isn't lockedRoland Dreier2008-04-232-2/+0
| * wireless: rndis_wlan: modparam_workaround_interval is never below 0.Roel Kluin2008-04-231-2/+3
| * prism54: prism54_get_encode() test below 0 on unsigned indexRoel Kluin2008-04-231-1/+1
| * b43: Workaround DMA quirksMichael Buesch2008-04-231-8/+39
| * ath5k: Fix radio identification on AR5424/2424Nick Kossifidis2008-04-231-4/+10
| * b43: Add more btcoexist workaroundsMichael Buesch2008-04-231-4/+9
| * b43: Fix HostFlags data typesMichael Buesch2008-04-232-3/+4
| * b43: Workaround invalid bluetooth settingsMichael Buesch2008-04-231-2/+20
* | iwlwifi: Fix built-in compilation of iwlcore (part 2)Zhu Yi2008-04-231-2/+1
* | tun: Fix minor race in TUNSETLINK ioctl handling.David S. Miller2008-04-231-2/+9
* | ppp_generic: use stats from net_device structurePaulius Zaleckas2008-04-231-29/+19
|/
* iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler2008-04-231-1/+1
* rt2x00: Select LEDS_CLASS.David S. Miller2008-04-231-5/+10
* iwlwifi: Select LEDS_CLASS.David S. Miller2008-04-231-2/+6
* hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine2008-04-211-3/+0
* drivers/net/appletalk: use time_before, time_before_eq, etcJulia Lawall2008-04-191-1/+2
* tg3: 5701 DMA corruption fixMatt Carlson2008-04-192-4/+49
* iwlwifi: Fix unconditional access to station->tidp[].agg.David S. Miller2008-04-191-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds2008-04-18375-86245/+33895
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-1711-72/+94
| |\
| * \ Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-04-1757-3264/+2759
| |\ \
| | * | [netdrvr] forcedeth: internal simplifications; changelog removalJeff Garzik2008-04-171-160/+74
| | * | phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker2008-04-171-9/+29
| | * | PHY: add BCM5464 support to broadcom PHY driverPaul Gortmaker2008-04-171-0/+20
| | * | cxgb3: Fix __must_check warning with dev_dbg.Dan Noe2008-04-171-2/+2
| | * | tc35815: Statistics cleanupAtsushi Nemoto2008-04-171-1/+2
| | * | natsemi: fix MMIO for PPC 44x platformsSergei Shtylyov2008-04-171-4/+6
| | * | e1000: convert uint16_t style integers to u16Joe Perches2008-04-165-1128/+1128
| | * | ixgb: convert uint16_t style integers to u16Joe Perches2008-04-167-302/+302
| | * | sb1000.c: make const arrays staticDenys Vlasenko2008-04-161-18/+29
| | * | sb1000.c: stop inlining largish static functionsDenys Vlasenko2008-04-161-27/+27
| | * | #if 0 netxen_nic_link_ok()Adrian Bunk2008-04-162-1/+2
| | * | make netxen_workq staticAdrian Bunk2008-04-162-18/+18
| | * | e1000e: reformat register test code, fix some minor initializationBruce Allan2008-04-161-60/+63
| | * | e1000e: rename a few functionsJeff Kirsher2008-04-166-18/+18
| | * | e1000e: Make arrays out of these Rx/Tx registersJeff Kirsher2008-04-165-48/+50
| | * | e1000e: limit EEPROM size accessesJeff Kirsher2008-04-162-0/+8
| | * | sc92031: use netdev_alloc_skbStephen Hemminger2008-04-161-1/+1
| | * | sc92031: start transmit return value bugfixStephen Hemminger2008-04-161-10/+4
| | * | sc92031: use net_device statsStephen Hemminger2008-04-161-36/+34
| | * | [netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errataPeter Horton2008-04-162-15/+11
| | * | [netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp oursJeff Garzik2008-04-161-2/+3
| | * | drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches2008-04-161-2/+0
| | * | phy: Change mii_bus id field to a stringAndy Fleming2008-04-1616-23/+22
| | * | gianfar: Support NAPI for TX FramesDai Haruki2008-04-162-16/+53