Age | Commit message (Expand) | Author | Files | Lines |
2008-01-28 | Merge branch 'pxa-plat' into devel | Russell King | 3 | -22/+24 |
2008-01-28 | [ARM] 4762/1: Basic support for Toradex Colibri module | Daniel Mack | 1 | -1/+2 |
2008-01-28 | [ARM] 4746/1: pcm027: network support for phyCORE-PXA270 | Robert Schwebel | 1 | -1/+2 |
2008-01-28 | [NET] smc91x: Make smc91x use IRQ resource trigger flags | Russell King | 2 | -20/+20 |
2008-01-26 | [ARM] 4764/1: [AT91] AT91CAP9 core support | Andrew Victor | 1 | -1/+1 |
2008-01-26 | mlx4_core: Fix max_eqs masking in QUERY_DEV_CAP | Jack Morgenstein | 1 | -1/+1 |
2008-01-25 | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 1 | -1/+1 |
2008-01-25 | Kobject: rename kobject_init_ng() to kobject_init() | Greg Kroah-Hartman | 1 | -2/+2 |
2008-01-25 | Kobject: rename kobject_add_ng() to kobject_add() | Greg Kroah-Hartman | 1 | -1/+1 |
2008-01-25 | Driver: add driver_add_kobj for looney iseries_veth driver | Greg Kroah-Hartman | 1 | -1/+1 |
2008-01-25 | Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 1 | -13/+6 |
2008-01-25 | Kobject: change drivers/net/ibmveth.c to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -4/+6 |
2008-01-25 | cosa: Convert from class_device to device for cosa sync driver | Tony Jones | 1 | -3/+2 |
2008-01-23 | sis190: scheduling while atomic error | Francois Romieu | 1 | -2/+0 |
2008-01-23 | sis190: mdio operation failure is not correctly detected | Francois Romieu | 1 | -1/+1 |
2008-01-23 | sis190: remove duplicate INIT_WORK | Francois Romieu | 1 | -2/+0 |
2008-01-23 | sis190: add cmos ram access code for the SiS19x/968 chipset pair | Francois Romieu | 1 | -6/+9 |
2008-01-23 | iwlwifi: fix possible read attempt on ucode that is not available | Reinette Chatre | 2 | -0/+10 |
2008-01-23 | [TULIP] DMFE: Fix SROM parsing regression. | David S. Miller | 1 | -3/+3 |
2008-01-22 | Fix file references in documentation and Kconfig | Johann Felix Soden | 2 | -4/+1 |
2008-01-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -17/+12 |
2008-01-22 | tc35815: Use irq number for tc35815-mac platform device id | Atsushi Nemoto | 1 | -1/+1 |
2008-01-21 | [NET]: rtnl_link: fix use-after-free | Patrick McHardy | 1 | -13/+1 |
2008-01-21 | [NET]: Fix interrupt semaphore corruption in Intel drivers. | David S. Miller | 4 | -4/+11 |
2008-01-18 | Replace cpmac fix | Matteo Croce | 1 | -1/+1 |
2008-01-18 | dl2k: the rest | Al Viro | 2 | -15/+4 |
2008-01-18 | dl2k: MSCR, MSSR, ESR, PHY_SCR fixes | Al Viro | 2 | -58/+22 |
2008-01-18 | dl2k: BMSR fixes | Al Viro | 2 | -38/+16 |
2008-01-18 | dl2k: ANAR, ANLPAR fixes | Al Viro | 2 | -98/+42 |
2008-01-18 | dl2k: BMCR_t fixes | Al Viro | 2 | -61/+32 |
2008-01-18 | 3c574, 3c515 bitfields abuse | Al Viro | 2 | -43/+48 |
2008-01-18 | sbni endian fixes | Al Viro | 1 | -3/+9 |
2008-01-18 | wan/lmc bitfields fixes | Al Viro | 1 | -10/+2 |
2008-01-18 | dscc4 endian fixes | Al Viro | 1 | -45/+49 |
2008-01-18 | S2io: Fixed synchronization between scheduling of napi with card reset and close | Sreenivasa Honnur | 1 | -5/+12 |
2008-01-18 | atl1: fix frame length bug | Jay Cliburn | 1 | -4/+4 |
2008-01-18 | Revert "sky2: remove check for PCI wakeup setting from BIOS" | Stephen Hemminger | 1 | -5/+19 |
2008-01-18 | Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jeff Garzik | 6 | -12/+24 |
2008-01-18 | e1000e Kconfig: remove ref to nonexistant docs | Jason Uhlenkott | 1 | -3/+0 |
2008-01-18 | Merge branch 'ipg-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rom... | Jeff Garzik | 1 | -24/+12 |
2008-01-18 | bonding: Don't hold lock when calling rtnl_unlock | Jay Vosburgh | 1 | -1/+3 |
2008-01-18 | bonding: fix lock ordering for rtnl and bonding_rwsem | Jay Vosburgh | 2 | -27/+35 |
2008-01-18 | bonding: Fix up parameter parsing | Jay Vosburgh | 3 | -12/+23 |
2008-01-18 | bonding: release slaves when master removed via sysfs | Jay Vosburgh | 1 | -3/+1 |
2008-01-18 | bonding: fix locking during alb failover and slave removal | Jay Vosburgh | 2 | -12/+20 |
2008-01-18 | bonding: fix ASSERT_RTNL that produces spurious warnings | Jay Vosburgh | 1 | -3/+2 |
2008-01-18 | bonding: fix locking in sysfs primary/active selection | Jay Vosburgh | 1 | -5/+10 |
2008-01-18 | ipg: fix Tx completion irq request | Francois Romieu | 1 | -4/+1 |
2008-01-18 | ipg: fix queue stop condition in the xmit handler | Francois Romieu | 1 | -1/+1 |
2008-01-18 | ipg: plug Tx completion leak | Francois Romieu | 1 | -14/+5 |