summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-09-151-1/+2
* nl80211: show SSID for P2P_GO interfacesJohannes Berg2022-06-141-0/+1
* cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2022-06-062-3/+5
* nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal2022-03-231-1/+2
* nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang2022-03-081-0/+12
* cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi2021-11-261-0/+1
* cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-08-041-4/+2
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-07-201-7/+7
* cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng2021-06-301-0/+3
* cfg80211: make certificate generation more robustJohannes Berg2021-06-301-1/+1
* nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam2021-06-103-4/+44
* cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef2021-06-031-0/+3
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-06-031-2/+2
* cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg2021-05-221-0/+2
* cfg80211: remove WARN_ON() in cfg80211_sme_connectDu Cheng2021-04-141-1/+1
* wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg2021-02-031-2/+3
* cfg80211: initialize rekey_dataSara Sharon2020-12-301-1/+1
* cfg80211: regulatory: Fix inconsistent format argumentYe Bin2020-11-181-1/+1
* nl80211: fix non-split wiphy informationJohannes Berg2020-10-291-1/+4
* net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam2020-10-141-0/+3
* cfg80211: regulatory: reject invalid hintsJohannes Berg2020-09-091-0/+3
* cfg80211: check vendor command doit pointer before useJulian Squires2020-08-111-3/+3
* nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg2020-04-021-1/+1
* cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg2020-03-201-1/+1
* nl80211: add missing attribute validation for channel switchJakub Kicinski2020-03-181-0/+1
* nl80211: add missing attribute validation for beacon report scanningJakub Kicinski2020-03-181-0/+2
* nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski2020-03-181-0/+2
* cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich2020-03-051-0/+1
* cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich2020-03-051-2/+6
* wireless: wext: avoid gcc -O3 warningArnd Bergmann2020-02-051-1/+2
* cfg80211: Fix radar event during another phy CACOrr Mazor2020-02-053-1/+37
* wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat2020-02-051-3/+10
* cfg80211: regulatory: make initialization more robustJohannes Berg2020-01-271-0/+9
* cfg80211: check for set_wiphy_paramsJohannes Berg2020-01-231-0/+4
* cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau2020-01-231-1/+1
* cfg80211: fix memory leak in cfg80211_cqm_rssi_updateFelix Fietkau2020-01-231-0/+1
* cfg80211: fix deadlocks in autodisconnect workMarkus Theil2020-01-231-3/+3
* cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2020-01-171-0/+45
* cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-12-013-1/+5
* cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R2019-12-011-1/+5
* nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski2019-11-241-1/+1
* cfg80211: validate wmm rule when settingStanislaw Gruszka2019-11-201-29/+35
* cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla2019-11-201-0/+46
* wireless: Skip directory when generating certificatesMaxim Mikityanskiy2019-11-101-0/+1
* nl80211: fix validation of mesh path nexthopMarkus Theil2019-11-061-1/+2
* cfg80211: wext: avoid copying malformed SSIDsWill Deacon2019-10-291-2/+6
* nl80211: fix null pointer dereferenceMiaoqing Pan2019-10-291-0/+3
* nl80211: validate beacon headJohannes Berg2019-10-111-0/+38
* cfg80211: add and use strongly typed element iteration macrosJohannes Berg2019-10-111-8/+6
* cfg80211: initialize on-stack chandefsJohannes Berg2019-10-113-3/+5