summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg2024-01-201-0/+2
* wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)Léo Lam2024-01-011-6/+12
* wifi: cfg80211: fix CQM for non-range useJohannes Berg2024-01-012-19/+32
* wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg2024-01-011-1/+1
* wifi: cfg80211: Add my certificateChen-Yu Tsai2024-01-011-0/+87
* Revert "wifi: cfg80211: fix CQM for non-range use"Greg Kroah-Hartman2023-12-112-32/+19
* wifi: cfg80211: fix CQM for non-range useJohannes Berg2023-12-082-19/+32
* wifi: cfg80211: add flush functions for wiphy workJohannes Berg2023-11-203-5/+36
* wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg2023-10-251-1/+1
* wifi: cfg80211: Fix 6GHz scan configurationIlan Peer2023-10-251-0/+4
* wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg2023-10-251-1/+1
* wifi: cfg80211: fix cqm_config access raceJohannes Berg2023-10-103-41/+73
* wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg2023-10-103-1/+136
* wifi: cfg80211: move wowlan disable under locksJohannes Berg2023-10-101-4/+4
* wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2023-10-102-5/+5
* wifi: cfg80211: ocb: don't leave if not joinedJohannes Berg2023-09-231-0/+3
* wifi: cfg80211: reject auth/assoc to AP with our addressJohannes Berg2023-09-231-0/+13
* wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma2023-09-131-0/+1
* wifi: cfg80211: remove links only on APJohannes Berg2023-09-131-1/+8
* wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo2023-08-161-1/+4
* wifi: cfg80211: Fix return value in scan logicIlan Peer2023-08-111-1/+1
* wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva2023-07-271-0/+6
* wifi: cfg80211: fix regulatory disconnect for non-MLOJohannes Berg2023-07-191-1/+1
* wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg2023-07-192-20/+10
* wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg2023-07-191-143/+11
* wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg2023-07-191-89/+124
* wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg2023-06-211-3/+3
* wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter2023-06-211-3/+0
* wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg2023-06-211-2/+2
* wifi: cfg80211: fix locking in sched scan stop workJohannes Berg2023-06-141-2/+2
* wifi: cfg80211: reject bad AP MLD addressJohannes Berg2023-06-141-0/+2
* wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer2023-05-241-1/+5
* wifi: cfg80211: fix MLO connection ownershipJohannes Berg2023-03-221-9/+7
* wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg2023-03-221-1/+1
* wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-131-2/+0
* wifi: cfg80211: Set SSID if it is not already setMarc Bornand2023-03-101-0/+17
* wifi: cfg80211: Fix use after free for wextAlexander Wetzel2023-03-101-5/+26
* wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal2023-03-101-1/+1
* wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin2022-12-311-1/+3
* wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can2022-12-311-0/+3
* wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-11-251-1/+6
* wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-11-251-1/+2
* wifi: cfg80211: Fix bitrates overflow issuePaul Zhang2022-10-211-2/+4
* wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-10-211-3/+9
* wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-10-211-1/+3
* Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-131-27/+50
|\
| * wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg2022-10-101-11/+20
| * wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg2022-10-101-0/+9
| * wifi: cfg80211: fix BSS refcounting bugsJohannes Berg2022-10-101-13/+14
| * wifi: cfg80211: ensure length byte is present before accessJohannes Berg2022-10-101-2/+4