summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski2018-12-161-0/+1
* cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-12-161-0/+1
* cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann2018-11-201-0/+2
* nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-03-191-3/+6
* cfg80211: fix station info handling bugsJohannes Berg2018-03-031-2/+1
* cfg80211: check dev_set_name() return valueJohannes Berg2018-03-031-1/+6
* mac80211_hwsim: validate number of different channelsJohannes Berg2018-03-031-2/+0
* nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2018-03-031-4/+7
* nl80211: fix nl80211_send_iface() error pathsJohannes Berg2018-03-031-2/+4
* nl80211: don't expose wdev->ssid for most interfacesJohannes Berg2018-02-131-2/+24
* nl80211: Define policy for packet pattern attributesPeng Xu2018-01-011-2/+10
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-121-0/+3
* cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-10-121-0/+4
* cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-10-121-0/+1
* cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-10-121-2/+1
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-09-151-4/+10
* nl80211: fix dumpit error path RTNL deadlocksJohannes Berg2017-07-181-31/+21
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2017-03-163-0/+27
* cfg80211: limit scan results cache sizeJohannes Berg2017-02-232-0/+70
* nl80211: validate number of probe response CSA countersJohannes Berg2016-11-201-1/+1
* nl80211: check netlink protocol in socket release notificationDmitry Ivanov2016-06-151-1/+1
* cfg80211/wext: fix message orderingJohannes Berg2016-03-242-1/+4
* wext: fix message delay/orderingJohannes Berg2016-03-241-11/+40
* cfg80211: ignore netif running state when changing iftypeMichal Kazior2015-07-151-1/+1
* cfg80211: wext: clear sinfo struct before calling driverJohannes Berg2015-06-301-0/+2
* nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-03-301-0/+10
* nl80211: fix per-station group key get/del and memory leakJohannes Berg2015-02-041-5/+4
* cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2015-01-151-5/+2
* nl80211: check matches array length before acessing itLuciano Coelho2015-01-151-1/+1
* cfg80211: avoid mem leak on driver hint setArik Nemtsov2015-01-151-1/+4
* cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2015-01-151-3/+6
* nl80211: clear skb cb before passing to netlinkJohannes Berg2014-10-051-0/+6
* cfg80211: fix mic_failure tracingEliad Peller2014-07-181-1/+2
* nl80211: move set_qos_map command into split stateJohannes Berg2014-06-241-6/+5
* cfg80211: fix elapsed_jiffies calculationEliad Peller2014-06-231-1/+1
* Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels"Johannes Berg2014-06-231-15/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-294-19/+24
|\
| * regdb: Generalize the mW to dBm power conversionchaitanya.mgit@gmail.com2014-05-271-12/+2
| * cfg80211: send events when devices are added/removedJohannes Berg2014-05-263-7/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-2213-77/+252
|\|
| * cfg80211: allow RSSI compensationEmmanuel Grumbach2014-05-221-4/+8
| * cfg80211: don't set reg timeout for user-handled hintArik Nemtsov2014-05-211-1/+2
| * cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli2014-05-212-1/+19
| * cfg80211: export expected throughput through get_station()Antonio Quartulli2014-05-201-0/+4
| * cfg80211: constify wowlan/coalesce mask/pattern pointersJohannes Berg2014-05-191-17/+22
| * cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-193-3/+4
| * cfg80211: Support multiple CSA countersAndrei Otcheretianski2014-05-153-23/+66
| * cfg80211: Add API to update CSA counters in mgmt framesAndrei Otcheretianski2014-05-151-2/+22
| * cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required()Luciano Coelho2014-05-152-4/+3
| * cfg80211: fix start_radar_detection issueJanusz Dziedzic2014-05-141-1/+1