summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-13wifi: nl80211: reject cooked mode if it is set along with other flagsVitaliy Shevtsov1-0/+5
2024-11-08genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-6/+2
2024-10-17wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov1-1/+2
2024-08-19wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet1-1/+5
2024-08-19wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-05-17wifi: nl80211: don't free NULL coalescing ruleJohannes Berg1-0/+2
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg1-0/+2
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior1-0/+1
2023-10-25wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-03-11wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal1-1/+1
2022-06-09nl80211: show SSID for P2P_GO interfacesJohannes Berg1-0/+1
2022-05-25nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg1-2/+7
2022-05-25nl80211: validate S1G channel widthKieran Frewen1-0/+9
2022-04-20nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg1-1/+2
2022-03-19nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal1-1/+2
2022-03-08nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang1-0/+12
2021-07-19cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih1-5/+4
2021-04-14nl80211: fix potential leak of ACL paramsJohannes Berg1-2/+2
2021-04-14nl80211: fix beacon head validationJohannes Berg1-1/+5
2020-12-26nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam1-3/+4
2020-12-04cfg80211: initialize rekey_dataSara Sharon1-1/+1
2020-10-30cfg80211: initialize wdev data earlierJohannes Berg1-1/+2
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-0/+5
2020-10-02nl80211: fix non-split wiphy informationJohannes Berg1-1/+4
2020-10-02nl80211: reduce non-split wiphy dump sizeJohannes Berg1-13/+24
2020-09-28nl80211: extend support to config spatial reuse parameter setRajkumar Manoharan1-0/+25
2020-09-28nl80211: fix OBSS PD min and max offset validationRajkumar Manoharan1-10/+8
2020-09-28nl80211: include frequency offset in survey infoThomas Pedersen1-0/+5
2020-09-28nl80211: support S1G capability overrides in assocThomas Pedersen1-0/+20
2020-09-28nl80211/cfg80211: support 6 GHz scanningTova Mussai1-4/+7
2020-09-18nl80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+46
2020-09-18nl80211: Add FILS discovery supportAloka Dixit1-0/+49
2020-09-18nl80211: correctly validate S1G beacon headThomas Pedersen1-4/+13
2020-09-18nl80211: advertise supported channel width in S1GThomas Pedersen1-0/+15
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-27nl80211: support SAE authentication offload in AP modeChung-Hsien Hsu1-3/+6
2020-08-27nl80211: rename csa counter attributes countdown countersJohn Crispin1-8/+8
2020-08-27nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu1-8/+129
2020-08-27nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributesJohannes Berg1-22/+14
2020-08-27nl80211: clean up code/policy a bitJohannes Berg1-42/+18
2020-08-27net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin1-10/+10
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-10/+10
2020-08-20nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg1-1/+1
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg1-3/+3
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg1-4/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-12/+12
2020-08-03nl80211: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+1