summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-12-14wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg1-1/+1
2023-12-12wifi: cfg80211: Add my certificateChen-Yu Tsai1-0/+87
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg1-0/+160
2023-11-24wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg2-2/+7
2023-11-24wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg1-0/+2
2023-11-24wifi: cfg80211: fix CQM for non-range useJohannes Berg2-19/+32
2023-10-27Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski9-21/+67
2023-10-27netlink: make range pointers in policies constJakub Kicinski1-1/+1
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2023-10-23wifi: cfg80211: fix assoc response warning on failed linksJohannes Berg1-1/+2
2023-10-23wifi: cfg80211: pass correct pointer to rdev_inform_bss()Ben Greear1-1/+1
2023-10-23wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad5-15/+23
2023-10-23wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo4-4/+4
2023-10-23wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg1-2/+2
2023-10-23wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer1-0/+37
2023-10-23wifi: cfg80211: Include operating class 137 in 6GHz bandIlan Peer1-0/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-10-11wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg1-1/+1
2023-10-06Merge wireless into wireless-nextJohannes Berg5-39/+95
2023-09-26wifi: cfg80211: add local_state_change to deauth traceJohannes Berg1-2/+4
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-09-25wifi: cfg80211: report per-link errors during associationBenjamin Berg1-6/+44
2023-09-25wifi: cfg80211: reg: describe return values in kernel-docJohannes Berg1-3/+13
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg3-12/+11
2023-09-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer1-0/+4
2023-09-18wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong2-0/+26
2023-09-13wifi: cfg80211: export DFS CAC time and usable state helper functionsAditya Kumar Singh2-17/+2
2023-09-13wifi: cfg80211: call reg_call_notifier on beacon hintsAbhishek Kumar1-8/+12
2023-09-13wifi: cfg80211: allow reg update by driver even if wiphy->regd is setRaj Kumar Bhagat1-5/+4
2023-09-13wifi: nl80211: additions to NL80211_CMD_SET_BEACONAloka Dixit1-0/+15
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit3-44/+48
2023-09-13wifi: nl80211: fixes to FILS discovery updatesAloka Dixit1-1/+15
2023-09-13wifi: lib80211: remove unused variables iv32 and iv16Tom Rix1-6/+6
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg5-39/+10
2023-09-13wifi: wext: avoid extra calls to strlen() in ieee80211_bss()Dmitry Antipov1-22/+25
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg3-41/+73
2023-09-11wifi: cfg80211: reg: fix various kernel-doc issuesJohannes Berg1-8/+8
2023-09-11wifi: cfg80211: add ieee80211_fragment_element to public APIBenjamin Berg1-0/+29
2023-09-11wifi: cfg80211: add first kunit tests, for element defragJohannes Berg5-0/+182
2023-09-11wifi: cfg80211: fix off-by-one in element defragJohannes Berg1-2/+2
2023-09-11wifi: cfg80211: validate AP phy operation before starting itAditya Kumar Singh1-0/+19
2023-09-11wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong1-1/+2
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg3-11/+8
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg15-667/+201
2023-09-11wifi: cfg80211: check wiphy mutex is held for wdev mutexJohannes Berg1-1/+7
2023-09-11wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan()Johannes Berg1-3/+7
2023-09-11wifi: cfg80211: sme: hold wiphy lock for wdev iterationJohannes Berg1-0/+2
2023-09-11wifi: cfg80211: reg: hold wiphy mutex for wdev iterationJohannes Berg1-0/+3
2023-09-11wifi: cfg80211: add flush functions for wiphy workJohannes Berg3-5/+36
2023-09-11wifi: cfg80211: check RTNL when iterating devicesJohannes Berg6-17/+27