Age | Commit message (Expand) | Author | Files | Lines |
2005-11-08 | [PATCH] atmel: memset correct range | Alexey Dobriyan | 1 | -1/+1 |
2005-11-08 | [PATCH] Fix sparse warning in e100 driver. | Luiz Fernando Capitulino | 1 | -3/+3 |
2005-11-08 | [PATCH] prism54 : Transmit stats updated in wrong place | Roger While | 1 | -5/+5 |
2005-11-08 | [PATCH] prism54 : Unused variable / extraneous udelay | Roger While | 1 | -8/+4 |
2005-11-08 | [PATCH] drivers/net/s2io.c: make functions static | Adrian Bunk | 1 | -20/+23 |
2005-11-08 | [PATCH] kill include/linux/eeprom.h | Adrian Bunk | 1 | -11/+2 |
2005-11-08 | [PATCH] bonding: fix feature consolidation | Jay Vosburgh | 2 | -26/+13 |
2005-11-07 | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 3 | -62/+17 |
2005-11-06 | [DRIVER MODEL] Fix macsonic | Russell King | 1 | -22/+5 |
2005-11-06 | [DRIVER MODEL] Fix jazzsonic | Russell King | 1 | -23/+5 |
2005-11-06 | [DRIVER MODEL] Fix depca | Russell King | 1 | -17/+7 |
2005-11-05 | [PATCH] phy address mask support for generic phy layer | Matt Porter | 1 | -0/+3 |
2005-11-05 | [PATCH] pcnet32: Prevent hang with 79c976 | Don Fry | 1 | -1/+5 |
2005-11-05 | [PATCH] pcnet32: AT2700/2701 and Bugzilla 2699 & 4551 | Don Fry | 1 | -7/+16 |
2005-11-05 | [PATCH] pcnet32: show name of failing device | Don Fry | 1 | -21/+41 |
2005-11-05 | [PATCH] S2io: Multi buffer mode support | Ananda Raju | 3 | -409/+455 |
2005-11-05 | [PATCH] drivers/net/wireless/airo.c unsigned comparason | Gabriel A. Devenyi | 1 | -1/+1 |
2005-11-05 | Merge branch 'master' | Jeff Garzik | 27 | -136/+202 |
2005-11-05 | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 1 | -4/+4 |
2005-11-04 | [PATCH] ARM: Reverted 2919/1: CS8900A ethernet driver modifications for the C... | Russell King | 3 | -15/+3 |
2005-11-02 | Merge Paulus' tree | Stephen Rothwell | 14 | -6/+15 |
2005-11-02 | [PATCH] ibmveth fix panic in initial replenish cycle | Santiago Leon | 1 | -1/+1 |
2005-11-02 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2 | -11/+32 |
2005-11-02 | merge filename and modify references to iSeries/mf.h | Kelly Daly | 1 | -1/+1 |
2005-11-02 | merge filename and modify references to iseries/hv_types.h | Kelly Daly | 1 | -1/+1 |
2005-11-02 | merge filename and modify references to iseries/hv_lp_event.h | Kelly Daly | 1 | -1/+1 |
2005-11-02 | merge filename and modify reference to iseries/hv_lp_config.h | Kelly Daly | 1 | -1/+1 |
2005-10-31 | [ARM] Convert EBSA110 network driver to a platform driver | Russell King | 2 | -11/+32 |
2005-10-31 | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 14 | -6/+15 |
2005-10-31 | Merge ../linux-2.6 by hand | Paul Mackerras | 192 | -7204/+15509 |
2005-10-31 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -10/+4 |
2005-10-31 | Merge branch 'master' | Jeff Garzik | 1 | -4/+3 |
2005-10-31 | [PATCH] sparse cleanups: NULL pointers, C99 struct init. | Randy Dunlap | 1 | -1/+1 |
2005-10-31 | [PATCH] Typo fix: dot after newline in printk strings | Jean Delvare | 1 | -1/+1 |
2005-10-31 | [PATCH] remove some more check_region stuff | Jeff Garzik | 1 | -24/+26 |
2005-10-31 | [PATCH] smsc-ircc2: PM cleanup - do not close device when suspending | Dmitry Torokhov | 1 | -44/+85 |
2005-10-31 | [PATCH] m32r: SMC91x driver update | Hirokazu Takata | 1 | -6/+6 |
2005-10-30 | [ARM] 3066/1: Fix PXA irda driver suspend/resume functions | Richard Purdie | 1 | -10/+4 |
2005-10-30 | [CRYPTO] Simplify one-member scatterlist expressions | Herbert Xu | 1 | -2/+2 |
2005-10-30 | [PATCH] Use sg_set_buf/sg_init_one where applicable | David Hardeman | 1 | -3/+2 |
2005-10-30 | [PATCH] fec_8xx: Add support for Intel PHY LX971 | Pantelis Antoniou | 2 | -0/+48 |
2005-10-30 | [PATCH] fec_8xx: Remove dependency on NETTA & NETPHONE | Pantelis Antoniou | 1 | -1/+1 |
2005-10-30 | [PATCH] fs_enet: Fix dma_unmap_single calls | Pantelis Antoniou | 1 | -9/+12 |
2005-10-30 | [PATCH] PPC 4xx EMAC driver: fix VSC8201 PHY initialization | Eugene Surovegin | 1 | -0/+12 |
2005-10-30 | [PATCH] PPC 44x EMAC driver: add 440GR support | Eugene Surovegin | 4 | -6/+8 |
2005-10-30 | [PATCH] PPC 44x EMAC driver: add 440SPe support | Eugene Surovegin | 3 | -8/+29 |
2005-10-29 | [PATCH] prism54: Free skb after disabling interrupts | Patrick McHardy | 1 | -4/+2 |
2005-10-29 | [PATCH] s2io iomem annotations | Al Viro | 1 | -5/+5 |
2005-10-29 | [PATCH] drivers/net/tg3: Use the DMA_{32,64}BIT_MASK constants | Tobias Klauser | 1 | -3/+4 |
2005-10-29 | Create platform_device.h to contain all the platform device details. | Russell King | 14 | -6/+15 |