summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: initialize wdev data earlierJohannes Berg2020-10-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-091-0/+3
|\
| * net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam2020-10-081-0/+3
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-031-0/+5
* | nl80211: fix non-split wiphy informationJohannes Berg2020-10-021-1/+4
* | nl80211: reduce non-split wiphy dump sizeJohannes Berg2020-10-021-13/+24
* | nl80211: extend support to config spatial reuse parameter setRajkumar Manoharan2020-09-281-0/+25
* | nl80211: fix OBSS PD min and max offset validationRajkumar Manoharan2020-09-281-10/+8
* | nl80211: include frequency offset in survey infoThomas Pedersen2020-09-281-0/+5
* | nl80211: support S1G capability overrides in assocThomas Pedersen2020-09-281-0/+20
* | nl80211/cfg80211: support 6 GHz scanningTova Mussai2020-09-281-4/+7
* | nl80211: Unsolicited broadcast probe response supportAloka Dixit2020-09-181-0/+46
* | nl80211: Add FILS discovery supportAloka Dixit2020-09-181-0/+49
* | nl80211: correctly validate S1G beacon headThomas Pedersen2020-09-181-4/+13
* | nl80211: advertise supported channel width in S1GThomas Pedersen2020-09-181-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-051-1/+1
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-1/+1
| |\
| | * nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg2020-08-201-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-10/+10
| |/
* | 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
* | 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-271-10/+10
* | 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-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