index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-11
bnx2x: Refactor MAC address setup code.
Michael Chan
2
-52
/
+114
2009-10-11
bnx2x: Refactor bnx2x_sp_post().
Michael Chan
1
-24
/
+38
2009-10-11
qlge: Add CBFC pause frame counters to ethtool stats.
Ron Mercer
2
-0
/
+90
2009-10-11
qlge: Don't fail open when port is not initialized.
Ron Mercer
1
-4
/
+2
2009-10-11
qlge: Get rid of firmware handler debug code.
Ron Mercer
1
-21
/
+0
2009-10-11
qlge: Remove inline math for small rx buf mapping.
Ron Mercer
2
-8
/
+9
2009-10-11
qlge: Store firmware revision as early as possible.
Ron Mercer
1
-0
/
+1
2009-10-11
qlge: Add handler for DCBX firmware event.
Ron Mercer
1
-0
/
+3
2009-10-11
qlge: Set PCIE max read request size.
Ron Mercer
1
-0
/
+7
2009-10-11
qlge: Remove explicit setting of PCI Dev CTL reg.
Ron Mercer
1
-15
/
+1
2009-10-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
28
-246
/
+429
2009-10-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
119
-3387
/
+5068
2009-10-09
net: Link in PHY drivers before others.
David S. Miller
1
-4
/
+4
2009-10-09
wireless: make wireless drivers select core
Johannes Berg
1
-0
/
+1
2009-10-09
libertas: depend on CONFIG_CFG80211
Holger Schurig
1
-1
/
+1
2009-10-09
libertas: remove double assignment of dev->netdev_ops
Luis R. Rodriguez
1
-1
/
+0
2009-10-09
ath9k: use right parameter for MODULE_PARM_DESC() for debug
Luis R. Rodriguez
1
-1
/
+1
2009-10-08
ixgbe: Fix KR to KX fail over for Mezzanine cards
Don Skidmore
2
-3
/
+134
2009-10-08
ixgbe: add support for 82599 based Express Module X520-P2
Don Skidmore
3
-0
/
+4
2009-10-08
ibm_newemac: Added 16K Tx FIFO size support for EMAC4
Dave Mitchell
2
-2
/
+6
2009-10-08
qlge: Add disable/enable firmare irqs to handler.
Ron Mercer
1
-0
/
+4
2009-10-08
qlge: Restore rx mode after internal reset.
Ron Mercer
1
-0
/
+6
2009-10-08
qlge: Fix chip reset process.
Ron Mercer
3
-0
/
+106
2009-10-08
qlge: Fix RX multicast filter settings.
Ron Mercer
1
-10
/
+39
2009-10-08
qlge: Fix frame routing for multicast frames.
Ron Mercer
1
-2
/
+2
2009-10-08
qlge: Fix frame routing issue related to bonding.
Ron Mercer
1
-0
/
+7
2009-10-08
qlge: Fix RSS hashing values.
Ron Mercer
2
-11
/
+13
2009-10-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
14
-150
/
+168
2009-10-07
znet: Don't claim DMA lock around free_dma() calls.
David S. Miller
1
-8
/
+0
2009-10-07
can: add TI CAN (HECC) driver
Anant Gole
3
-0
/
+1014
2009-10-07
ixgb: Use the instance of net_device_stats from net_device.
Ajit Khaparde
3
-46
/
+45
2009-10-07
qlge: Use the instance of net_device_stats from net_device.
Ajit Khaparde
2
-7
/
+6
2009-10-07
e1000: Use the instance of net_device_stats from net_device.
Ajit Khaparde
3
-27
/
+27
2009-10-07
igb: Use the instance of net_device_stats from net_device.
Ajit Khaparde
3
-30
/
+30
2009-10-07
ixgbe: Use the instance of net_device_stats from net_device.
Ajit Khaparde
3
-33
/
+34
2009-10-07
myri10ge: Use the instance of net_device_stats from net_device.
Ajit Khaparde
1
-3
/
+2
2009-10-07
netxen: Use the instance of net_device_stats from net_device.
Ajit Khaparde
2
-3
/
+1
2009-10-07
e1000e: Use the instance of net_device_stats from net_device.
Ajit Khaparde
3
-31
/
+31
2009-10-07
bonding: remove useless assignment
Nicolas de Pesloüan
1
-1
/
+1
2009-10-07
bonding: fix a parameter name in error message
Nicolas de Pesloüan
1
-1
/
+2
2009-10-07
libertas: remove extraneous select FW_LOADER
Holger Schurig
1
-1
/
+0
2009-10-07
libertas: Use lbs_is_cmd_allowed() check in command handling routines.
Amitkumar Karwar
5
-191
/
+34
2009-10-07
ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()
Luis R. Rodriguez
5
-14
/
+15
2009-10-07
ath9k: move ath_cleanup() below helpers to avoid forward declarations
Luis R. Rodriguez
1
-17
/
+14
2009-10-07
ath9k: add a helper to clean the core driver upon module unload
Luis R. Rodriguez
1
-2
/
+11
2009-10-07
ath9k: add helper to un-init the hw properly
Luis R. Rodriguez
1
-9
/
+14
2009-10-07
ath9k: initialize hw prior to debugfs
Luis R. Rodriguez
3
-15
/
+30
2009-10-07
ath9k: move common->debug_mask setting to ath_init_softc()
Luis R. Rodriguez
2
-5
/
+5
2009-10-07
ath5k: enable Power-Save Polls by setting the association ID
Luis R. Rodriguez
2
-3
/
+9
2009-10-07
ath5k: fix regression which triggers an SME join upon assoc
Luis R. Rodriguez
1
-2
/
+2
[next]