summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2024-01-04Merge tag 'wireless-next-2024-01-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-22/+854
2024-01-03wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg-14/+26
2024-01-03wifi: cfg80211: correct comment about MLD IDBenjamin Berg-2/+5
2024-01-03wifi: cfg80211: Update the default DSCP-to-UP mappingIlan Peer-0/+56
2024-01-03wifi: cfg80211: tests: add some scanning related testsBenjamin Berg-5/+766
2024-01-03wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis-1/+1
2024-01-02Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-26/+186
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+87
2023-12-21wifi: cfg80211: avoid double free if updating BSS failsBenjamin Berg-4/+3
2023-12-21wifi: cfg80211: ensure cfg80211_bss_update frees IEs on errorBenjamin Berg-14/+16
2023-12-21wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg-0/+4
2023-12-21wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya-0/+48
2023-12-21wifi: cfg80211: Schedule regulatory check on BSS STA channel changeAndrei Otcheretianski-1/+23
2023-12-21wifi: cfg80211: reg: Support P2P operation on DFS channelsAndrei Otcheretianski-7/+92
2023-12-18Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-100/+359
2023-12-14wifi: cfg80211: sort certificates in buildJohannes Berg-2/+2
2023-12-14wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg-1/+1
2023-12-12wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg-1/+3
2023-12-12wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg-0/+31
2023-12-12wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski-6/+6
2023-12-12wifi: cfg80211: Add support for setting TID to link mappingIlan Peer-0/+75
2023-12-12wifi: cfg80211: add BSS usage reportingJohannes Berg-28/+102
2023-12-12wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad-27/+67
2023-12-12wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan-1/+2
2023-12-12wifi: cfg80211: Add my certificateChen-Yu Tsai-0/+87
2023-12-06wifi: cfg80211: make RX assoc data constJohannes Berg-4/+4
2023-12-06wifi: nl80211: refactor nl80211_send_mlme_event() argumentsJohannes Berg-31/+67
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-21/+201
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg-0/+160
2023-11-24wifi: cfg80211: Extend support for scanning while MLO connectedIlan Peer-0/+1
2023-11-24wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg-2/+7
2023-11-24wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg-0/+2
2023-11-24wifi: cfg80211: fix CQM for non-range useJohannes Berg-19/+32
2023-10-26Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-21/+67
2023-10-26netlink: make range pointers in policies constJakub Kicinski-1/+1
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2023-10-23wifi: cfg80211: fix assoc response warning on failed linksJohannes Berg-1/+2
2023-10-23wifi: cfg80211: pass correct pointer to rdev_inform_bss()Ben Greear-1/+1
2023-10-23wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad-15/+23
2023-10-23wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo-4/+4
2023-10-23wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg-2/+2
2023-10-23wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer-0/+37
2023-10-23wifi: cfg80211: Include operating class 137 in 6GHz bandIlan Peer-0/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-10-11wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg-1/+1
2023-10-06Merge wireless into wireless-nextJohannes Berg-39/+95
2023-09-26wifi: cfg80211: add local_state_change to deauth traceJohannes Berg-2/+4
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg-1/+1
2023-09-25wifi: cfg80211: report per-link errors during associationBenjamin Berg-6/+44
2023-09-25wifi: cfg80211: reg: describe return values in kernel-docJohannes Berg-3/+13