index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
mwifiex: parse rate info for AP
Avinash Patil
2012-09-07
5
-7
/
+58
*
mwifiex: don't disable wait_q_enabled flag
Amitkumar Karwar
2012-09-07
1
-1
/
+0
*
mwifiex: release semaphore acquired for internal scan operation
Amitkumar Karwar
2012-09-07
1
-0
/
+5
*
airo: remove duplicated include from airo.c
Wei Yongjun
2012-09-07
1
-1
/
+0
*
wl18xx: remove duplicated include from main.c
Wei Yongjun
2012-09-07
1
-1
/
+0
*
wl3501_cs: use is_broadcast_ether_addr() instead of memcmp()
Wei Yongjun
2012-09-07
1
-2
/
+1
*
wireless: use is_broadcast_ether_addr() instead of memcmp()
Wei Yongjun
2012-09-07
1
-10
/
+5
*
ath9k_hw: small optimization
Mohammed Shafi Shajakhan
2012-09-07
3
-9
/
+1
*
mwifiex: use is_zero_ether_addr() instead of memcmp()
Wei Yongjun
2012-09-07
1
-2
/
+1
*
mwifiex: use is_broadcast_ether_addr() instead of memcmp()
Wei Yongjun
2012-09-07
1
-2
/
+1
*
airo: use is_zero_ether_addr() and is_broadcast_ether_addr()
Wei Yongjun
2012-09-07
1
-4
/
+2
*
drivers/net: use is_zero_ether_addr() instead of memcmp()
Wei Yongjun
2012-09-07
2
-3
/
+3
*
orinoco: use is_zero_ether_addr() instead of memcmp()
Wei Yongjun
2012-09-07
1
-4
/
+3
*
ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()
Wei Yongjun
2012-09-07
1
-9
/
+2
*
ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()
Wei Yongjun
2012-09-07
1
-9
/
+2
*
wireless: ath9k-htc: only load firmware in need
Ming Lei
2012-09-07
2
-12
/
+25
*
iwlwifi: remove radio_config from eeprom_data
David Spinadel
2012-09-05
1
-2
/
+0
*
iwlwifi: reduce overhead if tracing disabled
Johannes Berg
2012-09-05
2
-36
/
+23
*
iwlwifi: report A-MPDU status
Johannes Berg
2012-09-05
3
-0
/
+13
*
Merge remote-tracking branch 'wireless-next/master' into iwlwifi-next
Johannes Berg
2012-09-05
510
-10957
/
+23647
|
\
|
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2012-08-22
15
-93
/
+241
|
|
\
|
*
|
carl9170: report A-MPDU status
Christian Lamparter
2012-08-21
2
-4
/
+12
|
*
|
ath9k_htc: implement sta_rc_update() mac80211 callback
Antonio Quartulli
2012-08-21
1
-0
/
+29
|
*
|
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2012-08-21
51
-153
/
+241
|
|
\
\
|
|
*
|
mac80211_hwsim: add support for P2P Device
Johannes Berg
2012-08-20
1
-1
/
+3
|
|
*
|
mac80211: move TX station pointer and restructure TX
Thomas Huehn
2012-07-31
49
-122
/
+207
|
|
*
|
wlcore: op_tx: pass sta explicitly when inferring frame hlid
Arik Nemtsov
2012-07-31
3
-13
/
+8
|
|
*
|
wlcore: don't get the hlid from a queued skb
Arik Nemtsov
2012-07-31
1
-20
/
+26
|
*
|
|
p54: fix powerpc gcc warnings
Christian Lamparter
2012-08-13
1
-4
/
+8
|
*
|
|
brcmsmac: document firmware dependencies
Jeff Mahoney
2012-08-10
1
-1
/
+3
|
*
|
|
ath9k: tune rc_stats to display only valid rates
Rajkumar Manoharan
2012-08-10
1
-2
/
+3
|
*
|
|
ath9k: Trim rate table
Sujith Manoharan
2012-08-10
2
-180
/
+174
|
*
|
|
ath9k: Remove MIMO-PS specific code
Sujith Manoharan
2012-08-10
1
-9
/
+0
|
*
|
|
ath9k: Cleanup TX status API
Sujith Manoharan
2012-08-10
1
-42
/
+29
|
*
|
|
ath9k: Bail out properly before calculating rate index
Sujith Manoharan
2012-08-10
1
-13
/
+11
|
*
|
|
ath9k: Fix RTS/CTS rate selection
Sujith Manoharan
2012-08-10
1
-27
/
+14
|
*
|
|
ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLE
Sujith Manoharan
2012-08-10
1
-2
/
+0
|
*
|
|
ath9k: Unify valid rate calculation routines
Sujith Manoharan
2012-08-10
1
-35
/
+39
|
*
|
|
ath9k: Remove ath_rc_set_valid_rate_idx
Sujith Manoharan
2012-08-10
1
-10
/
+3
|
*
|
|
ath9k: Change rateset calculation
Sujith Manoharan
2012-08-10
1
-26
/
+9
|
*
|
|
ath9k: Cleanup index retrieval routines
Sujith Manoharan
2012-08-10
1
-29
/
+27
|
*
|
|
ath9k: Cleanup ath_rc_setvalid_htrates
Sujith Manoharan
2012-08-10
1
-8
/
+9
|
*
|
|
ath9k: Cleanup ath_rc_setvalid_rates
Sujith Manoharan
2012-08-10
1
-28
/
+21
|
*
|
|
ath9k: Cleanup RC init API
Sujith Manoharan
2012-08-10
1
-64
/
+35
|
*
|
|
ath9k: Simplify rate table initialization
Sujith Manoharan
2012-08-10
1
-48
/
+17
|
*
|
|
mwifiex: use GFP_ATOMIC under spin lock
Dan Carpenter
2012-08-10
1
-1
/
+1
|
*
|
|
mwifiex: notify cfg80211 about MIC failures
Amitkumar Karwar
2012-08-10
1
-0
/
+6
|
*
|
|
mwifiex: fix 'smatch' warning in preparing key_material cmd
Bing Zhao
2012-08-10
1
-1
/
+1
|
*
|
|
b43legacy: fix logic in GPIO init
Rafał Miłecki
2012-08-10
1
-1
/
+1
|
*
|
|
b43: N-PHY: fix 0x2057 radio calib copy/paste mistake
Rafał Miłecki
2012-08-10
1
-0
/
+1
[next]