summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli1-0/+1
2018-09-05nl80211: Add a missing break in parse_station_flagsBernd Edlinger1-0/+1
2017-10-05nl80211: check for the required netlink attributes presenceVladis Dronov1-0/+3
2017-07-21cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari1-2/+1
2017-07-21cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari1-0/+4
2017-07-21cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari1-0/+1
2016-10-06nl80211: validate number of probe response CSA countersJohannes Berg1-1/+1
2016-05-09nl80211: check netlink protocol in socket release notificationDmitry Ivanov1-1/+1
2015-04-17nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg1-0/+10
2015-02-06nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2015-01-27nl80211: check matches array length before acessing itLuciano Coelho1-1/+1
2014-10-09nl80211: sanity check the channel switch counter valueLuciano Coelho1-1/+9
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-22/+211
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2014-09-11cfg80211: allow requesting SMPS mode on ap startEliad Peller1-0/+24
2014-09-11cfg80211/mac80211: add wmm info to assoc eventEliad Peller1-7/+21
2014-09-11cfg80211: add WMM traffic stream APIJohannes Berg1-0/+109
2014-09-11cfg80211: clear nl80211 messages carrying keys after processingJohannes Berg1-4/+21
2014-09-11cfg80211: don't put kek/kck/replay counter on the stackJohannes Berg1-7/+3
2014-09-11cfg80211: clear connect keys when freeing themJohannes Berg1-4/+4
2014-09-05cfg80211: enable dynack through nl80211Lorenzo Bianconi1-0/+11
2014-09-05nl80211: Add flag attribute for RRM connectionsAssaf Krauss1-0/+17
2014-09-05cfg80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-09-03nl80211: clear skb cb before passing to netlinkJohannes Berg1-0/+6
2014-08-26cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg1-4/+12
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-07-21cfg80211: fix TDLS setup with VHT peersArik Nemtsov1-1/+2
2014-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+5
2014-06-25cfg80211: remove channel_switch combination checkMichal Kazior1-11/+0
2014-06-24nl80211: move set_qos_map command into split stateJohannes Berg1-6/+5
2014-06-23cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov1-0/+4
2014-05-26cfg80211: send events when devices are added/removedJohannes Berg1-5/+16
2014-05-20cfg80211: export expected throughput through get_station()Antonio Quartulli1-0/+4
2014-05-19cfg80211: constify wowlan/coalesce mask/pattern pointersJohannes Berg1-17/+22
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski1-14/+51
2014-05-15cfg80211: Add API to update CSA counters in mgmt framesAndrei Otcheretianski1-2/+22
2014-05-15cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required()Luciano Coelho1-1/+1
2014-05-13cfg80211: allow restricting supported dfs regionsFelix Fietkau1-2/+4
2014-04-28cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen1-12/+28
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy1-0/+13
2014-04-25cfg80211: change return value of notifier functionZhao, Gang1-1/+1
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-32/+32
2014-04-25cfg80211: change registered device pointer nameZhao, Gang1-129/+129
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho1-3/+2
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-25/+4
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-20/+17
2014-04-09cfg80211: Add an option to hint indoor operationIlan Peer1-11/+7
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-4/+7
2014-04-09cfg80211: Add indoor only and GO concurrent channel attributesDavid Spinadel1-0/+6
2014-04-09cfg80211: allow userspace to take ownership of interfacesJohannes Berg1-1/+27