summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya2023-12-211-0/+6
* wifi: cfg80211: Schedule regulatory check on BSS STA channel changeAndrei Otcheretianski2023-12-211-0/+15
* wifi: cfg80211: reg: Support P2P operation on DFS channelsAndrei Otcheretianski2023-12-211-0/+3
* Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-12-181-71/+218
|\
| * wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-121-2/+2
| * wifi: cfg80211: Add support for setting TID to link mappingIlan Peer2023-12-121-0/+37
| * wifi: cfg80211: add BSS usage reportingJohannes Berg2023-12-121-10/+44
| * wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad2023-12-121-27/+67
| * wifi: cfg80211: make RX assoc data constJohannes Berg2023-12-061-1/+1
| * wifi: nl80211: refactor nl80211_send_mlme_event() argumentsJohannes Berg2023-12-061-31/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-301-19/+36
|\ \ | |/ |/|
| * wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg2023-11-241-0/+5
| * wifi: cfg80211: fix CQM for non-range useJohannes Berg2023-11-241-19/+31
* | wifi: cfg80211: Extend support for scanning while MLO connectedIlan Peer2023-11-241-0/+1
|/
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-261-3/+3
|\
| * wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad2023-10-231-2/+2
| * wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo2023-10-231-1/+1
* | netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
|/
* Merge wireless into wireless-nextJohannes Berg2023-10-061-29/+77
|\
| * wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg2023-09-261-1/+1
| * wifi: cfg80211: fix cqm_config access raceJohannes Berg2023-09-111-32/+61
| * wifi: cfg80211: validate AP phy operation before starting itAditya Kumar Singh2023-09-111-0/+19
* | wifi: cfg80211: report per-link errors during associationBenjamin Berg2023-09-251-6/+44
* | wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-10/+9
* | wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong2023-09-181-0/+9
* | wifi: nl80211: additions to NL80211_CMD_SET_BEACONAloka Dixit2023-09-131-0/+15
* | wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-5/+11
* | wifi: nl80211: fixes to FILS discovery updatesAloka Dixit2023-09-131-1/+15
* | wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-1/+0
* | wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-3/+3
* | wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-301/+97
* | wifi: cfg80211: check RTNL when iterating devicesJohannes Berg2023-09-111-3/+3
|/
* wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma2023-08-221-0/+1
* wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byKees Cook2023-08-221-2/+1
* wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo2023-08-091-1/+4
* wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam2023-06-191-0/+70
* wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya2023-06-191-2/+5
* wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer2023-06-141-1/+12
* wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch2023-06-141-0/+23
* wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg2023-06-071-1/+2
* wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg2023-06-071-0/+3
* wifi: cfg80211: reject bad AP MLD addressJohannes Berg2023-06-061-0/+2
* Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-301-9/+84
|\
| * wifi: nl80211: support advertising S1G capabilitiesKieran Frewen2023-03-301-0/+10
| * wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim2023-03-241-2/+2
| * cfg80211: support RNR for EMA APAloka Dixit2023-03-241-7/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-11/+15
|\ \ | |/ |/|
| * wifi: cfg80211: fix MLO connection ownershipJohannes Berg2023-03-101-9/+7