index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ath9k: distinguish between device initialization and ath_softc init
Luis R. Rodriguez
2009-08-04
4
-6
/
+13
|
*
ath9k: describe hw initialization better
Luis R. Rodriguez
2009-08-04
7
-14
/
+14
|
*
ath9k: break up hw initialization into a few more helpers
Luis R. Rodriguez
2009-08-04
1
-67
/
+87
|
*
ath9k: remove debug message for no memoery on ath_init()
Luis R. Rodriguez
2009-08-04
1
-2
/
+0
|
*
ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()
Luis R. Rodriguez
2009-08-04
1
-2
/
+2
|
*
ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()
Luis R. Rodriguez
2009-08-04
1
-2
/
+2
|
*
ath9k: move hw macrevision checker to helper
Luis R. Rodriguez
2009-08-04
1
-10
/
+18
|
*
ath9k: pass only one argument to hw attach
Luis R. Rodriguez
2009-08-04
3
-8
/
+8
|
*
ath9k: call hw initializer directly
Luis R. Rodriguez
2009-08-04
1
-22
/
+26
|
*
ath9k: move cache setting of softc ah prior to attach
Luis R. Rodriguez
2009-08-04
1
-1
/
+1
|
*
ath9k: move devid cache setting to ath_init()
Luis R. Rodriguez
2009-08-04
3
-11
/
+9
|
*
ath9k: move memory allocation of ath_hw to ath_init()
Luis R. Rodriguez
2009-08-04
3
-58
/
+44
|
*
ath9k: propagate hw initialization errors
Luis R. Rodriguez
2009-08-04
2
-5
/
+4
|
*
ath9k: use a switch for revising supported hw mac revisions
Luis R. Rodriguez
2009-08-04
1
-7
/
+10
|
*
ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw
Luis R. Rodriguez
2009-08-04
1
-2
/
+4
|
*
cfg80211: clear SSID on disconnect/no connection
Johannes Berg
2009-08-04
1
-0
/
+4
|
*
iwmc3200wifi: avoid setting default key for 802.1X and RSNA
Zhu Yi
2009-08-04
1
-13
/
+26
|
*
iwmc3200wifi: set WEP key static flag correctly
Zhu Yi
2009-08-04
1
-2
/
+8
|
*
iwmc3200wifi: fix set_wpa_version and set_auth_type order
Zhu Yi
2009-08-04
1
-2
/
+7
|
*
b43: implement baseband init for LP-PHY <= rev1
Gábor Stefanik
2009-08-04
6
-4
/
+127
|
*
rt2x00: cancel all work on disconnect
Pavel Roskin
2009-08-04
1
-0
/
+6
|
*
rt61pci: fix module reloading
Pavel Roskin
2009-08-04
1
-0
/
+5
|
*
b43legacy: Work around mac80211 race condition
Larry Finger
2009-08-04
1
-6
/
+16
|
*
rfkill: add the GPS radio type
Tomas Winkler
2009-08-04
2
-1
/
+4
|
*
drivers/net/wireless: Use DIV_ROUND_CLOSEST
Julia Lawall
2009-08-04
1
-3
/
+6
|
*
libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10
Maithili Hinge
2009-08-04
1
-0
/
+2
|
*
iwlwifi: remove duplicated version info from sysfs
Jay Sternberg
2009-08-04
1
-34
/
+6
|
*
iwlwifi: remove deprecated 6000 series adapters
Wey-Yi Guy
2009-08-04
3
-22
/
+0
|
*
iwlwifi: Distinguish power amplifier for 6000 series
Wey-Yi Guy
2009-08-04
7
-15
/
+94
|
*
iwlwifi: clear iwl_cmd_meta structure before use
Daniel C Halperin
2009-08-04
1
-0
/
+1
|
*
b43: remove wrong probe_resp_plcp write
gregor kowski
2009-08-04
1
-0
/
+3
|
*
b43: Fix unaligned 32bit SHM-shared access
Michael Buesch
2009-08-04
1
-7
/
+24
|
*
libertas: check valid bits in SPI bus mode reg
Andrey Yurovsky
2009-08-04
1
-1
/
+1
|
*
mac80211: Increase timeouts for station polling
Maxim Levitsky
2009-08-04
1
-2
/
+2
|
*
mac80211: Retry probe request few times
Maxim Levitsky
2009-08-04
2
-12
/
+31
|
*
cfg80211: lower dynamic PS timeout to 100ms
Johannes Berg
2009-08-04
1
-1
/
+1
|
*
iwlwifi: remove usage of orig_flags
Luis R. Rodriguez
2009-08-04
1
-3
/
+0
|
*
cfg80211: enable country IE support to all cfg80211 drivers
Luis R. Rodriguez
2009-08-04
5
-24
/
+33
|
*
cfg80211: decouple regulatory variables from cfg80211_mutex
Luis R. Rodriguez
2009-08-04
2
-12
/
+38
|
*
cfg80211: do not iterate over rdev list on country IE hint
Luis R. Rodriguez
2009-08-04
1
-42
/
+9
|
*
cfg80211: use goto out on country IE reg hint failure
Luis R. Rodriguez
2009-08-04
1
-4
/
+2
|
*
mac80211: fix powersave
Johannes Berg
2009-08-04
1
-7
/
+6
|
*
rndis_wlan: rework key handling
Jussi Kivilinna
2009-08-04
1
-46
/
+142
|
*
rndis_wlan: add missing padding to struct rndis_80211_remove_key
Jussi Kivilinna
2009-08-04
1
-0
/
+1
|
*
rndis_wlan: handle 802.11 indications from device
Jussi Kivilinna
2009-08-04
2
-7
/
+239
|
*
rndis_host: allow rndis_wlan to see all indications
Jussi Kivilinna
2009-08-04
3
-30
/
+56
|
*
rndis_wlan: add rndis_set/query_oid debugging
Jussi Kivilinna
2009-08-04
1
-2
/
+84
|
*
rndis_wlan: set current packet filter to zero on stop
Jussi Kivilinna
2009-08-04
1
-1
/
+9
|
*
rndis_wlan: reset device and restore multicast list on rndis_wlan_reset()
Jussi Kivilinna
2009-08-04
1
-0
/
+30
|
*
rndis_wlan: clear cfg80211 scan on rndis_wlan_stop()
Jussi Kivilinna
2009-08-04
1
-0
/
+8
[prev]
[next]