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
*
mac80211: minstrel_ht: switch to .tx_status_noskb
Felix Fietkau
2014-11-28
1
-4
/
+4
*
mac80211: minstrel: switch to .tx_status_noskb
Felix Fietkau
2014-11-28
1
-3
/
+2
*
mac80211: add tx_status_noskb to rate_control_ops
Felix Fietkau
2014-11-28
2
-1
/
+9
*
mac80211: minstrel_ht: move aggregation check to .get_rate()
Felix Fietkau
2014-11-28
1
-3
/
+4
*
cfg80211: remove unneeded initialisations in nl80211_set_reg
Johannes Berg
2014-11-28
1
-3
/
+3
*
cfg80211: leave invalid channels on regdomain change
Arik Nemtsov
2014-11-28
3
-1
/
+132
*
mac80211: add more missing checks for VHT tx rates
Felix Fietkau
2014-11-28
2
-2
/
+3
*
cfg80211: make WEXT compatibility unselectable
Johannes Berg
2014-11-28
1
-1
/
+1
*
mac80211: copy chandef from AP vif to VLANs
Felix Fietkau
2014-11-27
2
-4
/
+20
*
nl80211: don't crash sending invalid chandef
Johannes Berg
2014-11-27
1
-1
/
+2
*
cfg80211: clean up beacon loss CQM event
Johannes Berg
2014-11-26
7
-10
/
+62
*
cfg80211: refactor the various CQM event sending code
Johannes Berg
2014-11-26
2
-150
/
+126
*
mac80211: check if channels allow 80 MHz for VHT probe requests
Johannes Berg
2014-11-25
1
-1
/
+10
*
cfg80211: remove pointless channel lookup in survey code
Johannes Berg
2014-11-25
1
-5
/
+1
*
mac80211: disable 80+80/160 in VHT correctly
Johannes Berg
2014-11-24
1
-3
/
+7
*
Revert "mac80211_hwsim: VHT add 160MHz width support"
Johannes Berg
2014-11-24
1
-1
/
+0
*
mac80211_hwsim: Send alpha2 only if non-zero
Patrik Flykt
2014-11-21
1
-1
/
+3
*
mac80211: minstrel_ht: add a small optimization to minstrel_aggr_check
Felix Fietkau
2014-11-19
1
-3
/
+3
*
mac80211: notify drivers on sta rate table changes
Johannes Berg
2014-11-19
4
-0
/
+31
*
nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACE
Tomasz Bursztyka
2014-11-19
1
-7
/
+41
*
mac80211-hwsim: Add HWSIM_CMD_GET_RADIO command
Patrik Flykt
2014-11-19
2
-1
/
+125
*
mac80211-hwsim: Factor out netlink attribute appending
Patrik Flykt
2014-11-19
1
-30
/
+30
*
nl80211: Replace interface socket owner attribute with more generic one
Jukka Rissanen
2014-11-19
2
-5
/
+6
*
mac80211-hwsim: remove unnecessary hwname check
Johannes Berg
2014-11-19
1
-2
/
+1
*
mac80211-hwsim: hwname is always known so use the value from wiphy
Jukka Rissanen
2014-11-19
1
-9
/
+9
*
cfg80211: protect fools returning NULL in add_virtual_intf
Rafał Miłecki
2014-11-19
1
-1
/
+4
*
cfg80211: explicitly initialize some fields in custom reg path
Arik Nemtsov
2014-11-19
1
-0
/
+3
*
cfg80211: update missing fields in custom regulatory path
Arik Nemtsov
2014-11-19
1
-0
/
+10
*
mac80211: skip legacy rate mask handling for VHT rates
Felix Fietkau
2014-11-19
1
-1
/
+1
*
mac80211: don't allow 40MHz tx rates in case of 20MHz chandef
Eliad Peller
2014-11-19
1
-0
/
+2
*
mac80211_hwsim: support scanning with random MAC address
Johannes Berg
2014-11-19
1
-2
/
+16
*
mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR
Johannes Berg
2014-11-19
24
-72
/
+166
*
mac80211: rcu-ify scan and scheduled scan request pointers
Johannes Berg
2014-11-19
3
-34
/
+56
*
cfg80211: allow drivers to support random MAC addresses for scan
Johannes Berg
2014-11-19
3
-3
/
+137
*
mac80211: remove redundant check
Eliad Peller
2014-11-19
1
-1
/
+1
*
cfg80211: add wowlan net-detect support
Luciano Coelho
2014-11-19
4
-1
/
+175
*
cfg80211: refactor nl80211_start_sched_scan so it can be reused
Luciano Coelho
2014-11-19
1
-58
/
+72
*
mac80211: synchronously reserve TID per station
Liad Kaufman
2014-11-19
7
-0
/
+184
*
mac80211: add specific-queue flushing support
Liad Kaufman
2014-11-19
2
-5
/
+18
*
mac80211: add TDLS channel-switch Rx flow
Arik Nemtsov
2014-11-19
8
-2
/
+449
*
mac80211: introduce TDLS channel switch ops
Arik Nemtsov
2014-11-19
10
-5
/
+381
*
mac80211: add parsing of TDLS specific IEs
Arik Nemtsov
2014-11-19
3
-0
/
+33
*
cfg80211: introduce TDLS channel switch commands
Arik Nemtsov
2014-11-19
6
-0
/
+211
*
mac80211: prepare TDLS mgmt code for channel-switch templates
Arik Nemtsov
2014-11-19
1
-25
/
+57
*
mac80211: track AP and peer STA TDLS chan-switch support
Arik Nemtsov
2014-11-19
6
-2
/
+23
*
cfg/mac80211: define TDLS channel switch feature bit
Arik Nemtsov
2014-11-19
3
-3
/
+15
*
mac80211: add BSS coex IE to TDLS setup frames
Arik Nemtsov
2014-11-19
2
-0
/
+18
*
mac80211: add supported channels IE during TDLS setup
Arik Nemtsov
2014-11-19
1
-0
/
+71
*
mac80211: add function to create data frame template including key
Johannes Berg
2014-11-19
2
-0
/
+34
*
mac80211: factor out 802.11 header building code
Johannes Berg
2014-11-19
1
-52
/
+92
[next]