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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-01
ixgb: Add buffer_info and test like e1000 has.
Jesse Brandeburg
1
-0
/
+7
2006-09-01
ixgb: Cache-align all TX components of the adapter struct.
Jesse Brandeburg
1
-1
/
+1
2006-09-01
ixgb: recalculate after how many descriptors to wake the queue
Auke Kok
2
-4
/
+1
2006-09-01
ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)
Jesse Brandeburg
1
-5
/
+1
2006-09-01
ixgb: convert dev->priv to netdev_priv(dev).
Auke Kok
1
-1
/
+1
2006-09-01
ixgb: Convert dev_alloc_skb to netdev_alloc_skb.
Auke Kok
1
-2
/
+2
2006-09-01
e100: increment version to 3.5.16-k2
Auke Kok
1
-1
/
+1
2006-09-01
e100: remove skb->dev assignment
Auke Kok
1
-1
/
+0
2006-09-01
e100: fix error recovery
Linas Vepstas
1
-0
/
+1
2006-09-01
e100: Convert e100 to use netdev_alloc_skb().
Auke Kok
1
-2
/
+2
2006-09-01
e1000: Increment driver version to 7.2.7-k2
Auke Kok
1
-1
/
+1
2006-09-01
e1000: clean up skb allocation code
Christoph Hellwig
1
-11
/
+6
2006-09-01
e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express device
Jesse Brandeburg
4
-0
/
+5
2006-09-01
e1000: unify WoL capability detection code
Jesse Brandeburg
3
-89
/
+127
2006-08-29
e1000: Use module param array code
Auke Kok
1
-51
/
+110
2006-08-29
e1000: remove unused part_num reading code
Auke Kok
3
-37
/
+0
2006-08-29
e1000: error out if we cannot enable PCI device on resume
Auke Kok
1
-2
/
+5
2006-08-29
e1000: ring buffers resources cleanup
Vasily Averin
1
-8
/
+6
2006-08-29
e1000: e1000_probe resources cleanup
Vasily Averin
1
-16
/
+28
2006-08-29
e1000: IRQ resources cleanup
Vasily Averin
1
-1
/
+4
2006-08-29
e1000: Whitespace cleanup, cosmetic changes
Auke Kok
5
-554
/
+554
2006-08-24
Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...
Jeff Garzik
7
-41
/
+80
2006-08-24
[PATCH] myri10ge: use multicast support in the firmware
Brice Goglin
2
-8
/
+124
2006-08-24
[PATCH] myri10ge: use netif_msg_link
Brice Goglin
1
-7
/
+39
2006-08-24
Merge branch 'upstream-fixes' into upstream
Jeff Garzik
5
-14
/
+37
2006-08-24
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
1
-0
/
+3
2006-08-24
[PATCH] spectrum_cs: Fix firmware uploading errors
Richard Purdie
1
-1
/
+1
2006-08-24
[PATCH] pcnet32: break in 2.6.18-rc1 identified
Don Fry
1
-8
/
+17
2006-08-24
[PATCH] xirc2ps_cs: Cannot reset card in atomic context
Joerg Ahrens
1
-4
/
+14
2006-08-24
[PATCH] Signedness issue in drivers/net/3c515.c
Eric Sesterhenn
1
-1
/
+2
2006-08-23
[PATCH] hostap: Restore antenna selection settings after port reset
Pavel Roskin
1
-0
/
+3
2006-08-23
[PATCH] spectrum_cs: Fix incorrect use of pcmcia_dev_present()
Pavel Roskin
1
-1
/
+1
2006-08-20
[PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202)
Komuro
1
-2
/
+1
2006-08-20
Merge branch 'upstream-fixes' into upstream
Jeff Garzik
1
-4
/
+5
2006-08-20
[PATCH] WAN: fix C101 card carrier handling
Krzysztof Halasa
1
-4
/
+5
2006-08-20
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
64
-64
/
+64
2006-08-20
[PATCH] remove an unused function from the header
Henrik Kretzschmar
1
-19
/
+0
2006-08-20
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...
Jeff Garzik
13
-77
/
+575
2006-08-20
[PATCH] myri10ge: convert to netdev_alloc_skb
Brice Goglin
1
-17
/
+20
2006-08-20
[PATCH] myri10ge: define some previously hardwired firmware constants
Brice Goglin
2
-8
/
+23
2006-08-20
Merge branch 'upstream-fixes' into upstream
Jeff Garzik
58
-1193
/
+8038
2006-08-20
[PATCH] FS_ENET: use PAL for mii management
Vitaly Bordug
11
-1049
/
+711
2006-08-20
[PATCH] PAL: Support of the fixed PHY
Vitaly Bordug
5
-21
/
+407
2006-08-20
[PATCH] xircom_cb: wire up errors from pci_register_driver()
Alexey Dobriyan
1
-2
/
+1
2006-08-20
[PATCH] s390: fix arp_tbl lock usage in qeth
Heiko Carstens
1
-4
/
+4
2006-08-20
[PATCH] skge: remember to run netif_poll_disable()
Edgar E. Iglesias
1
-0
/
+2
2006-08-20
[PATCH] Add ethtool -g support to Spidernet network driver
Jim Lewis
3
-5
/
+23
2006-08-20
[PATCH] build fixes: smc91x
David Brownell
1
-6
/
+0
2006-08-20
[PATCH] via-rhine: add option avoid_D3 (work around broken BIOSes)
Roger Luethi
1
-1
/
+11
2006-08-20
[PATCH] lockdep: fix smc91x
Russell King
1
-4
/
+4
[next]