aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-23nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2014-12-12nl80211: check matches array length before acessing itLuciano Coelho1-1/+1
2014-11-28cfg80211: remove unneeded initialisations in nl80211_set_regJohannes Berg1-3/+3
2014-11-27nl80211: don't crash sending invalid chandefJohannes Berg1-1/+2
2014-11-26cfg80211: clean up beacon loss CQM eventJohannes Berg1-0/+23
2014-11-26cfg80211: refactor the various CQM event sending codeJohannes Berg1-123/+99
2014-11-25cfg80211: remove pointless channel lookup in survey codeJohannes Berg1-5/+1
2014-11-19nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACETomasz Bursztyka1-7/+41
2014-11-19nl80211: Replace interface socket owner attribute with more generic oneJukka Rissanen1-2/+2
2014-11-19cfg80211: protect fools returning NULL in add_virtual_intfRafał Miłecki1-1/+4
2014-11-19cfg80211: allow drivers to support random MAC addresses for scanJohannes Berg1-3/+83
2014-11-19cfg80211: add wowlan net-detect supportLuciano Coelho1-1/+110
2014-11-19cfg80211: refactor nl80211_start_sched_scan so it can be reusedLuciano Coelho1-58/+72
2014-11-19cfg80211: introduce TDLS channel switch commandsArik Nemtsov1-0/+108
2014-11-10cfg80211/mac80211: allow any interface to send channel switch notificationsLuciano Coelho1-6/+0
2014-11-10cfg80211: add channel switch started notificationLuciano Coelho1-3/+25
2014-11-04cfg80211: fix nl80211 cmd id in nl80211_send_mpath()Henning Rogge1-1/+1
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy1-0/+39
2014-10-31cfg80211: avoid using default in interface type switchJohannes Berg1-1/+5
2014-10-29cfg80211: fix set but not used warning in nl80211_channel_switch()Fabian Frederick1-4/+1
2014-10-27cfg80211: support configuring vif mac addr on createBen Greear1-1/+3
2014-10-22cfg80211: make WMM TSPEC support flag an nl80211 feature flagJohannes Berg1-8/+6
2014-10-20Merge branch 'mac80211' into mac80211-nextJohannes Berg1-1/+9
2014-10-20cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATIONJouni Malinen1-0/+21
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-3/+5
2014-10-09nl80211: sanity check the channel switch counter valueLuciano Coelho1-1/+9
2014-10-09cfg80211: add ops to query mesh proxy path tableHenning Rogge1-0/+99
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid 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-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn 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