summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)Author
2024-12-19wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-10wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi
2024-10-04wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov
2024-08-19wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet
2024-08-14wifi: nl80211: don't give key data to userspaceJohannes Berg
2024-08-14wifi: nl80211: disallow setting special AP channel widthsJohannes Berg
2024-06-12wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook
2024-05-17wifi: nl80211: don't free NULL coalescing ruleJohannes Berg
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior
2024-01-05wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)Léo Lam
2024-01-05wifi: cfg80211: fix CQM for non-range useJohannes Berg
2023-12-11Revert "wifi: cfg80211: fix CQM for non-range use"Greg Kroah-Hartman
2023-12-08wifi: cfg80211: fix CQM for non-range useJohannes Berg
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg
2023-09-11wifi: cfg80211: validate AP phy operation before starting itAditya Kumar Singh
2023-08-22wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma
2023-08-22wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byKees Cook
2023-08-22wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byKees Cook
2023-08-22wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byKees Cook
2023-08-09wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo
2023-06-19wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya
2023-06-14wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer
2023-06-14wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch
2023-06-07wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg
2023-06-07wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg
2023-06-06wifi: cfg80211: reject bad AP MLD addressJohannes Berg
2023-03-30Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-03-30wifi: nl80211: support advertising S1G capabilitiesKieran Frewen
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim
2023-03-24cfg80211: support RNR for EMA APAloka Dixit
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-10wifi: cfg80211: fix MLO connection ownershipJohannes Berg
2023-03-10wifi: nl80211: fix puncturing bitmap policyJohannes Berg
2023-03-10wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg
2023-03-07wifi: nl80211: convert cfg80211_scan_request allocation to *_size macrosJacob Keller
2023-03-07wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg
2023-03-07wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern
2023-02-14wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyLorenzo Bianconi
2023-02-14wifi: nl80211: Allow authentication frames and set keys on NAN interfaceVinay Gannevaram
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit
2023-02-14wifi: nl80211: validate and configure puncturing bitmapAloka Dixit
2023-02-14wifi: nl80211: return error message for malformed chandefJaewan Kim
2023-02-14wifi: nl80211: add MLO_LINK_ID to CMD_STOP_AP eventAlvin Šipraga
2023-02-14wifi: nl80211: emit CMD_START_AP on multicast group when an AP is startedAlvin Šipraga
2023-02-14wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam
2023-02-14wifi: cfg80211: Extend cfg80211_new_sta() for MLD APVeerendranath Jakkam