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
/
e100.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
e100: Fix broken cbs accounting due to missing memset.
Roger Oksanen
2009-12-18
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-12-01
1
-6
/
+11
|
\
|
*
e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure
Roger Oksanen
2009-11-29
1
-6
/
+11
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-18
1
-0
/
+1
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-11-03
1
-7
/
+19
|
|
\
|
*
|
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-06
1
-7
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
e100: e100_phy_init() isolates selected PHY, causes 10 second boot delay
Bruce Allan
2009-10-29
1
-7
/
+19
|
|
/
*
|
e100: Fix to allow systems with FW based cards to resume from STD
David Graham
2009-10-28
1
-4
/
+16
*
|
net: Use netdev_alloc_skb_ip_align()
Eric Dumazet
2009-10-13
1
-3
/
+2
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-09-02
1
-1
/
+1
|
\
|
*
E100: fix interaction with swiotlb on X86.
Krzysztof HaĆasa
2009-08-23
1
-1
/
+1
*
|
intel: convert drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+2
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-16
1
-0
/
+3
|
\
|
|
*
E100: work around the driver using streaming DMA mapping for RX descriptors.
Krzysztof Halasa
2009-07-16
1
-0
/
+3
*
|
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
1
-1
/
+1
|
/
*
Net / e100: Fix suspend of devices that cannot be power managed
Rafael J. Wysocki
2009-06-18
1
-5
/
+6
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
1
-1
/
+1
|
\
|
*
trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able
Thadeu Lima de Souza Cascardo
2009-06-12
1
-1
/
+1
*
|
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
2009-06-13
1
-1
/
+1
*
|
e100: add non-MII PHY support
Andreas Mohr
2009-06-11
1
-26
/
+162
*
|
e100: Fix napi_enable BUG_ON when recovering from EEH error
Andre Detsch
2009-06-08
1
-5
/
+6
|
/
*
e100: do not go D3 in shutdown unless system is powering off
Thadeu Lima de Souza Cascardo
2009-04-28
1
-7
/
+23
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
e100: add support for 82552 10/100 adapter
Bruce Allan
2009-03-21
1
-16
/
+77
*
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
1
-3
/
+3
*
firmware: convert e100 driver to request_firmware()
Jaswinder Singh Rajput
2009-01-07
1
-202
/
+97
*
e100: cosmetic cleanup
Bruce Allan
2009-01-04
1
-134
/
+134
*
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
2008-12-22
1
-4
/
+3
*
e100: cleanup link up/down messages
Jeff Kirsher
2008-11-27
1
-4
/
+6
*
netdev: add more functions to netdevice ops
Stephen Hemminger
2008-11-20
1
-1
/
+1
*
e100: convert to net_device_ops
Stephen Hemminger
2008-11-19
1
-11
/
+16
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-18
1
-10
/
+10
|
\
|
*
e100: fix dma error in direction for mapping
Jesse Brandeburg
2008-11-16
1
-10
/
+10
*
|
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-1
/
+0
*
|
e100: adapt to the reworked PCI PM
Rafael J. Wysocki
2008-10-31
1
-6
/
+10
*
|
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-3
/
+2
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-10-01
1
-3
/
+1
|
\
|
*
e100: Use pci_pme_active to clear PME_Status and disable PME#
Rafael J. Wysocki
2008-09-18
1
-3
/
+1
*
|
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
2008-09-24
1
-1
/
+1
|
/
*
e100, fix iomap read
Jiri Slaby
2008-08-27
1
-2
/
+2
*
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2008-07-26
1
-1
/
+1
*
e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx
Kevin Hao
2008-06-27
1
-0
/
+2
*
net: use get/put_unaligned_* helpers
Harvey Harrison
2008-04-29
1
-1
/
+1
*
e100: endianness annotations
Al Viro
2008-03-25
1
-1
/
+1
*
e100: Do suspend/shutdown like e1000
Auke Kok
2008-03-05
1
-26
/
+3
*
e100: fix spelling errors
Andreas Mohr
2008-02-03
1
-7
/
+7
*
Net: e100, fix iomap mem accesses
Jiri Slaby
2008-02-03
1
-2
/
+2
*
e100 endianness annotations
Al Viro
2008-01-28
1
-37
/
+35
*
Fix e100 on systems that have cache incoherent DMA
David Acker
2008-01-28
1
-29
/
+99
[next]