index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2005-12-01
[PATCH] ixp2000: add netpoll support
Lennert Buytenhek
1
-0
/
+12
2005-12-01
[PATCH] enp2611: disable/enable SERDES carrier on interface down/up
Lennert Buytenhek
1
-0
/
+5
2005-12-01
[PATCH] pm3386: implement reset
Lennert Buytenhek
1
-1
/
+31
2005-12-01
[PATCH] pm3386: add hook for setting carrier
Lennert Buytenhek
2
-0
/
+6
2005-12-01
[PATCH] pm3386: add hook for setting MAC address
Lennert Buytenhek
2
-0
/
+8
2005-12-01
[PATCH] ixp2000: report MAC addresses for each port on init
Lennert Buytenhek
1
-0
/
+8
2005-12-01
[PATCH] enp2611: report link up/down events
Lennert Buytenhek
1
-0
/
+5
2005-12-01
[PATCH] enp2611: use 'dev' in link status timer
Lennert Buytenhek
1
-4
/
+4
2005-12-01
[PATCH] enp2611: don't check netif_running() in link status timer
Lennert Buytenhek
1
-3
/
+0
2005-12-01
[PATCH] ixp2000: use netif_rx_schedule_test
Lennert Buytenhek
1
-7
/
+1
2005-12-01
[PATCH] caleb/pm3386: include proper header files
Lennert Buytenhek
2
-0
/
+2
2005-12-01
[PATCH] pm3386: remove unnecessary udelays
Lennert Buytenhek
1
-13
/
+0
2005-12-01
[PATCH] pm3386: zero stats properly
Lennert Buytenhek
1
-1
/
+1
2005-12-01
[PATCH] ixp2000: register netdevices last
Lennert Buytenhek
1
-18
/
+17
2005-12-01
[PATCH] sk98lin: remove /proc interface
shemminger@osdl.org
3
-308
/
+2
2005-12-01
[PATCH] sk98lin: remove redundant fields in device info
shemminger@osdl.org
2
-44
/
+34
2005-12-01
[PATCH] sk98lin: allow ethtool checksum on/off per port
shemminger@osdl.org
3
-36
/
+79
2005-12-01
Merge branch 'upstream-fixes'
Jeff Garzik
7
-1028
/
+55
2005-12-01
[PATCH] sk98lin: avoid message confusion with skge
shemminger@osdl.org
1
-3
/
+3
2005-12-01
[PATCH] sk98lin: add permanent address support
shemminger@osdl.org
2
-1
/
+4
2005-12-01
[PATCH] sk98lin: fix checksumming code
shemminger@osdl.org
4
-1007
/
+38
2005-12-01
[PATCH] sky2: update version number
shemminger@osdl.org
1
-3
/
+4
2005-12-01
[PATCH] sky2: use pci_register_driver
shemminger@osdl.org
1
-1
/
+1
2005-12-01
[PATCH] sky2: remove pci-express hacks
shemminger@osdl.org
2
-18
/
+6
2005-12-01
[PATCH] sky2: byteorder annotation
shemminger@osdl.org
1
-10
/
+10
2005-12-01
[PATCH] sky2: dual port tx completion
shemminger@osdl.org
1
-10
/
+16
2005-12-01
[PATCH] sky2: race with MTU change
shemminger@osdl.org
1
-3
/
+17
2005-12-01
[PATCH] sky2: change netif_rx_schedule_test to __netif_schedule_prep
shemminger@osdl.org
1
-2
/
+3
2005-12-01
[PATCH] sky2: handle DMA boundary crossing
shemminger@osdl.org
1
-6
/
+12
2005-12-01
[PATCH] sky2: add Yukon-EC ultra support
shemminger@osdl.org
2
-3
/
+33
2005-12-01
[PATCH] sky2: improve receive performance
shemminger@osdl.org
1
-32
/
+34
2005-12-01
[PATCH] sky2: fix receive flush/pause issues
shemminger@osdl.org
1
-13
/
+7
2005-12-01
[PATCH] sky2: add MII support
shemminger@osdl.org
1
-8
/
+61
2005-12-01
[PATCH] sky2: eliminate special case for EC-A1
shemminger@osdl.org
2
-13
/
+2
2005-12-01
[PATCH] e1000: fix for dhcp issue
Jesse Brandeburg
1
-13
/
+1
2005-12-01
b44: increase version number
Francois Romieu
1
-2
/
+2
2005-12-01
b44: early return in dev->do_ioctl when the device is not up
Francois Romieu
1
-2
/
+5
2005-12-01
b44: missing netif_wake_queue() in b44_open()
Mark Lord
1
-0
/
+2
2005-11-29
Merge branch 'master'
Jeff Garzik
1
-0
/
+2
2005-11-28
[bonding] Remove superfluous changelog.
Jeff Garzik
7
-619
/
+0
2005-11-22
[PATCH] net: Fix compiler-error on dgrs.c when !CONFIG_PCI
Richard Knutsson
1
-0
/
+2
2005-11-18
Merge branch 'upstream-fixes'
Jeff Garzik
4
-15
/
+24
2005-11-18
[wireless hermes] build fix
Jeff Garzik
1
-3
/
+3
2005-11-18
Merge branch 'upstream-fixes' of git://git.tuxdriver.com/git/netdev-jwl
Jeff Garzik
3
-12
/
+21
2005-11-18
[PATCH] ipw2100: Fix 'Driver using old /proc/net/wireless...' message
James Ketrenos
2
-11
/
+20
2005-11-18
[PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx
John W. Linville
1
-1
/
+1
2005-11-18
Merge branch 'upstream-fixes'
Jeff Garzik
12
-46
/
+328
2005-11-18
[PATCH] intel ixp2000 network driver
Lennert Buytenhek
18
-0
/
+2462
2005-11-18
[PATCH] Gianfar update and sysfs support
Andy Fleming
6
-112
/
+507
2005-11-18
[PATCH] drivers/net/wireless/hermes.c unsigned int comparision
Gabriel A. Devenyi
1
-3
/
+3
[next]