summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)Author
2018-04-08nl80211: Fix enum type of variable in nl80211_put_sta_rate()Matthias Kaehlcke
2018-03-03nl80211: Check for the required netlink attribute presenceHao Chen
2018-02-13nl80211: Sanitize array index in parse_txq_paramsDan Williams
2017-10-18nl80211: Define policy for packet pattern attributesPeng Xu
2017-10-05nl80211: check for the required netlink attributes presenceVladis Dronov
2017-07-21cfg80211: Check if NAN service ID is of expected sizeSrinivas Dasari
2017-07-21cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari
2017-07-21cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari
2017-07-21cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari
2017-03-30nl80211: fix dumpit error path RTNL deadlocksJohannes Berg
2017-02-14nl80211: Fix mesh HT operation checkMasashi Honma
2017-01-19nl80211: fix sched scan netlink socket owner destructionJohannes Berg
2017-01-12nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2016-09-30cfg80211: Provide an API to report NAN function terminationAyala Beker
2016-09-30cfg80211: provide a function to report a match for NANAyala Beker
2016-09-30cfg80211: allow the user space to change current NAN configurationAyala Beker
2016-09-30cfg80211: add add_nan_func / del_nan_funcAyala Beker
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker
2016-09-26cfg80211: add checks for beacon rate, extend to meshJohannes Berg
2016-09-26cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-15nl80211: always check nla_put* return valuesJohannes Berg
2016-09-15nl80211: always check nla_nest_start() return valueJohannes Berg
2016-09-15cfg80211: allow connect keys only with default (TX) keyJohannes Berg
2016-09-13cfg80211: reduce connect key caching struct sizeJohannes Berg
2016-09-13nl80211: only allow WEP keys during connect commandJohannes Berg
2016-09-13nl80211: fix connect keys range checkJohannes Berg
2016-09-13cfg80211: disallow shared key authentication with key index 4Johannes Berg
2016-09-13nl80211: validate number of probe response CSA countersJohannes Berg
2016-09-12nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior
2016-08-11nl80211: explicitly check enum nl80211_mesh_power_modeJohannes Berg
2016-08-11cfg80211: identically validate beacon interval for AP/MESH/IBSSPurushottam Kushwaha
2016-08-11cfg80211: always notify userspace when wireless netdev is removedDenis Kenzior
2016-08-11cfg80211: always notify userspace of new wireless netdevsDenis Kenzior
2016-08-05nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE valueMasashi Honma
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-06cfg80211: Add mesh peer AID setting APIMasashi Honma
2016-07-06nl80211: support beacon report scanningAvraham Stern
2016-07-06nl80211: Add API to support VHT MU-MIMO air snifferAviya Erenfeld
2016-07-06nl80211: Move ACL parsing later to avoid a possible memory leakPurushottam Kushwaha
2016-06-30nl80211: improve nl80211_parse_mesh_config type checkingArnd Bergmann
2016-06-09nl80211: clarify nl80211_set_reg() success pathJohannes Berg
2016-06-09nl80211: Fix checkpatch warnings about blank linesKirtika Ruchandani
2016-06-09nl80211: Fix spellingKirtika Ruchandani
2016-05-31cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha
2016-05-31cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen
2016-05-31nl80211: Allow privileged operations from user namespacesMartin Willi
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg
2016-04-27nl80211: use nla_put_u64_64bit() for the remaining u64 attributesJohannes Berg