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
...
*
iwlwifi: don't pass iwl_rx_mem_buffer to upper layers
Johannes Berg
2012-03-06
14
-57
/
+80
*
iwlwifi: pass response packet directly
Johannes Berg
2012-03-06
6
-20
/
+28
*
iwlwifi: use ieee80211_tx_status
Johannes Berg
2012-03-06
1
-10
/
+18
*
iwlwifi: move wowlan bool into priv
Johannes Berg
2012-03-06
8
-9
/
+10
*
iwlwifi: clean up (wowlan) suspend flow
Johannes Berg
2012-03-06
3
-22
/
+26
*
iwlwifi: reduce IDI code ifdef
Johannes Berg
2012-03-06
1
-10
/
+1
*
iwlwifi: make config const
Johannes Berg
2012-03-06
11
-89
/
+90
*
iwlwifi: use valid TX/RX antenna from hw_params
Johannes Berg
2012-03-06
8
-44
/
+46
*
iwlwifi: remove SKU from config
Johannes Berg
2012-03-06
7
-24
/
+19
*
iwlwifi: remove per-device debug level
Johannes Berg
2012-03-06
6
-96
/
+22
*
iwlwifi: simplify auth/assoc flow
Johannes Berg
2012-03-06
5
-173
/
+90
*
iwlwifi: make EXIT_PENDING depend on mac80211
Johannes Berg
2012-03-06
5
-25
/
+1
*
iwlwifi: remove shared lock
Johannes Berg
2012-03-06
9
-44
/
+3
*
iwlwifi: introduce statistics lock
Johannes Berg
2012-03-06
6
-9
/
+40
*
iwlwifi: make sta lock private & BH lock
Johannes Berg
2012-03-06
5
-115
/
+88
*
iwlwifi: introduce per-queue locks
Johannes Berg
2012-03-06
4
-22
/
+33
*
iwlwifi: build some station commands directly
Johannes Berg
2012-03-06
2
-21
/
+15
*
iwlwifi: simplify code in iwlagn_key_sta_id
Johannes Berg
2012-03-06
1
-17
/
+4
*
iwlwifi: reduce sta_lock hold time in TX
Johannes Berg
2012-03-06
1
-4
/
+4
*
iwlwifi: remove an unused argument
Johannes Berg
2012-03-06
1
-5
/
+4
*
iwlwifi: move iwl_clear_driver_stations to user
Johannes Berg
2012-03-06
2
-35
/
+35
*
airo: fix test for FLAG_RADIO_DOWN
Dan Carpenter
2012-03-06
1
-1
/
+1
*
iwlwifi: always monitor for stuck queues
Johannes Berg
2012-03-06
1
-14
/
+4
*
p54pci: use new driver.pm interface for suspend/resume
Christian Lamparter
2012-03-06
1
-24
/
+24
*
p54: pass interface setup errors back to mac80211
Christian Lamparter
2012-03-06
1
-2
/
+3
*
rtlwifi: rtl8192ce: Fix loss of receive performance
Jingjun Wu
2012-03-06
1
-0
/
+4
*
ath5k: allow AP and mesh mode to operate simultaneously
Chun-Yeow Yeoh
2012-03-06
3
-2
/
+9
*
cfg80211/mac80211: report signal strength for mgmt frames
Johannes Berg
2012-03-06
7
-13
/
+39
*
brcm80211: smac: cleanup couple of debug output statements
Arend van Spriel
2012-03-05
1
-11
/
+9
*
brcm80211: smac: remove firmware requests from init_module syscall
Arend van Spriel
2012-03-05
1
-12
/
+19
*
brcm80211: fmac: remove firmware requests from init_module syscall
Arend van Spriel
2012-03-05
1
-4
/
+14
*
brcm80211: fmac: initialize host interface drivers regardless result
Arend van Spriel
2012-03-05
4
-18
/
+8
*
brcm80211: fmac: use counters in brcmf_bus structure
Arend van Spriel
2012-03-05
2
-15
/
+4
*
brcm80211: fmac: remove brcmf_usb_attrib structure
Arend van Spriel
2012-03-05
2
-22
/
+11
*
brcm80211: fmac: remove unnecessary NULL pointer check
Arend van Spriel
2012-03-05
1
-3
/
+0
*
rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu
Larry Finger
2012-03-05
1
-3
/
+8
*
rtlwifi: Remove extraneous value return
Larry Finger
2012-03-05
1
-3
/
+2
*
rtlwifi: Detect misread of end-point count
Larry Finger
2012-03-05
1
-3
/
+10
*
mac80211: combine QoS with other BSS changes
Johannes Berg
2012-03-05
4
-9
/
+17
*
mac80211: use common radiotap code for cooked monitors
Johannes Berg
2012-03-05
1
-30
/
+9
*
cfg80211: Add an attribute to set inactivity timeout in AP mode
Vasanthakumar Thiagarajan
2012-03-05
3
-2
/
+23
*
mac80211: fix the support of setting non-forwarding entity in Mesh
Chun-Yeow Yeoh
2012-03-05
2
-1
/
+11
*
mac80211: add an rx flag for ignoring a packet's signal strength
Felix Fietkau
2012-03-05
2
-3
/
+9
*
cfg80211: fix kernel-doc
Johannes Berg
2012-03-05
1
-6
/
+4
*
mac80211: use compare_ether_addr on MAC addresses instead of memcmp
Felix Fietkau
2012-03-05
10
-42
/
+53
*
mac80211: use 16 bit alignment for the if_ibss bssid field
Felix Fietkau
2012-03-05
1
-1
/
+1
*
mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()
Dan Carpenter
2012-03-05
2
-4
/
+3
*
p54spi: Release GPIO lines and IRQ on error in p54spi_probe
Max Filippov
2012-03-05
1
-4
/
+10
*
rndis_wlan: use u8 for key indexes
Jussi Kivilinna
2012-03-05
1
-9
/
+9
*
rndis_wlan: use RNDIS_WLAN_NUM_KEYS for all key index checks
Jussi Kivilinna
2012-03-05
1
-3
/
+5
[prev]
[next]