summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-18nl80211: Fix enum type of variable in nl80211_put_sta_rate()Matthias Kaehlcke1-1/+1
2017-04-18mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke1-2/+2
2017-04-18cfg80211: Fix array-bounds warning in fragment copyMatthias Kaehlcke1-3/+3
2017-04-18mac80211: keep a separate list of monitor interfaces that are upJohannes Berg4-12/+22
2017-04-18nl80211: add request id in scheduled scan event messagesArend Van Spriel4-17/+16
2017-04-13mac80211_hwsim: use per-interface power levelJohannes Berg1-6/+3
2017-04-13mac80211: use common code for monitor options in add/changeJohannes Berg1-58/+64
2017-04-13cfg80211: refactor nl80211 monitor option parsingJohannes Berg1-56/+70
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg20-80/+73
2017-04-13mac80211: correct MU-MIMO monitor follow functionalityJohannes Berg1-20/+58
2017-04-13cfg80211: allow leaving MU-MIMO monitor configuration unchangedJohannes Berg3-12/+13
2017-04-13mac80211: drop frames too short for FCS earlierJohannes Berg1-21/+18
2017-04-13mac80211: Fix clang warning about constant operand in logical operationMatthias Kaehlcke1-2/+4
2017-03-31cfg80211: add intro to documentationJohannes Berg1-0/+3
2017-03-31cfg80211: add documentation for cfg80211_get_bss()Johannes Berg1-1/+11
2017-03-31cfg80211: Add support for FILS shared key authentication offloadVidyullatha Kanchanapally5-12/+259
2017-03-31cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally8-130/+205
2017-03-29mac80211-hwsim: remove dmesg spam about get-survey.Ben Greear1-2/+0
2017-03-29mac80211: mesh: drop new node with weak powerMasashi Honma1-2/+8
2017-03-17cfg80211: preserve wdev ID across netns changesJohannes Berg1-1/+9
2017-03-16nl80211: Use signed function for a signed variableMasashi Honma1-1/+1
2017-03-16mac80211: Use setup_timer instead of init_timer for mesh pathOndřej Lysoněk1-3/+2
2017-03-08mac80211: reject/clear user rate mask if not usableJohannes Berg4-1/+48
2017-03-07mac80211: remove ieee80211_tx_rate_control.max_rate_idxJohannes Berg2-12/+0
2017-03-07iwlwifi: dvm: remove usage of txrc->max_rate_idxJohannes Berg1-1/+1
2017-03-07iwlegacy: remove usage of txrc->max_rate_idxJohannes Berg2-2/+2
2017-03-07mac80211: ignore VHT membership selector when parsing ratesJohannes Berg1-5/+5
2017-03-06cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan6-7/+218
2017-03-06cfg80211: Disallow moving out of operating DFS channel in non-ETSIVasanthakumar Thiagarajan1-0/+52
2017-03-06cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan9-9/+196
2017-03-06mac80211_hwsim: report survey data for scanned channelsJohannes Berg1-13/+60
2017-03-06mac80211: Use setup_timer instead of init_timerOndřej Lysoněk2-12/+12
2017-03-06mac80211_hwsim: Add channel 169 (5845 MHz)Jouni Malinen1-0/+1
2017-03-06mac80211_hwsim: fix command documentation indentationJohannes Berg1-2/+2
2017-03-06mac80211_hwsim: Make sure NEW_RADIO contains final nameAndrew Zaborowski1-0/+3
2017-03-06mac80211: fix mesh fail_avg checkManoharan, Rajkumar1-2/+4
2017-03-06ieee80211: define HT operation CCFS2 fieldJohannes Berg1-0/+2
2017-03-06mac80211: encode rate type (legacy, HT, VHT) with fewer bitsJohannes Berg2-9/+15
2017-03-06cfg80211: refactor cfg80211_calculate_bitrate()Johannes Berg2-30/+33
2017-03-06mac80211: remove local pointer from rate_ctrl_refJohannes Berg2-6/+5
2017-03-06ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1Johannes Berg4-16/+16
2017-03-06mac80211: Print text for disassociation reasonArkadiusz Miskiewicz1-2/+3
2017-03-06ieee80211: add FT-PSK AKM suite selectorAvraham Stern1-0/+1
2017-03-06cfg80211: combine two nested ifs into a single conditionJohannes Berg2-11/+11
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski25-0/+52
2017-03-06mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski3-0/+58
2017-03-06cfg80211: Accept multiple RSSI thresholds for CQMAndrew Zaborowski7-14/+198
2017-03-06mac80211: use DECLARE_EWMA for mesh_fail_avgManoharan, Rajkumar3-7/+22
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds86-368/+895
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-30/+223