index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-30
[PATCH] remove some more check_region stuff
Jeff Garzik
1
-24
/
+26
2005-10-30
[PATCH] smsc-ircc2: PM cleanup - do not close device when suspending
Dmitry Torokhov
1
-44
/
+85
2005-10-30
[PATCH] m32r: SMC91x driver update
Hirokazu Takata
1
-6
/
+6
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-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-28
[PATCH] e1000: Fixes e1000_suspend warning when CONFIG_PM is not enabled
Ashutosh Naik
1
-1
/
+1
2005-10-28
[PATCH] Better fixup for the orinoco driver
Alan Cox
3
-2
/
+49
2005-10-28
[PATCH] revert "orinoco: Information leakage due to incorrect padding"
Andrew Morton
1
-2
/
+4
2005-10-28
[PATCH] e1000: use vmalloc_node()
Ravikiran G Thirumalai
1
-2
/
+3
2005-10-28
[PATCH] b44: fix suspend/resume
Pavel Machek
1
-0
/
+5
2005-10-28
[PATCH] eepro.c: module_param_array cleanup
Florin Malita
1
-4
/
+3
2005-10-28
[PATCH] e1000: remove warning about e1000_suspend
Martin J. Bligh
1
-1
/
+1
2005-10-28
Merge branch 'master'
Jeff Garzik
15
-44
/
+947
2005-10-28
[PATCH] ipw2200: Missing kmalloc check
Panagiotis Issaris
1
-0
/
+4
2005-10-28
[netdrvr] ne2k-pci based card does not support bus-mastering.
Komuro
1
-1
/
+0
2005-10-28
drivers/net: Remove pointless checks for NULL prior to calling kfree()
Jesper Juhl
30
-170
/
+88
2005-10-28
sis900: come alive after temporary memory shortage
Vasily Averin
1
-4
/
+12
2005-10-28
[git] change permissions on drivers/net/amd8111e.[ch] to 0644,
Jeff Garzik
2
-0
/
+0
2005-10-28
[PATCH] New PowerPC 4xx on-chip ethernet controller driver
Eugene Surovegin
17
-2819
/
+4082
2005-10-28
[PATCH] sundance: fix DFE-580TX Tx Underrun
Philippe De Muyter
1
-14
/
+48
2005-10-28
[netdrvr b44] include linux/dma-mapping.h to eliminate warning
Andrew Morton
1
-0
/
+1
2005-10-28
Add fs_enet ethernet network driver, for several embedded platforms.
Pantelis Antoniou
12
-0
/
+4264
2005-10-28
[PATCH] starfire: free_irq() on error path of netdev_open()
Alexey Dobriyan
1
-1
/
+3
2005-10-28
[PATCH] Fix CS89x0 KConfig for IXDP2X01
Deepak Saxena
1
-1
/
+1
2005-10-28
[PATCH] smc91x: shut down power after probing
Nicolas Pitre
1
-0
/
+4
2005-10-28
[PATCH] sis190.c: fix multicast MAC filter
Aurelien Jarno
1
-1
/
+1
2005-10-28
[PATCH] b44 reports wrong advertised flags
Matthew Wilcox
1
-5
/
+5
2005-10-28
[PATCH] s2io: kconfig help fix
Akinobu Mita
1
-2
/
+2
2005-10-28
[wireless prism54] Fix frame length
Roger While
1
-6
/
+1
2005-10-28
pcnet_cs: fix mii init code for older DL10019 based cards
Komuro
1
-0
/
+6
2005-10-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
7
-34
/
+26
2005-10-28
[PATCH] ibmveth fix failed addbuf
Santiago Leon
1
-1
/
+1
2005-10-28
[PATCH] ibmveth lockless TX
Santiago Leon
2
-15
/
+30
2005-10-28
[PATCH] ibmveth fix buffer replenishing
Santiago Leon
2
-44
/
+8
2005-10-28
[PATCH] ibmveth fix buffer pool management
Santiago Leon
2
-35
/
+85
2005-10-28
[PATCH] ibmveth fix bonding
Santiago Leon
1
-0
/
+2
2005-10-28
[PATCH] tg3: update version and minor fixes
Michael Chan
1
-4
/
+14
2005-10-28
[PATCH] tg3: fix ASF heartbeat
Michael Chan
2
-5
/
+17
2005-10-28
[PATCH] tg3: add 5714/5715 support
Michael Chan
2
-16
/
+34
2005-10-28
Merge ../bleed-2.6
Greg KH
127
-3933
/
+6572
2005-10-28
Merge branch 'forlinus' of git://parisc-linux.org/home/kyle/git/parisc-2.6
Linus Torvalds
1
-7
/
+23
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
5
-32
/
+24
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
2
-2
/
+2
2005-10-28
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
7
-3
/
+898
2005-10-28
Auto-update from upstream
Kyle McMartin
6
-8
/
+9
2005-10-28
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
115
-3922
/
+5665
2005-10-28
[ARM] 2897/2: PXA2xx IRDA support
Nicolas Pitre
3
-0
/
+882
[next]