summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-12/+12
* 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-311-1/+6
* | 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: 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
* cfg80211: support bigger kek/kck key lengthNathan Errera2020-05-311-4/+19
* cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg2020-05-311-1/+8
* cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan2020-05-311-1/+17
* nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam2020-05-271-14/+42
* nl80211: add ability to report TX status for control port TXMarkus Theil2020-05-271-8/+33
* nl80211: support scan frequencies in KHzThomas Pedersen2020-05-271-12/+39
* nl80211: add KHz frequency offset for most wifi commandsThomas Pedersen2020-05-271-20/+58
* cfg80211: add KHz variants of frame RX APIThomas Pedersen2020-05-271-6/+6
* nl80211: simplify peer specific TID configurationSergey Matyukevich2020-05-271-4/+1
* cfg80211: add support for TID specific AMSDU configurationSergey Matyukevich2020-05-271-0/+8
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-6/+38
|\
| * cfg80211: Parse HE membership selectorIlan Peer2020-04-241-0/+2
| * nl80211: allow client-only BIGTK supportJohannes Berg2020-04-241-4/+15
| * cfg80211: support multicast RX registrationJohannes Berg2020-04-241-0/+10
| * cfg80211: Unprotected Beacon frame RX indicationJouni Malinen2020-04-241-2/+11
* | netlink: remove NLA_EXACT_LEN_WARNJohannes Berg2020-04-301-63/+18
* | nl80211: link recursive netlink nested policyJohannes Berg2020-04-301-6/+4
|/
* nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg2020-04-141-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-1/+1
|\
| * nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg2020-03-251-1/+1
* | nl80211: clarify code in nl80211_del_station()Johannes Berg2020-03-201-8/+14
* | cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entriesVeerendranath Jakkam2020-03-201-0/+11
* | cfg80211: Add support for userspace to reset stations in IBSS modeNicolas Cavallari2020-03-201-1/+6
* | nl80211: pass HE operation element to the driverShaul Triebitz2020-03-201-1/+4
* | nl80211/cfg80211: add support for non EDCA based ranging measurementAvraham Stern2020-03-201-0/+8
* | mac80211: handle no-preauth flag for control portMarkus Theil2020-03-201-0/+3
* | nl80211: add no pre-auth attribute and ext. feature flag for ctrl. portMarkus Theil2020-03-201-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+5
|\|
| * nl80211: add missing attribute validation for channel switchJakub Kicinski2020-03-111-0/+1
| * nl80211: add missing attribute validation for beacon report scanningJakub Kicinski2020-03-111-0/+2
| * nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski2020-03-111-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-2/+3
|\|
| * nl80211: explicitly include if_vlan.hJohannes Berg2020-02-241-0/+1
| * nl80211: fix potential leak in AP startJohannes Berg2020-02-211-2/+2
* | Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub...David S. Miller2020-02-241-30/+268
|\ \