index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-06
bcma: add the core unit number
Hauke Mehrtens
1
-0
/
+14
2012-02-06
rt2800: document RF_R03 register bits [7:4]
Stanislaw Gruszka
1
-0
/
+3
2012-02-06
rt2800: radio 3xxxx: channel switch RX/TX calibration fixes
Stanislaw Gruszka
2
-3
/
+24
2012-02-06
rt2800: radio 3xxx: add channel switch calibration routines
Stanislaw Gruszka
1
-0
/
+14
2012-02-06
rt2800: radio 3xxx: program RF_R1 during channel switch
Stanislaw Gruszka
1
-0
/
+34
2012-02-06
rt2800: radio 3xxx: reprogram only lower bits of RF_R3
Stanislaw Gruszka
2
-1
/
+9
2012-02-06
net: Fix typo in ipw2x00/libipw_rx.c
Masanari Iida
1
-1
/
+1
2012-02-06
Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
John W. Linville
30
-1776
/
+1837
2012-02-06
Merge branch 'for-linville' of git://github.com/kvalo/ath6kl
John W. Linville
21
-922
/
+2437
2012-02-03
iwlwifi: range check to testmode direct reg access
Amit Beka
1
-2
/
+16
2012-02-03
iwlwifi: release IRQ in error path
Johannes Berg
1
-1
/
+3
2012-02-03
iwlwifi: move all ucode routines to iwl-ucode.c
Don Fry
7
-719
/
+791
2012-02-03
iwlwifi: move bcast_sta_id init to common routine
Don Fry
5
-10
/
+1
2012-02-03
iwlwifi: clarify comment
Don Fry
1
-1
/
+1
2012-02-03
iwlwifi: debug print in tx_queue_set_status is more clear
Emmanuel Grumbach
1
-3
/
+6
2012-02-03
iwlwifi: stop_hw replace enable_rfkill_int
Emmanuel Grumbach
4
-11
/
+10
2012-02-03
iwlwifi: move hw_rev to transport layer
Emmanuel Grumbach
3
-11
/
+4
2012-02-03
iwlwifi: kill bus_get_hw_id
Emmanuel Grumbach
6
-49
/
+10
2012-02-03
iwlwifi: kill bus_get_hw_id_string
Emmanuel Grumbach
5
-21
/
+6
2012-02-03
iwlwifi: kill bus_is_pm_supported
Emmanuel Grumbach
5
-28
/
+4
2012-02-03
iwlwifi: kill bus_apm_config
Emmanuel Grumbach
3
-40
/
+46
2012-02-03
iwlwifi: consolidate the start_device flow
Emmanuel Grumbach
4
-120
/
+103
2012-02-03
iwlwifi: move the RF kill logic from iwl_probe to transport
Emmanuel Grumbach
2
-23
/
+11
2012-02-03
iwlwifi: introduce trans_ops->stop_hw
Emmanuel Grumbach
5
-44
/
+61
2012-02-03
iwlwifi: move apm_init to start_hw
Emmanuel Grumbach
4
-89
/
+87
2012-02-03
iwlwifi: move prepare_card_hw to start_hw
Emmanuel Grumbach
3
-21
/
+15
2012-02-03
iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw
Emmanuel Grumbach
4
-19
/
+29
2012-02-03
iwlwifi: don't use the bus for ucode fw_desc any more
Emmanuel Grumbach
3
-17
/
+19
2012-02-03
iwlwifi: remove the pointer to dev from the bus layer
Emmanuel Grumbach
5
-17
/
+16
2012-02-03
iwlwifi: give trans to all the read / write functions
Emmanuel Grumbach
24
-406
/
+405
2012-02-03
iwlwifi: the read / write register ops move to transport
Emmanuel Grumbach
5
-64
/
+48
2012-02-03
iwlwifi: move the bus configuration to transport
Emmanuel Grumbach
5
-117
/
+158
2012-02-03
iwlwifi: allocate the transport from the bus layer
Emmanuel Grumbach
4
-30
/
+48
2012-02-03
iwlwifi: move the shrd memory from priv
Emmanuel Grumbach
3
-4
/
+11
2012-02-03
iwlwifi: separate the APM from the EEPROM
Emmanuel Grumbach
2
-4
/
+4
2012-02-03
iwlwifi: Connect IDI transport to driver.
Gregory Greenman
4
-2
/
+23
2012-02-03
iwlwifi: add fw_alive to transport layer API, kill tx_start
Emmanuel Grumbach
7
-21
/
+19
2012-02-02
ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' st...
Chilam Ng
1
-0
/
+2
2012-02-02
ath6kl: fix compiler warning in ath6kl_init_hw_params()
Kalle Valo
1
-1
/
+1
2012-02-02
ath6kl: Fix typo in cfg80211.c
Masanari Iida
1
-1
/
+1
2012-02-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-3
/
+19
2012-01-31
ath6kl: Workaround to support Deep Sleep with MSM.
Santosh Sajjan
1
-0
/
+13
2012-01-31
rtlwifi: Convert to asynchronous firmware load
Larry Finger
20
-164
/
+194
2012-01-31
ath9k: Print the correct channel mode
Sujith Manoharan
1
-3
/
+1
2012-01-31
ath9k_htc: Load firmware asynchronously
Sujith Manoharan
2
-56
/
+101
2012-01-31
iwlwifi: always restrict scan dwell in P2P
Johannes Berg
1
-3
/
+18
2012-01-31
iwlwifi: add option to disalbe LED
Wey-Yi Guy
3
-1
/
+7
2012-01-31
iwlwifi: fix uCode event tracing
Johannes Berg
3
-32
/
+76
2012-01-31
iwlwifi: fix typo
Wey-Yi Guy
1
-4
/
+4
2012-01-31
rtlwifi: Move pr_fmt macros to a single location
Larry Finger
19
-47
/
+21
[next]