summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2020-04-21nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg1-4/+2
2020-04-17cfg80211: Do not warn on same channel at the end of CSAIlan Peer1-1/+5
2020-04-01nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg1-1/+1
2020-03-21cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg1-1/+1
2020-03-18nl80211: add missing attribute validation for channel switchJakub Kicinski1-0/+1
2020-03-18nl80211: add missing attribute validation for beacon report scanningJakub Kicinski1-0/+2
2020-03-18nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski1-0/+2
2020-03-05nl80211: fix potential leak in AP startJohannes Berg1-2/+2
2020-03-05cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich1-0/+1
2020-03-05cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich1-2/+6
2020-02-06wireless: wext: avoid gcc -O3 warningArnd Bergmann1-1/+2
2020-02-06cfg80211: Fix radar event during another phy CACOrr Mazor3-1/+37
2020-02-06wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat1-3/+10
2020-01-23cfg80211: check for set_wiphy_paramsJohannes Berg1-0/+4
2020-01-23cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau1-1/+1
2020-01-23cfg80211: fix memory leak in cfg80211_cqm_rssi_updateFelix Fietkau1-0/+1
2020-01-23cfg80211: fix memory leak in nl80211_probe_mesh_linkFelix Fietkau1-0/+2
2020-01-23cfg80211: fix deadlocks in autodisconnect workMarkus Theil1-3/+3
2020-01-12cfg80211: fix double-free after changing network namespaceStefan Bühler1-0/+1
2019-10-30nl80211: fix validation of mesh path nexthopMarkus Theil1-1/+1
2019-10-30nl80211: Disallow setting of HT for channel 14Masashi Honma2-1/+7
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2-8/+1
2019-10-07cfg80211: fix a bunch of RCU issues in multi-bssid codeSara Sharon1-10/+13
2019-10-07nl80211: fix memory leak in nl80211_get_ftm_responder_statsNavid Emamdoost1-1/+1
2019-10-04cfg80211: wext: avoid copying malformed SSIDsWill Deacon1-2/+6
2019-10-01nl80211: fix null pointer dereferenceMiaoqing Pan1-0/+3
2019-10-01cfg80211: initialize on-stack chandefsJohannes Berg3-3/+5
2019-10-01cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg1-1/+6
2019-10-01nl80211: validate beacon headJohannes Berg1-2/+35
2019-09-11Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller5-16/+24
2019-09-11cfg80211: Purge frame registrations on iftype changeDenis Kenzior1-0/+1
2019-09-11nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma1-1/+3
2019-09-11cfg80211: Do not compare with boolean in nl80211_common_reg_change_eventzhong jiang1-5/+3
2019-09-11cfg80211: always shut down on HW rfkillJohannes Berg3-9/+11
2019-09-11cfg80211: fix boundary value in ieee80211_frequency_to_channel()Arend van Spriel1-1/+1
2019-08-30cfg80211: add local BSS receive time to survey informationFelix Fietkau1-0/+4
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-10/+15
2019-08-22nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commandsMatthew Wang1-0/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar3-3/+235
2019-08-21cfg80211: Support assoc-at timer in sta-infoBen Greear1-0/+1
2019-08-21cfg80211: apply same mandatory rate flags for 5GHz and 6GHzArend van Spriel1-0/+1
2019-08-21cfg80211: ibss: use 11a mandatory rates for 6GHz band operationArend van Spriel1-5/+11
2019-08-21cfg80211: use same IR permissive rules for 6GHz bandArend van Spriel1-1/+2
2019-08-21cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entriesArend van Spriel2-1/+3
2019-08-21cfg80211: extend ieee80211_operating_class_to_band() for 6GHzArend van Spriel1-0/+3
2019-08-21cfg80211: util: add 6GHz channel to freq conversion and vice versaArend van Spriel1-1/+9
2019-08-21cfg80211: add 6GHz UNII band definitionsArend van Spriel1-2/+19
2019-08-21Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert1-1/+1
2019-08-21cfg80211: Fix Extended Key ID key install checksAlexander Wetzel1-9/+14
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-9/+28