index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] drivers/net/skfp/: cleanups
Adrian Bunk
2005-06-27
13
-883
/
+20
*
[netdrvr] tulip: add pci id
Hideki Yamane
2005-06-27
1
-0
/
+1
*
[PATCH] forcedeth: Add support for new device id
Manfred Spraul
2005-06-27
1
-1
/
+16
*
[PATCH] forcedeth: Poll for link changes
Manfred Spraul
2005-06-27
1
-12
/
+13
*
[PATCH] forcedeth: add two new pci ids
Manfred Spraul
2005-06-27
1
-2
/
+19
*
[PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_inte...
Nishanth Aravamudan
2005-06-27
1
-4
/
+2
*
[PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible()
Nishanth Aravamudan
2005-06-27
1
-1
/
+1
*
[PATCH] net/farsync: add set_current_state() before schedule_timeout()
Nishanth Aravamudan
2005-06-27
1
-0
/
+1
*
[PATCH] net/sb1000: replace nicedelay() with ssleep()
Nishanth Aravamudan
2005-06-27
1
-11
/
+3
*
[PATCH] wireless: char* -> char[] conversion in airo.c
Domen Puncer
2005-06-27
1
-1
/
+1
*
[PATCH] DM9000 network driver bugfix
Sascha Hauer
2005-06-27
1
-2
/
+2
*
[PATCH] fealnx.c calls dev_kfree_skb from atomic context
Denis Vlasenko
2005-06-27
1
-2
/
+1
*
[PATCH] fix int vs. pm_message_t confusion in airo
Pavel Machek
2005-06-27
1
-5
/
+5
*
[PATCH] defxx: Use irqreturn_t for the interrupt handler
Maciej W. Rozycki
2005-06-27
1
-37
/
+51
*
[PATCH] dmfe warning fix
Andrew Morton
2005-06-27
1
-2
/
+3
*
[PATCH] document that 8139TOO supports 8129/8130
Adrian Bunk
2005-06-27
2
-3
/
+4
*
[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()
Nishanth Aravamudan
2005-06-27
1
-4
/
+2
*
[PATCH] drivers/net/ewrk3.c: remove dead code
Adrian Bunk
2005-06-27
1
-9
/
+3
*
[PATCH] drivers/net/skfp/: fix LITTLE_ENDIAN
Adrian Bunk
2005-06-27
2
-1
/
+3
*
[PATCH] drivers/net/tokenring/: cleanups
Adrian Bunk
2005-06-27
12
-90
/
+21
*
[PATCH] pcnet_cs.c: IRQ handler optimization
Andreas Mohr
2005-06-27
1
-4
/
+6
*
drivers/net/: Use the DMA_{64,32}BIT_MASK constants
Domen Puncer
2005-06-27
11
-16
/
+27
*
[PATCH] arlan: module parameter fixes
Magnus Damm
2005-06-27
1
-14
/
+12
*
[PATCH] net/sis900: Use the DMA_32BIT_MASK constant
Tobias Klauser
2005-06-27
1
-3
/
+2
*
Merge /spare/repo/netdev-2.6/ branch 'register-netdev'
Jeff Garzik
2005-06-27
21
-228
/
+156
|
\
|
*
Merge /spare/repo/linux-2.6/
Jeff Garzik
2005-06-27
81
-5328
/
+26302
|
|
\
|
*
|
[netdrvr] Fix register_netdev() races in older ISA net drivers
2005-05-13
21
-228
/
+156
*
|
|
8139cp: safer spin loop for get_statistics
Stephen Hemminger
2005-06-27
1
-6
/
+6
*
|
|
gianfar: Update Marvell PHY name
Kumar Gala
2005-06-26
1
-1
/
+1
*
|
|
bonding: xor/802.3ad improved slave hash
Jay Vosburgh
2005-06-26
3
-13
/
+107
*
|
|
bonding: gratuitous ARP
Jay Vosburgh
2005-06-26
2
-34
/
+255
*
|
|
Tulip fixes for Cobalt Qube/RaQ
Ralf Baechle
2005-06-26
3
-2
/
+21
*
|
|
Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.
Jeff Garzik
2005-06-26
81
-5328
/
+26303
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge Christoph's freeze cleanup patch
Linus Torvalds
2005-06-26
4
-6
/
+5
|
|
\
\
|
|
*
|
[PATCH] Cleanup patch for process freezing
Christoph Lameter
2005-06-26
4
-6
/
+5
|
*
|
|
[PATCH] Remove duplicate file in Documentation/networking (drivers_net_wan_Kc...
Tobias Klauser
2005-06-26
1
-1
/
+1
|
*
|
|
[TG3]: Update driver version and reldate.
David S. Miller
2005-06-25
1
-2
/
+2
|
*
|
|
[TG3]: Refinements to new locking strategy.
Michael Chan
2005-06-25
1
-14
/
+20
|
*
|
|
[TG3]: Eliminate all hw IRQ handler spinlocks.
David S. Miller
2005-06-25
2
-179
/
+149
|
*
|
|
[TG3]: Fix missing memory barriers and SD_STATUS_UPDATED bit clearing.
David S. Miller
2005-06-25
1
-0
/
+3
|
|
/
/
|
*
|
[SLIP]: Simplify sl_free_bufs()
Jesper Juhl
2005-06-24
1
-10
/
+4
|
*
|
[PATCH] Convert users to tty_unregister_ldisc()
Alexey Dobriyan
2005-06-23
8
-8
/
+8
|
*
|
Merge 'misc-fixes' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgar...
Linus Torvalds
2005-06-23
1
-0
/
+1
|
|
\
\
|
|
*
|
e1000: fix spinlock bug
Mitch Williams
2005-06-23
1
-0
/
+1
|
*
|
|
[LTPC]: Replace schedule_timeout() with ssleep()/msleep()
Nishanth Aravamudan
2005-06-23
1
-4
/
+2
|
|
/
/
|
*
|
[PATCH] m32r: Remove include/asm-m32r/m32102peri.h
Hirokazu Takata
2005-06-22
1
-2
/
+2
|
*
|
[PATCH] 3c59x: remove superfluous vortex_debug test from boomerang_start_xmit()
John W. Linville
2005-06-22
1
-3
/
+2
|
*
|
[PATCH] class: convert drivers/* to use the new class api instead of class_si...
gregkh@suse.de
2005-06-21
2
-13
/
+13
|
*
|
Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net...
Linus Torvalds
2005-06-18
30
-3821
/
+8998
|
|
\
\
|
|
*
\
Automatic merge of /spare/repo/netdev-2.6 branch skge
2005-06-04
4
-0
/
+6404
|
|
|
\
\
[next]