index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
cxgb3 - FW upgrade
Divy Le Ray
2
-5
/
+9
2008-01-28
cxgb3 - Add EEH support
Divy Le Ray
1
-0
/
+107
2008-01-28
cxgb3 - Fix resources release.
Divy Le Ray
1
-4
/
+4
2008-01-28
cxgb3 - Use wild card for PCI subdevice ID match
Divy Le Ray
1
-12
/
+12
2008-01-28
cxgb3 - fix MSI-X failure path
Divy Le Ray
1
-1
/
+2
2008-01-28
[netdrvr] checkpatch cleanups
Jeff Garzik
7
-16
/
+18
2008-01-28
wireless: checkpatch cleanups
Jeff Garzik
8
-18
/
+14
2008-01-28
drivers/net/r6040: fix obvious problems (but more remain)
Jeff Garzik
1
-17
/
+14
2008-01-28
[netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)
Jeff Garzik
9
-79
/
+79
2008-01-28
dm9601: Consolidate common parts of dm_write_*_async
Peter Korsgaard
1
-40
/
+13
2008-01-28
slip: Drag kicking and screaming into coding style compliance
Alan Cox
1
-189
/
+178
2008-01-28
3c501: Bring into compliance with the coding style
Alan Cox
1
-125
/
+107
2008-01-28
drivers/net/chelsio/: #if 0 unused functions
Adrian Bunk
4
-3
/
+6
2008-01-28
drivers/net: Add missing "space"
Joe Perches
10
-16
/
+16
2008-01-28
drivers/net/sk98lin: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-28
drivers/net/wan: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-28
drivers/net/netxen: Add missing "space"
Joe Perches
4
-8
/
+8
2008-01-28
drivers/net/ixgb: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-28
drivers/net/cxgb3: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-28
drivers/net/chelsio: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-28
add bnx2x driver for BCM57710
Eliezer Tamir
9
-0
/
+23846
2008-01-28
[S2IO]: Support for add/delete/store/restore ethernet addresses
Sreenivasa Honnur
3
-23
/
+201
2008-01-28
[E1000]: Secondary unicast address support
Patrick McHardy
1
-16
/
+31
2008-01-28
[E1000E]: convert register test macros to functions
Joe Perches
1
-31
/
+53
2008-01-28
[E1000]: Convert regtest macro's to functions
Joe Perches
1
-29
/
+55
2008-01-28
[E1000]: update netstats traffic counters realtime
Auke Kok
1
-4
/
+6
2008-01-28
[E1000E]: update netstats traffic counters realtime
Auke Kok
1
-4
/
+6
2008-01-28
[NET]: Add support for the RDC R6040 Fast Ethernet controller
Sten Wang
3
-0
/
+1122
2008-01-28
Fix e100 on systems that have cache incoherent DMA
David Acker
1
-29
/
+99
2008-01-28
sundance: SIOCDEVPRIVATE pollution
Francois Romieu
1
-26
/
+0
2008-01-28
drivers/net/netxen/: cleanups
Adrian Bunk
8
-84
/
+76
2008-01-28
ixgbe: Fix copper PHY initialization code
Auke Kok
6
-136
/
+71
2008-01-28
e1000/e1000e: Move PCI-Express device IDs over to e1000e
Auke Kok
4
-33
/
+12
2008-01-28
e1000e: Disable L1 ASPM power savings for 82573 mobile variants
Auke Kok
4
-9
/
+30
2008-01-28
e1000e: alternate MAC address support
Bill Hayes
4
-2
/
+43
2008-01-28
[netdrvr] ibmlana: move away from legacy MCA API
Jeff Garzik
1
-68
/
+51
2008-01-28
[netdrvr] ibmlana: modularization cleanup
Jeff Garzik
1
-45
/
+64
2008-01-28
[netdrvr] irq handler minor cleanups in several drivers
Jeff Garzik
16
-65
/
+36
2008-01-28
hamradio/scc: kill unnecessary use of 'irq' function arg
Jeff Garzik
1
-3
/
+5
2008-01-28
sk98lin: kill bogus check and convert to use ARRAY_SIZE()
Alejandro Martinez Ruiz
3
-14
/
+2
2008-01-28
netdev: ARRAY_SIZE() cleanups
Alejandro Martinez Ruiz
10
-38
/
+19
2008-01-28
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
Alejandro Martinez Ruiz
9
-18
/
+15
2008-01-28
wireless: fix '!x & y' typo's
Roel Kluin
6
-7
/
+7
2008-01-28
libertas: move wlan_*_association_work from header to c file
Holger Schurig
2
-34
/
+34
2008-01-28
iwlwifi: disable interrupts before calling request_irq
Jes Sorensen
2
-0
/
+4
2008-01-28
P54: use temporary variables to reduce size of generated code
Dmitry Torokhov
1
-36
/
+41
2008-01-28
Prism54: Convert mgmt_sem to the mutex API
Matthias Kaehlcke
3
-4
/
+5
2008-01-28
orinoco: more reliable scan handling
Dan Williams
2
-240
/
+313
2008-01-28
b43: consistent naming for ieee80211_ops
Michael Buesch
1
-37
/
+38
2008-01-28
b43: Use the retry limit parameters from mac80211
Michael Buesch
2
-30
/
+53
[next]