aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-2/+2
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-1/+1
* Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman2008-01-241-1/+1
* Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-13/+6
* Kobject: change drivers/net/ibmveth.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-4/+6
* cosa: Convert from class_device to device for cosa sync driverTony Jones2008-01-241-3/+2
* sis190: scheduling while atomic errorFrancois Romieu2008-01-231-2/+0
* sis190: mdio operation failure is not correctly detectedFrancois Romieu2008-01-231-1/+1
* sis190: remove duplicate INIT_WORKFrancois Romieu2008-01-231-2/+0
* sis190: add cmos ram access code for the SiS19x/968 chipset pairFrancois Romieu2008-01-231-6/+9
* iwlwifi: fix possible read attempt on ucode that is not availableReinette Chatre2008-01-232-0/+10
* [TULIP] DMFE: Fix SROM parsing regression.David S. Miller2008-01-231-3/+3
* Fix file references in documentation and KconfigJohann Felix Soden2008-01-222-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-01-215-17/+12
|\
| * [NET]: rtnl_link: fix use-after-freePatrick McHardy2008-01-201-13/+1
| * [NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller2008-01-204-4/+11
* | tc35815: Use irq number for tc35815-mac platform device idAtsushi Nemoto2008-01-221-1/+1
|/
* Replace cpmac fixMatteo Croce2008-01-181-1/+1
* dl2k: the restAl Viro2008-01-182-15/+4
* dl2k: MSCR, MSSR, ESR, PHY_SCR fixesAl Viro2008-01-182-58/+22
* dl2k: BMSR fixesAl Viro2008-01-182-38/+16
* dl2k: ANAR, ANLPAR fixesAl Viro2008-01-182-98/+42
* dl2k: BMCR_t fixesAl Viro2008-01-182-61/+32
* 3c574, 3c515 bitfields abuseAl Viro2008-01-182-43/+48
* sbni endian fixesAl Viro2008-01-181-3/+9
* wan/lmc bitfields fixesAl Viro2008-01-181-10/+2
* dscc4 endian fixesAl Viro2008-01-181-45/+49
* S2io: Fixed synchronization between scheduling of napi with card reset and closeSreenivasa Honnur2008-01-181-5/+12
* atl1: fix frame length bugJay Cliburn2008-01-181-4/+4
* Revert "sky2: remove check for PCI wakeup setting from BIOS"Stephen Hemminger2008-01-181-5/+19
* Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2008-01-186-12/+24
|\
| * rt2x00: Fix ieee80211 payload alignmentIvo van Doorn2008-01-162-3/+10
| * b43: fix use-after-free rfkill bugStefano Brivio2008-01-161-5/+6
| * ipw2200: fix typo in kerneldocStefano Brivio2008-01-161-1/+1
| * wireless/libertas support for 88w8385 sdio older revisionMarc Pignat2008-01-161-0/+4
| * hostap: section mismatch warningRandy Dunlap2008-01-161-3/+3
* | e1000e Kconfig: remove ref to nonexistant docsJason Uhlenkott2008-01-181-3/+0
* | Merge branch 'ipg-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rom...Jeff Garzik2008-01-181-24/+12
|\ \
| * | ipg: fix Tx completion irq requestFrancois Romieu2008-01-171-4/+1
| * | ipg: fix queue stop condition in the xmit handlerFrancois Romieu2008-01-171-1/+1
| * | ipg: plug Tx completion leakFrancois Romieu2008-01-171-14/+5
| * | ipg: balance locking in irq handlerFrancois Romieu2008-01-171-5/+5
| |/
* | bonding: Don't hold lock when calling rtnl_unlockJay Vosburgh2008-01-181-1/+3
* | bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh2008-01-182-27/+35
* | bonding: Fix up parameter parsingJay Vosburgh2008-01-183-12/+23
* | bonding: release slaves when master removed via sysfsJay Vosburgh2008-01-181-3/+1
* | bonding: fix locking during alb failover and slave removalJay Vosburgh2008-01-182-12/+20
* | bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh2008-01-181-3/+2
* | bonding: fix locking in sysfs primary/active selectionJay Vosburgh2008-01-181-5/+10