index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libertas: only enable mesh when interface is active
Daniel Drake
2011-07-20
5
-25
/
+11
*
libertas: mesh: misc cleanup
Daniel Drake
2011-07-20
2
-601
/
+388
*
wireless: mwifiex: print hw address via %pM
Andy Shevchenko
2011-07-20
1
-25
/
+8
*
wireless: ath9k: use %pM to print MAC
Andy Shevchenko
2011-07-20
1
-5
/
+2
*
wireless: rtlwifi: throw away MAC_FMT and use %pM instead
Andy Shevchenko
2011-07-20
7
-19
/
+13
*
cfg80211: fix scan crash on single-band cards
Johannes Berg
2011-07-20
3
-2
/
+8
*
carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTER
Pavel Roskin
2011-07-20
1
-4
/
+4
*
mac80211: check sta_info_get() return value
Eliad Peller
2011-07-20
1
-1
/
+9
*
cfg80211: enter psm when working as p2p_cli
Eliad Peller
2011-07-20
1
-1
/
+2
*
mac80211: sync driver before TX
Johannes Berg
2011-07-20
6
-3
/
+164
*
ath5k: merge ath5k_hw and ath5k_softc
Pavel Roskin
2011-07-20
22
-1314
/
+1247
*
b43: bcma: implement full core reset
Rafał Miłecki
2011-07-19
1
-7
/
+27
*
bcma: allow enabling PLL
Rafał Miłecki
2011-07-19
2
-0
/
+27
*
bcma: allow setting FAST clockmode for a core
Rafał Miłecki
2011-07-19
2
-1
/
+38
*
bcma: trivial: add helpers for masking/setting
Rafał Miłecki
2011-07-19
1
-0
/
+8
*
bcma: move define of BCMA_CLKCTLST register
Rafał Miłecki
2011-07-19
2
-9
/
+20
*
b43: correctly display longer chipsets ids
Rafał Miłecki
2011-07-19
1
-2
/
+5
*
mac80211: implement scan supported rates
Johannes Berg
2011-07-19
5
-15
/
+15
*
cfg80211: allow userspace to control supported rates in scan
Johannes Berg
2011-07-19
6
-19
/
+83
*
b43: HT-PHY: fix masks in radio ctl
Rafał Miłecki
2011-07-19
1
-5
/
+10
*
b43: bcma: read info about supported bands
Rafał Miłecki
2011-07-19
1
-6
/
+7
*
b43: bcma: define 80211 core specific IO status bits
Rafał Miłecki
2011-07-19
1
-0
/
+6
*
bcma: define IO status register
Rafał Miłecki
2011-07-19
1
-1
/
+7
*
ieee80211: add few wmm tspec values
Kalle Valo
2011-07-19
1
-0
/
+37
*
bcma: handle alternative SPROM location
Rafał Miłecki
2011-07-19
2
-4
/
+11
*
b43: HT-PHY: fix typo in 0x2059 radio init
Rafał Miłecki
2011-07-19
1
-1
/
+1
*
b43: HT-PHY: find channel entry with regs data
Rafał Miłecki
2011-07-19
1
-0
/
+9
*
b43: HT-PHY: switch to channel after enabling radio
Rafał Miłecki
2011-07-19
1
-1
/
+3
*
b43: use agent R/W ops for BCMA_IOCTL
Rafał Miłecki
2011-07-19
2
-4
/
+4
*
ath9k: Fix some smatch warnings
Rajkumar Manoharan
2011-07-18
2
-4
/
+8
*
MAINTAINERS: change maintainer of the wl1251 driver
Luciano Coelho
2011-07-18
1
-2
/
+2
*
ath9k: Fix sparse warnings
Rajkumar Manoharan
2011-07-18
3
-9
/
+22
*
b43: bus: drop inline from SSB functions
Rafał Miłecki
2011-07-18
1
-15
/
+12
*
carl9170: set beacon xmit power to the max
Christian Lamparter
2011-07-18
1
-83
/
+108
*
carl9170: move beacon_update into tx.c
Christian Lamparter
2011-07-18
3
-130
/
+130
*
carl9170 firmware: update firmware headers
Christian Lamparter
2011-07-18
2
-2
/
+42
*
ath9k: use ath_opmode_to_string()
Pavel Roskin
2011-07-18
1
-20
/
+2
*
ath9k: remove defines in reg.h that exist in ../reg.h
Pavel Roskin
2011-07-18
1
-23
/
+0
*
ath9k: use get_unaligned_{b16, le16, le32} where possible
Pavel Roskin
2011-07-18
5
-28
/
+23
*
ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()
Pavel Roskin
2011-07-18
1
-5
/
+2
*
bcma: extract SPROM rev 9 the same way as rev 8
Rafał Miłecki
2011-07-18
1
-1
/
+1
*
bcma: cc: set GPIOTIMER register
Rafał Miłecki
2011-07-18
1
-0
/
+14
*
ssb: SPROM: add LED duty cycle fields
Rafał Miłecki
2011-07-18
1
-0
/
+2
*
mac80211: reconfigure tx on device reconfiguration
Eliad Peller
2011-07-18
4
-1
/
+12
*
iwlagn: add tx start API to transport layer
Emmanuel Grumbach
2011-07-16
7
-210
/
+222
*
iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.c
Emmanuel Grumbach
2011-07-16
6
-315
/
+297
*
iwlagn: move iwlagn_stop_device to transport layer
Emmanuel Grumbach
2011-07-16
8
-58
/
+52
*
iwlagn: move tx transport functions to iwl-trans-tx-pcie.c
Emmanuel Grumbach
2011-07-16
7
-299
/
+265
*
iwlagn: move rx transport functions to iwl-trans-rx-pcie.c
Emmanuel Grumbach
2011-07-16
9
-725
/
+799
*
iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addr
Fry, Donald H
2011-07-16
6
-12
/
+3
[prev]
[next]