summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: initialize rekey_dataSara Sharon2020-12-291-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: check vendor command doit pointer before useJulian Squires2020-08-211-3/+3
* nl80211: add missing attribute validation for channel switchJakub Kicinski2020-03-201-0/+1
* nl80211: add missing attribute validation for beacon report scanningJakub Kicinski2020-03-201-0/+2
* nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski2020-03-201-0/+2
* cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich2020-03-111-0/+1
* nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski2019-11-251-1/+1
* nl80211: fix validation of mesh path nexthopMarkus Theil2019-11-061-1/+2
* nl80211: fix null pointer dereferenceMiaoqing Pan2019-10-291-0/+3
* nl80211: validate beacon headJohannes Berg2019-10-171-0/+35
* cfg80211: initialize on-stack chandefsJohannes Berg2019-10-171-1/+3
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-05-311-0/+5
* cfg80211: size various nl80211 messages correctlyJohannes Berg2019-04-031-8/+8
* nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma2018-11-101-0/+1
* cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-10-101-0/+1
* nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg2018-09-191-0/+3
* nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-09-051-0/+1
* nl80211: relax ht operation checks for meshBob Copeland2018-08-241-16/+3
* nl80211: Fix enum type of variable in nl80211_put_sta_rate()Matthias Kaehlcke2018-04-081-1/+1
* nl80211: Check for the required netlink attribute presenceHao Chen2018-03-031-1/+2
* nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-02-131-3/+6
* nl80211: Define policy for packet pattern attributesPeng Xu2017-10-181-2/+10
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-051-0/+3
* cfg80211: Check if NAN service ID is of expected sizeSrinivas Dasari2017-07-211-1/+1
* cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-07-211-2/+1
* cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-07-211-0/+4
* cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-07-211-0/+1
* nl80211: fix dumpit error path RTNL deadlocksJohannes Berg2017-03-301-73/+60
* nl80211: Fix mesh HT operation checkMasashi Honma2017-02-141-0/+1
* nl80211: fix sched scan netlink socket owner destructionJohannes Berg2017-01-191-9/+7
* nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna2017-01-121-1/+15
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-041-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+1
| |\
| | * nl80211: validate number of probe response CSA countersJohannes Berg2016-09-131-1/+1
* | | cfg80211: Provide an API to report NAN function terminationAyala Beker2016-09-301-0/+60
* | | cfg80211: provide a function to report a match for NANAyala Beker2016-09-301-0/+80
* | | cfg80211: allow the user space to change current NAN configurationAyala Beker2016-09-301-0/+42
* | | cfg80211: add add_nan_func / del_nan_funcAyala Beker2016-09-301-0/+369
* | | cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-3/+88
* | | cfg80211: add checks for beacon rate, extend to meshJohannes Berg2016-09-261-11/+35
* | | cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha2016-09-261-222/+288
|/ /
* | nl80211: always check nla_put* return valuesJohannes Berg2016-09-151-5/+8
* | nl80211: always check nla_nest_start() return valueJohannes Berg2016-09-151-0/+11
* | cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-151-0/+14
* | cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-131-1/+0
* | nl80211: only allow WEP keys during connect commandJohannes Berg2016-09-131-5/+8
* | nl80211: fix connect keys range checkJohannes Berg2016-09-131-1/+1
* | cfg80211: disallow shared key authentication with key index 4Johannes Berg2016-09-131-1/+1