index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdhci: fix bad warning from commit c8b3e02
Pierre Ossman
2008-07-23
1
-1
/
+1
*
sdhci: add warnings for bad buffers in ADMA path
Pierre Ossman
2008-07-23
1
-0
/
+2
*
mmc_test: test oversized sg lists
Pierre Ossman
2008-07-23
1
-3
/
+82
*
mmc_test: highmem tests
Pierre Ossman
2008-07-23
1
-1
/
+137
*
s3cmci: ensure host stopped on machine shutdown
Ben Dooks
2008-07-23
1
-4
/
+16
*
au1xmmc: suspend/resume implementation
Manuel Lauss
2008-07-23
1
-12
/
+42
*
s3cmci: fixes for section mismatch warnings
Ben Dooks
2008-07-23
1
-15
/
+15
*
pxamci: trivial fix of DMA alignment register bit clearing
Karl Beldan
2008-07-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-07-22
74
-6982
/
+13288
|
\
|
*
ipw2200: Call netif_*_queue() interfaces properly.
David S. Miller
2008-07-22
1
-31
/
+2
|
*
netxen: Needs to include linux/vmalloc.h
David S. Miller
2008-07-22
1
-0
/
+1
|
*
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
2008-07-22
1
-1
/
+1
|
|
\
|
|
*
[netdrvr] atl1d: fix !CONFIG_PM build
Jeff Garzik
2008-07-22
1
-1
/
+1
|
*
|
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
2008-07-22
60
-6920
/
+13257
|
|
\
|
|
|
*
r6040: rework init_one error handling
Florian Fainelli
2008-07-22
1
-19
/
+25
|
|
*
r6040: bump release number to 0.18
Florian Fainelli
2008-07-22
1
-2
/
+2
|
|
*
r6040: handle RX fifo full and no descriptor interrupts
Florian Fainelli
2008-07-22
1
-7
/
+15
|
|
*
r6040: change the default waiting time
Florian Fainelli
2008-07-22
1
-2
/
+2
|
|
*
r6040: use definitions for magic values in descriptor status
Florian Fainelli
2008-07-22
1
-11
/
+26
|
|
*
r6040: completely rework the RX path
Florian Fainelli
2008-07-22
1
-82
/
+62
|
|
*
r6040: call napi_disable when puting down the interface and set lp->dev accor...
Florian Fainelli
2008-07-22
1
-2
/
+2
|
|
*
mv643xx_eth: fix NETPOLL build
Lennert Buytenhek
2008-07-22
1
-1
/
+1
|
|
*
r6040: rework the RX buffers allocation routine
Florian Fainelli
2008-07-22
1
-9
/
+44
|
|
*
r6040: fix scheduling while atomic in r6040_tx_timeout
Florian Fainelli
2008-07-22
1
-41
/
+58
|
|
*
r6040: fix null pointer access and tx timeouts
Florian Fainelli
2008-07-22
1
-8
/
+20
|
|
*
r6040: prefix all functions with r6040
Florian Fainelli
2008-07-22
1
-30
/
+30
|
|
*
rndis_host: support WM6 devices as modems
Thomas Backlund
2008-07-22
2
-1
/
+14
|
|
*
at91_ether: use netstats in net_device structure
Paulius Zaleckas
2008-07-22
2
-21
/
+19
|
|
*
sfc: Create one RX queue and interrupt per CPU package by default
Ben Hutchings
2008-07-22
1
-1
/
+18
|
|
*
sfc: Use a separate workqueue for resets
Ben Hutchings
2008-07-22
2
-4
/
+21
|
|
*
sfc: I2C adapter initialisation fixes
Ben Hutchings
2008-07-22
1
-9
/
+3
|
|
*
e1000: make ioport free
Taku Izumi
2008-07-22
2
-13
/
+74
|
|
*
e1000: delete non NAPI code from the driver
Francois Romieu
2008-07-22
3
-161
/
+14
|
|
*
e1000: remove email reference
Jeff Kirsher
2008-07-22
1
-1
/
+1
|
|
*
e1000: Move assignments in tests before test
Joe Perches
2008-07-22
2
-34
/
+56
|
|
*
e1000: checkpatch clean
Joe Perches
2008-07-22
1
-14
/
+20
|
|
*
e1000: Remove spaces after casts and function names
Joe Perches
2008-07-22
5
-51
/
+50
|
|
*
e1000: Move extern function definitions to e1000.h
Joe Perches
2008-07-22
2
-14
/
+10
|
|
*
e1000: Use hw, er32, and ew32
Joe Perches
2008-07-22
4
-970
/
+1029
|
|
*
e1000: neaten function declarations
Joe Perches
2008-07-22
4
-671
/
+385
|
|
*
Fix typo in meth driver
Christoph Lameter
2008-07-22
1
-1
/
+1
|
|
*
atl1e: Atheros L1E Gigabit Ethernet driver
Jie Yang
2008-07-22
9
-0
/
+5241
|
|
*
ixgbe: remove device ID for unsupported device
Jesse Brandeburg
2008-07-22
1
-2
/
+0
|
|
*
8139too: Fall back to PIO when MMIO fails.
Dave Jones
2008-07-22
1
-3
/
+5
|
|
*
8139too: Force usage of PIO on OQO2
Dave Jones
2008-07-22
1
-0
/
+8
|
|
*
8139too: Make PIO/MMIO a runtime decision through a module parameter.
Dave Jones
2008-07-22
1
-64
/
+64
|
|
*
net/phy: Fix 88e1111 copper/fiber selection in RGMII mode
Wang Jian
2008-07-22
1
-4
/
+1
|
|
*
net/phy: Fix copper/fiber auto-selection for 88e1111
Wang Jian
2008-07-22
1
-1
/
+1
|
|
*
net: tun.c fix cast
Harvey Harrison
2008-07-22
1
-1
/
+1
|
|
*
net: igb_main.c fix sparse integer as NULL pointer warning
Harvey Harrison
2008-07-22
1
-1
/
+1
[next]