index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] e1000: Cleanup debug message printed when Tx Unit hang is detected
Malli Chilakala
2005-06-27
2
-3
/
+3
*
[PATCH] e1000: Use netdev_priv() to get to netdev->priv
Malli Chilakala
2005-06-27
2
-45
/
+45
*
[PATCH] e1000: Use correct WOL settings for 82544 adapters
Malli Chilakala
2005-06-27
1
-1
/
+1
*
[PATCH] e1000: Synchronize phy access between stats update and MII_IOCTL
Malli Chilakala
2005-06-27
1
-10
/
+26
*
[PATCH] e100: NAPI performance enhancements
Malli Chilakala
2005-06-27
1
-2
/
+4
*
[PATCH] e100: e100_eeprom_load was called after e100_phy_init
Malli Chilakala
2005-06-27
1
-2
/
+2
*
[PATCH] e100: fixed e100 MDI/MDI-X issues
Malli Chilakala
2005-06-27
1
-5
/
+10
*
Merge /spare/repo/netdev-2.6/ branch 'orinoco'
Jeff Garzik
2005-06-27
2
-1010
/
+1485
|
\
|
*
wireless/orinoco: remove changelog, bump version
Jeff Garzik
2005-06-27
2
-374
/
+1
|
*
[PATCH] orinoco: monitor mode support
Christoph Hellwig
2005-06-27
2
-29
/
+180
|
*
[PATCH] orinoco: always use 802.11 header for rx processing
Christoph Hellwig
2005-06-27
1
-53
/
+52
|
*
[PATCH] orinoco: scanning support
Christoph Hellwig
2005-06-27
2
-21
/
+544
|
*
[PATCH] orinoco: manual roaming for Symbol and Intersilfirmware
Christoph Hellwig
2005-06-27
2
-0
/
+174
|
*
[PATCH] orinoco: basic ethtool support
Christoph Hellwig
2005-06-27
1
-0
/
+24
|
*
[PATCH] orinoco: wireless API 15 support
Christoph Hellwig
2005-06-27
1
-571
/
+547
|
*
[PATCH] orinoco: include <net/ieee80211.h>
Christoph Hellwig
2005-06-27
1
-0
/
+1
*
|
[PATCH] cs89x0.c: support for Philips' pnx0105 network adapter
dmitry pervushin
2005-06-27
3
-5
/
+39
*
|
[PATCH] drivers/net/skfp/: cleanups
Adrian Bunk
2005-06-27
13
-883
/
+20
*
|
[netdrvr] tulip: add pci id
Hideki Yamane
2005-06-27
1
-0
/
+1
*
|
[PATCH] forcedeth: Add support for new device id
Manfred Spraul
2005-06-27
1
-1
/
+16
*
|
[PATCH] forcedeth: Poll for link changes
Manfred Spraul
2005-06-27
1
-12
/
+13
*
|
[PATCH] forcedeth: add two new pci ids
Manfred Spraul
2005-06-27
1
-2
/
+19
*
|
[PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_inte...
Nishanth Aravamudan
2005-06-26
1
-4
/
+2
*
|
[PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible()
Nishanth Aravamudan
2005-06-26
1
-1
/
+1
*
|
[PATCH] net/farsync: add set_current_state() before schedule_timeout()
Nishanth Aravamudan
2005-06-26
1
-0
/
+1
*
|
[PATCH] net/sb1000: replace nicedelay() with ssleep()
Nishanth Aravamudan
2005-06-26
1
-11
/
+3
*
|
[PATCH] wireless: char* -> char[] conversion in airo.c
Domen Puncer
2005-06-26
1
-1
/
+1
|
/
*
[PATCH] DM9000 network driver bugfix
Sascha Hauer
2005-06-26
1
-2
/
+2
*
[PATCH] fealnx.c calls dev_kfree_skb from atomic context
Denis Vlasenko
2005-06-26
1
-2
/
+1
*
[PATCH] fix int vs. pm_message_t confusion in airo
Pavel Machek
2005-06-26
1
-5
/
+5
*
[PATCH] defxx: Use irqreturn_t for the interrupt handler
Maciej W. Rozycki
2005-06-26
1
-37
/
+51
*
[PATCH] dmfe warning fix
Andrew Morton
2005-06-26
1
-2
/
+3
*
[PATCH] document that 8139TOO supports 8129/8130
Adrian Bunk
2005-06-26
2
-3
/
+4
*
[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()
Nishanth Aravamudan
2005-06-26
1
-4
/
+2
*
[PATCH] drivers/net/ewrk3.c: remove dead code
Adrian Bunk
2005-06-26
1
-9
/
+3
*
[PATCH] drivers/net/skfp/: fix LITTLE_ENDIAN
Adrian Bunk
2005-06-26
2
-1
/
+3
*
[PATCH] drivers/net/tokenring/: cleanups
Adrian Bunk
2005-06-26
12
-90
/
+21
*
[PATCH] pcnet_cs.c: IRQ handler optimization
Andreas Mohr
2005-06-26
1
-4
/
+6
*
drivers/net/: Use the DMA_{64,32}BIT_MASK constants
Domen Puncer
2005-06-26
11
-16
/
+27
*
[PATCH] arlan: module parameter fixes
Magnus Damm
2005-06-26
1
-14
/
+12
*
[PATCH] net/sis900: Use the DMA_32BIT_MASK constant
Tobias Klauser
2005-06-26
1
-3
/
+2
*
Merge /spare/repo/netdev-2.6/ branch 'register-netdev'
Jeff Garzik
2005-06-26
21
-228
/
+156
|
\
|
*
Merge /spare/repo/linux-2.6/
Jeff Garzik
2005-06-26
1114
-47756
/
+90363
|
|
\
|
*
|
[netdrvr] Fix register_netdev() races in older ISA net drivers
2005-05-12
21
-228
/
+156
*
|
|
8139cp: safer spin loop for get_statistics
Stephen Hemminger
2005-06-26
1
-6
/
+6
*
|
|
gianfar: Update Marvell PHY name
Kumar Gala
2005-06-26
1
-1
/
+1
*
|
|
bonding: xor/802.3ad improved slave hash
Jay Vosburgh
2005-06-26
3
-13
/
+107
*
|
|
bonding: gratuitous ARP
Jay Vosburgh
2005-06-26
2
-34
/
+255
*
|
|
Tulip fixes for Cobalt Qube/RaQ
Ralf Baechle
2005-06-26
3
-2
/
+21
*
|
|
Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.
Jeff Garzik
2005-06-26
1114
-47756
/
+90364
|
\
\
\
|
|
|
/
|
|
/
|
[next]