summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
| * wifi: nl80211: fix puncturing bitmap policyJohannes Berg2023-03-101-1/+7
| * wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg2023-03-101-1/+1
* | wifi: nl80211: convert cfg80211_scan_request allocation to *_size macrosJacob Keller2023-03-071-12/+14
* | wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg2023-03-071-5/+10
* | wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern2023-03-071-0/+37
|/
* wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyLorenzo Bianconi2023-02-141-3/+3
* wifi: nl80211: Allow authentication frames and set keys on NAN interfaceVinay Gannevaram2023-02-141-1/+17
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-7/+13
* wifi: nl80211: validate and configure puncturing bitmapAloka Dixit2023-02-141-0/+32
* wifi: nl80211: return error message for malformed chandefJaewan Kim2023-02-141-1/+4
* wifi: nl80211: add MLO_LINK_ID to CMD_STOP_AP eventAlvin Šipraga2023-02-141-2/+4
* wifi: nl80211: emit CMD_START_AP on multicast group when an AP is startedAlvin Šipraga2023-02-141-0/+38
* wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam2023-02-141-0/+11
* wifi: cfg80211: Extend cfg80211_new_sta() for MLD APVeerendranath Jakkam2023-02-141-0/+16
* wifi: cfg80211: Authentication offload to user space for MLO connection in ST...Veerendranath Jakkam2023-02-141-1/+3
* wifi: cfg80211: Support 32 bytes KCK key in GTK rekey offloadShivani Baranwal2023-01-181-2/+4
* wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal2023-01-181-1/+1
* wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can2022-12-011-0/+3
* genetlink: introduce split op representationJakub Kicinski2022-11-071-2/+4
* Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg2022-10-101-1/+3
|\
| * wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl...Kees Cook2022-10-071-1/+3
* | cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad2022-10-071-1/+7
* | wifi: nl80211: use link ID in NL80211_CMD_SET_BSSJohannes Berg2022-10-071-1/+3
* | wifi: cfg80211: support reporting failed linksJohannes Berg2022-10-071-1/+4
|/
* Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-09-041-6/+5
|\
| * wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg2022-09-031-2/+4
| * wifi: nl80211: remove redundant err variableJinpeng Cui2022-09-031-4/+1
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-251-4/+14