index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
Herbert Xu
2006-06-17
1
-5
/
+2
*
[TG3]: Convert to non-LLTX
Michael Chan
2006-06-17
2
-20
/
+23
*
[TG3]: Remove unnecessary tx_lock
Michael Chan
2006-06-17
1
-4
/
+0
*
[BNX2]: Update version and reldate
Michael Chan
2006-06-17
1
-2
/
+2
*
[BNX2]: Use CPU native page size
Michael Chan
2006-06-17
2
-2
/
+8
*
[BNX2]: Use compressed firmware
Michael Chan
2006-06-17
1
-3392
/
+1864
*
[BNX2]: Add firmware decompression
Michael Chan
2006-06-17
3
-12
/
+152
*
[BNX2]: Allow WoL settings on new 5708 chips
Michael Chan
2006-06-17
1
-1
/
+3
*
[BNX2]: Add an rx drop counter
Michael Chan
2006-06-17
2
-3
/
+14
*
[BNX2]: Endian fixes.
Alexey Dobriyan
2006-06-17
1
-2
/
+2
*
[IRDA]: irda-usb.c: STIR421x cleanups
Nick Fedchik
2006-06-17
2
-192
/
+145
*
[NET] ppp: Remove unnecessary pskb_may_pull
Herbert Xu
2006-06-17
1
-2
/
+0
*
[NET]: Clean up skb_linearize
Herbert Xu
2006-06-17
2
-4
/
+8
*
[NET]: Add netif_tx_lock
Herbert Xu
2006-06-17
10
-34
/
+35
*
[TG3]: update version and reldate
Michael Chan
2006-06-17
1
-2
/
+2
*
[TG3]: Add recovery logic when MMIOs are re-ordered
Michael Chan
2006-06-17
2
-9
/
+49
*
[TG3]: Add 5786 PCI ID
Michael Chan
2006-06-17
1
-0
/
+2
*
[IRDA]: ali-ircc: using device model power management
Samuel Ortiz
2006-06-17
1
-55
/
+51
*
[IRDA]: stir4200, switching to the kthread API
Christoph Hellwig
2006-06-17
1
-24
/
+14
*
[IRDA]: Initial support for MCS7780 based dongles
Samuel Ortiz
2006-06-17
4
-0
/
+1192
*
[PATCH] sky2: netconsole suspend/resume interaction
Stephen Hemminger
2006-06-17
1
-1
/
+6
*
[PATCH] sky2: stop/start hardware idle timer on suspend/resume
Stephen Hemminger
2006-06-13
1
-4
/
+13
*
[PATCH] sky2: save/restore base hardware irq during suspend/resume
Stephen Hemminger
2006-06-13
1
-0
/
+3
*
[PATCH] sky2: fix hotplug detect during poll
Stephen Hemminger
2006-06-13
1
-2
/
+2
*
[PATCH] sky2: don't hard code number of ports
Stephen Hemminger
2006-06-13
1
-2
/
+2
*
[PATCH] sky2: set_power_state should be void
Stephen Hemminger
2006-06-13
1
-8
/
+8
*
[sky2] Fix sky2 network driver suspend/resume
Linus Torvalds
2006-06-12
1
-0
/
+4
*
[TG3]: Handle Sun onboard tg3 chips more correctly.
David S. Miller
2006-06-09
2
-97
/
+50
*
Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...
Jeff Garzik
2006-06-08
2
-7
/
+6
|
\
|
*
e1000: remove risky prefetch on next_skb->data
Auke Kok
2006-06-08
1
-6
/
+2
|
*
e1000: fix ethtool test irq alloc as "probe"
Auke Kok
2006-06-08
1
-1
/
+4
*
|
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
2006-06-08
1
-9
/
+22
|
\
\
|
*
|
[PATCH] bcm43xx: add DMA rx poll workaround to DMA4
Michael Buesch
2006-06-05
1
-9
/
+22
|
|
/
*
|
[PPPOE]: Missing result check in __pppoe_xmit().
Florin Malita
2006-06-05
1
-0
/
+3
*
|
[NETCONSOLE]: Clean up initcall warning.
Matt Mackall
2006-06-05
1
-1
/
+1
*
|
[PATCH] Implement get / set tso for forcedeth driver
Zachary Amsden
2006-06-05
1
-0
/
+16
*
|
[PATCH] nmclan_cs: dereferencing skb after netif_rx()
Florin Malita
2006-06-05
1
-1
/
+1
|
/
*
[PATCH] pcnet32: remove incorrect pcnet32_free_ring
Don Fry
2006-05-26
1
-2
/
+0
*
e1000: add shutdown handler back to fix WOL
Auke Kok
2006-05-26
1
-1
/
+9
*
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
2006-05-26
2
-3
/
+3
|
\
|
*
[PATCH] arlan: fix section mismatch warnings
Randy Dunlap
2006-05-26
1
-2
/
+2
|
*
[PATCH] wavelan: fix section mismatch
Randy Dunlap
2006-05-26
1
-1
/
+1
*
|
[IRDA]: *_DONGLE should depend on IRTTY_SIR
Samuel Ortiz
2006-05-25
1
-10
/
+10
|
/
*
[PATCH] sky2: fix jumbo packet support
Stephen Hemminger
2006-05-24
1
-3
/
+16
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-05-23
2
-7
/
+21
|
\
|
*
[BNX2]: Use kmalloc instead of array
Michael Chan
2006-05-22
1
-4
/
+14
|
*
[BNX2]: Fix bug in bnx2_nvram_write()
Michael Chan
2006-05-22
1
-1
/
+1
|
*
[TG3]: Add some missing rx error counters
Michael Chan
2006-05-22
1
-2
/
+6
*
|
[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()
Florin Malita
2006-05-23
1
-3
/
+1
|
/
*
[PATCH] forcedeth: fix multi irq issues
Ayaz Abdulla
2006-05-21
1
-154
/
+226
[next]