summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-03-061-0/+2
* wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior2024-03-011-0/+1
* wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis2024-02-231-1/+1
* wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg2024-02-231-0/+4
* wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg2024-01-081-1/+1
* wifi: cfg80211: Add my certificateChen-Yu Tsai2024-01-081-0/+87
* wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg2023-10-251-1/+1
* wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva2023-08-111-0/+6
* wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-131-2/+0
* wifi: cfg80211: Fix use after free for wextAlexander Wetzel2023-03-111-5/+26
* wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin2023-01-181-1/+3
* wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-11-251-3/+9
* 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