summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-044-8/+20
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-034-8/+20
| |\
| | * cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal2020-08-271-3/+5
| | * cfg80211: regulatory: reject invalid hintsJohannes Berg2020-08-271-0/+3
| | * wireless: fix wrong 160/80+80 MHz settingShay Bar2020-08-271-4/+11
| | * nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg2020-08-201-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-20/+20
| |/
* | nl80211: support SAE authentication offload in AP modeChung-Hsien Hsu2020-08-271-3/+6
* | nl80211: rename csa counter attributes countdown countersJohn Crispin2020-08-271-8/+8
* | nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu2020-08-271-8/+129
* | cfg80211: add helper fn for adjacent rule channelsMarkus Theil2020-08-271-11/+158
* | cfg80211: add helper fn for single rule channelsMarkus Theil2020-08-271-47/+59
* | nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributesJohannes Berg2020-08-271-22/+14
* | nl80211: clean up code/policy a bitJohannes Berg2020-08-271-42/+18
* | net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-277-20/+20
* | net: wireless: wext_compat.c: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* | net: wireless: sme.c: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* | net: wireless: scan.c: delete or fix duplicated wordsRandy Dunlap2020-08-271-2/+2
* | net: wireless: reg.c: delete duplicated words + fix punctuationRandy Dunlap2020-08-271-2/+2
* | net: wireless: delete duplicated word + fix grammarRandy Dunlap2020-08-271-2/+2
* | netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg2020-08-181-3/+3
* | netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-181-4/+2
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-078-22/+22
* nl80211: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-031-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+3
|\
| * cfg80211: check vendor command doit pointer before useJulian Squires2020-07-301-3/+3
* | nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu2020-07-311-1/+3
* | cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg2020-07-311-5/+2
* | cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh2020-07-311-0/+3
* | cfg80211/mac80211: add connected to auth server to station infoMarkus Theil2020-07-311-0/+1
* | cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil2020-07-311-1/+7
* | cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing2020-07-313-2/+10
* | cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach2020-07-311-0/+10
* | nl80211: Simplify error handling path in 'nl80211_trigger_scan()'Christophe JAILLET2020-07-311-8/+11
* | nl80211: Remove a misleading label in 'nl80211_trigger_scan()'Christophe JAILLET2020-07-311-21/+10
* | cfg80211: allow vendor dumpit to terminate by returning 0Julian Squires2020-07-311-1/+1
* | nl80211: S1G band and channel definitionsThomas Pedersen2020-07-313-2/+46
* | net: wireless: kerneldoc fixesAndrew Lunn2020-07-132-2/+3
|/
* nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLORLuca Coelho2020-06-261-1/+1
* nl80211: don't return err unconditionally in nl80211_start_ap()Luca Coelho2020-06-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-134-9/+27
|\
| * net: fix wiki website url mac80211 and wireless filesFlavio Suligoi2020-06-081-1/+1
| * cfg80211: fix management registrations deadlockJohannes Berg2020-06-053-8/+26
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+1
|\
| * cfg80211: fix debugfs rename crashJohannes Berg2020-05-251-1/+1
* | cfg80211: support bigger kek/kck key lengthNathan Errera2020-05-311-4/+19
* | cfg80211: require HE capabilities for 6 GHz bandJohannes Berg2020-05-311-0/+10
* | cfg80211: reject HT/VHT capabilities on 6 GHz bandJohannes Berg2020-05-311-1/+6
* | cfg80211: treat 6 GHz channels as valid regardless of capabilityJohannes Berg2020-05-311-7/+15