index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tulip
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdrvr] checkpatch cleanups
Jeff Garzik
2008-01-28
1
-2
/
+2
*
netdev: ARRAY_SIZE() cleanups
Alejandro Martinez Ruiz
2008-01-28
1
-1
/
+1
*
[TULIP] DMFE: Fix SROM parsing regression.
David S. Miller
2008-01-23
1
-3
/
+3
*
endianness noise in tulip_core
Al Viro
2008-01-12
1
-1
/
+2
*
de4x5 fixes
Al Viro
2008-01-12
1
-84
/
+43
*
xircom_cb endianness fixes
Al Viro
2008-01-12
1
-28
/
+26
*
[NET]: Do not check netif_running() and carrier state in ->poll()
David S. Miller
2008-01-08
1
-5
/
+0
*
[TULIP]: NAPI full quantum bug.
Stephen Hemminger
2008-01-08
1
-1
/
+2
*
dmfe: checkpatch fix (add whitespace)
Jeff Garzik
2007-11-23
1
-1
/
+1
*
NET: dmfe: don't access configuration space in D3 state
Maxim Levitsky
2007-11-23
1
-2
/
+2
*
[NET]: Remove references to net-modules.txt.
Adrian Bunk
2007-11-12
1
-14
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-10-19
1
-1
/
+1
|
\
|
*
Typo: depricated -> deprecated
Rolf Eike Beer
2007-10-20
1
-1
/
+1
*
|
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2007-10-19
1
-8
/
+6
|
\
\
|
|
/
|
/
|
|
*
NAPI: kconfig prompt and deleted doc file
Randy Dunlap
2007-10-19
1
-8
/
+6
*
|
remove asm/bitops.h includes
Jiri Slaby
2007-10-19
1
-1
/
+1
|
/
*
netdev: convert non-obvious instances to use ARRAY_SIZE()
Alejandro Martinez Ruiz
2007-10-15
1
-2
/
+2
*
more tulip endianness annotations
Al Viro
2007-10-14
1
-1
/
+1
*
more trivial signedness fixes in drivers
Al Viro
2007-10-14
1
-2
/
+3
*
Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne...
Micah Gruber
2007-10-10
1
-5
/
+0
*
Clean up redundant PHY write line for ULi526x Ethernet driver
Roy Zang
2007-10-10
1
-1
/
+0
*
tulip: endianness annotations
Al Viro
2007-10-10
6
-28
/
+28
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
7
-70
/
+47
*
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
2007-10-10
2
-4
/
+0
*
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
Denis Cheng
2007-10-10
1
-3
/
+3
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
8
-8
/
+0
*
uli526x: Add suspend and resume routines (updated)
Rafael J. Wysocki
2007-10-10
1
-6
/
+102
*
net/tulip/xircom_cb.c: remove superfulous priv assignment
Mariusz Kozlowski
2007-10-10
1
-1
/
+0
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
3
-34
/
+34
*
DDB5477: remove driver bits of support
Yoichi Yuasa
2007-07-31
1
-8
/
+0
*
fallout from Auke's pci ->revision patch
Al Viro
2007-07-15
1
-1
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2007-07-12
5
-35
/
+23
|
\
|
*
PCI: add pci_try_set_mwi
Randy Dunlap
2007-07-11
1
-1
/
+1
|
*
PCI: Change all drivers to use pci_device->revision
Auke Kok
2007-07-11
5
-34
/
+22
*
|
[NET]: Kill eth_copy_and_sum().
David S. Miller
2007-07-10
4
-8
/
+8
|
/
*
Use menuconfig objects II - netdev (general+100mbit)
Jan Engelhardt
2007-07-08
1
-14
/
+13
*
tulip: Convert to generic boolean
Richard Knutsson
2007-07-08
2
-58
/
+49
*
drivers/net: fix comparisons of unsigned < 0
Bill Nottingham
2007-07-08
1
-1
/
+0
*
Fix occurrences of "the the "
Michael Opdenacker
2007-05-09
3
-3
/
+3
*
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
2007-05-02
5
-4
/
+1
*
Rev tulip version
Valerie Henson
2007-04-28
1
-3
/
+3
*
Fix tulip SytemError typo
Valerie Henson
2007-04-28
3
-4
/
+4
*
TULIP: Natsemi dp83840a PHY fix
Thibaut VARENE
2007-04-28
1
-1
/
+17
*
TULIP: Fix for 64-bit MIPS
Valerie Henson
2007-04-28
2
-4
/
+25
*
dmfe: add support for Wake on lan
Maxim Levitsky
2007-04-28
1
-2
/
+64
*
dmfe: add support for suspend/resume
Maxim Levitsky
2007-04-28
1
-3
/
+49
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
2007-04-27
5
-27
/
+19
|
\
|
*
[TULIP]: Use pci_device_to_OF_node() on sparc.
David S. Miller
2007-04-26
1
-11
/
+7
|
*
[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.
David S. Miller
2007-04-26
5
-16
/
+12
|
*
[SPARC/64] constify of_get_property return: drivers
Stephen Rothwell
2007-04-26
1
-1
/
+1
[next]