summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg2022-10-151-11/+20
* wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg2022-10-151-0/+9
* wifi: cfg80211: fix BSS refcounting bugsJohannes Berg2022-10-151-13/+14
* wifi: cfg80211: ensure length byte is present before accessJohannes Berg2022-10-151-2/+4
* wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2022-10-151-0/+2
* wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg2022-10-151-1/+1
* wifi: cfg80211: fix MCS divisor valueTamizh Chelvam Raja2022-10-121-1/+1
* wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-09-081-1/+2
* cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov2022-06-091-0/+4
* nl80211: don't hold RTNL in color change requestJohannes Berg2022-06-091-2/+1
* nl80211: show SSID for P2P_GO interfacesJohannes Berg2022-06-091-0/+1
* nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg2022-05-251-2/+7
* nl80211: validate S1G channel widthKieran Frewen2022-05-251-0/+9
* nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg2022-04-201-1/+2
* cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram2022-04-201-0/+2
* cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern2022-04-131-1/+8
* nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal2022-03-191-1/+2
* nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang2022-03-081-0/+12
* cfg80211: fix race in netlink owner interface destructionJohannes Berg2022-02-231-13/+4
* cfg80211: Acquire wiphy mutex on regulatory workIlan Peer2021-12-221-1/+6
* cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi2021-11-251-0/+1
* nl80211: fix radio statistics in survey dumpJohannes Berg2021-11-252-20/+20
* cfg80211: always free wiphy specific regdomainJohannes Berg2021-11-181-0/+10
* cfg80211: correct bridge/4addr mode checkJanusz Dziedzic2021-10-251-7/+7
* cfg80211: fix management registrations lockingJohannes Berg2021-10-253-13/+17
* cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()Johannes Berg2021-10-011-2/+5
* cfg80211: use wiphy DFS domain if it is self-managedSriram R2021-08-261-1/+8
* cfg80211: fix BSS color notify trace enum confusionJohannes Berg2021-08-181-1/+1
* nl80211: add support for BSS coloringJohn Crispin2021-08-173-0/+216
* mac80211: Use flex-array for radiotap header bitmapKees Cook2021-08-131-3/+2
* mac80211: radiotap: Use BIT() instead of shiftsKees Cook2021-08-131-2/+2
* net: Remove redundant if statementsYajun Deng2021-08-052-13/+6
* cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-07-231-4/+2
* nl80211: limit band information in non-split dataJohannes Berg2021-07-231-1/+4
* cfg80211: Support hidden AP discovery over 6GHz bandIlan Peer2021-06-231-3/+13
* cfg80211: allow advertising vendor-specific capabilitiesJohannes Berg2021-06-231-0/+5
* cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2021-06-232-4/+5
* cfg80211: add cfg80211_any_usable_channels()Johannes Berg2021-06-231-1/+32
* cfg80211: reg: improve bad regulatory warningJohannes Berg2021-06-231-1/+3
* nl80211: Fix typo pmsr->pmsrSosthène Guédon2021-06-231-2/+2
* cfg80211: trace more information in assoc trace eventJohannes Berg2021-06-232-3/+45
* nl80211/cfg80211: add BSS color to NDP ranging parametersAvraham Stern2021-06-231-0/+12
* wireless: add check of field VHT Extended NSS BW Capable for 160/80+80 MHz se...Wen Gong2021-06-231-3/+7
* cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach2021-06-234-28/+19
* cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih2021-06-231-5/+4
* cfg80211: clean up variable use in cfg80211_parse_colocated_ap()Dan Carpenter2021-06-231-3/+3
* cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg2021-06-231-8/+0
* net: wireless: wext_compat.c: Remove redundant assignment to psYang Li2021-06-231-1/+1
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-06-231-7/+7
* cfg80211: avoid double free of PMSR requestAvraham Stern2021-06-181-2/+14