summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg1-32/+61
2023-09-11wifi: cfg80211: validate AP phy operation before starting itAditya Kumar Singh1-0/+19
2023-08-22wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma1-0/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byKees Cook1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byKees Cook1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byKees Cook1-2/+1
2023-08-09wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo1-1/+4
2023-06-19wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam1-0/+70
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya1-2/+5
2023-06-14wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer1-1/+12
2023-06-14wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch1-0/+23
2023-06-07wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg1-1/+2
2023-06-07wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg1-0/+3
2023-06-06wifi: cfg80211: reject bad AP MLD addressJohannes Berg1-0/+2
2023-03-31Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-9/+84
2023-03-30wifi: nl80211: support advertising S1G capabilitiesKieran Frewen1-0/+10
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim1-2/+2
2023-03-24cfg80211: support RNR for EMA APAloka Dixit1-7/+72
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+15
2023-03-10wifi: cfg80211: fix MLO connection ownershipJohannes Berg1-9/+7
2023-03-10wifi: nl80211: fix puncturing bitmap policyJohannes Berg1-1/+7
2023-03-10wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg1-1/+1
2023-03-07wifi: nl80211: convert cfg80211_scan_request allocation to *_size macrosJacob Keller1-12/+14
2023-03-07wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg1-5/+10
2023-03-07wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern1-0/+37
2023-02-14wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyLorenzo Bianconi1-3/+3
2023-02-14wifi: nl80211: Allow authentication frames and set keys on NAN interfaceVinay Gannevaram1-1/+17
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit1-7/+13
2023-02-14wifi: nl80211: validate and configure puncturing bitmapAloka Dixit1-0/+32
2023-02-14wifi: nl80211: return error message for malformed chandefJaewan Kim1-1/+4
2023-02-14wifi: nl80211: add MLO_LINK_ID to CMD_STOP_AP eventAlvin Šipraga1-2/+4
2023-02-14wifi: nl80211: emit CMD_START_AP on multicast group when an AP is startedAlvin Šipraga1-0/+38
2023-02-14wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam1-0/+11
2023-02-14wifi: cfg80211: Extend cfg80211_new_sta() for MLD APVeerendranath Jakkam1-0/+16
2023-02-14wifi: cfg80211: Authentication offload to user space for MLO connection in ST...Veerendranath Jakkam1-1/+3
2023-01-18wifi: cfg80211: Support 32 bytes KCK key in GTK rekey offloadShivani Baranwal1-2/+4
2023-01-18wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal1-1/+1
2022-12-01wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can1-0/+3
2022-11-07genetlink: introduce split op representationJakub Kicinski1-2/+4
2022-10-10Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1-1/+3
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad1-1/+7
2022-10-07wifi: nl80211: use link ID in NL80211_CMD_SET_BSSJohannes Berg1-1/+3
2022-10-07wifi: cfg80211: support reporting failed linksJohannes Berg1-1/+4
2022-10-07wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl...Kees Cook1-1/+3
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-6/+5
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg1-2/+4
2022-09-03wifi: nl80211: remove redundant err variableJinpeng Cui1-4/+1
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-25wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam1-4/+14