aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28Merge branch 'pxa-plat' into develRussell King3-22/+24
2008-01-28[ARM] 4762/1: Basic support for Toradex Colibri moduleDaniel Mack1-1/+2
2008-01-28[ARM] 4746/1: pcm027: network support for phyCORE-PXA270Robert Schwebel1-1/+2
2008-01-28[NET] smc91x: Make smc91x use IRQ resource trigger flagsRussell King2-20/+20
2008-01-26[ARM] 4764/1: [AT91] AT91CAP9 core supportAndrew Victor1-1/+1
2008-01-25mlx4_core: Fix max_eqs masking in QUERY_DEV_CAPJack Morgenstein1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-2/+2
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-1/+1
2008-01-24Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman1-1/+1
2008-01-24Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng()Greg Kroah-Hartman1-13/+6
2008-01-24Kobject: change drivers/net/ibmveth.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+6
2008-01-24cosa: Convert from class_device to device for cosa sync driverTony Jones1-3/+2
2008-01-23sis190: scheduling while atomic errorFrancois Romieu1-2/+0
2008-01-23sis190: mdio operation failure is not correctly detectedFrancois Romieu1-1/+1
2008-01-23sis190: remove duplicate INIT_WORKFrancois Romieu1-2/+0
2008-01-23sis190: add cmos ram access code for the SiS19x/968 chipset pairFrancois Romieu1-6/+9
2008-01-23iwlwifi: fix possible read attempt on ucode that is not availableReinette Chatre2-0/+10
2008-01-23[TULIP] DMFE: Fix SROM parsing regression.David S. Miller1-3/+3
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden2-4/+1
2008-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-17/+12
2008-01-22tc35815: Use irq number for tc35815-mac platform device idAtsushi Nemoto1-1/+1
2008-01-20[NET]: rtnl_link: fix use-after-freePatrick McHardy1-13/+1
2008-01-20[NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller4-4/+11
2008-01-18Replace cpmac fixMatteo Croce1-1/+1
2008-01-18dl2k: the restAl Viro2-15/+4
2008-01-18dl2k: MSCR, MSSR, ESR, PHY_SCR fixesAl Viro2-58/+22
2008-01-18dl2k: BMSR fixesAl Viro2-38/+16
2008-01-18dl2k: ANAR, ANLPAR fixesAl Viro2-98/+42
2008-01-18dl2k: BMCR_t fixesAl Viro2-61/+32
2008-01-183c574, 3c515 bitfields abuseAl Viro2-43/+48
2008-01-18sbni endian fixesAl Viro1-3/+9
2008-01-18wan/lmc bitfields fixesAl Viro1-10/+2
2008-01-18dscc4 endian fixesAl Viro1-45/+49
2008-01-18S2io: Fixed synchronization between scheduling of napi with card reset and closeSreenivasa Honnur1-5/+12
2008-01-18atl1: fix frame length bugJay Cliburn1-4/+4
2008-01-18Revert "sky2: remove check for PCI wakeup setting from BIOS"Stephen Hemminger1-5/+19
2008-01-18Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik6-12/+24
2008-01-18e1000e Kconfig: remove ref to nonexistant docsJason Uhlenkott1-3/+0
2008-01-18Merge branch 'ipg-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 into upstream-fixesJeff Garzik1-24/+12
2008-01-18bonding: Don't hold lock when calling rtnl_unlockJay Vosburgh1-1/+3
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh2-27/+35
2008-01-18bonding: Fix up parameter parsingJay Vosburgh3-12/+23
2008-01-18bonding: release slaves when master removed via sysfsJay Vosburgh1-3/+1
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh2-12/+20
2008-01-18bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh1-3/+2
2008-01-18bonding: fix locking in sysfs primary/active selectionJay Vosburgh1-5/+10
2008-01-17ipg: fix Tx completion irq requestFrancois Romieu1-4/+1
2008-01-17ipg: fix queue stop condition in the xmit handlerFrancois Romieu1-1/+1
2008-01-17ipg: plug Tx completion leakFrancois Romieu1-14/+5