aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-02-24nl80211: fix memory leak in monitor flags parsingJohannes Berg1-4/+4
2015-02-24nl80211: use loop index as type for net detect frequency resultsSamuel Tan1-3/+1
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-10/+21
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2015-01-23nl80211: suppress smatch warningsJohannes Berg1-5/+5
2015-01-23nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2015-01-23nl80211: add an attribute to allow delaying the first scheduled scan cycleLuciano Coelho1-0/+5
2015-01-23nl80211: Allow set network namespace by fdVadim Kochan1-5/+11
2015-01-19Merge tag 'mac80211-next-for-davem-2015-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-16/+29
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-9/+18
2015-01-16cfg80211: fix checking nl80211_send_station() return valueJohannes Berg1-1/+1
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg1-12/+28
2015-01-15cfg80211: remove 80+80 MHz rate reportingJohannes Berg1-3/+0
2015-01-14nl80211: send netdetect configuration info in NL80211_CMD_GET_WOWLANLuciano Coelho1-0/+52
2015-01-08nl80211: support per-TID station statisticsJohannes Berg1-0/+41
2015-01-08cfg80211: add nl80211 beacon-only statisticsJohannes Berg1-0/+2
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-85/+48
2015-01-08cfg80211: allow including station info in delete eventJohannes Berg1-22/+16
2015-01-08cfg80211: add scan time to survey dataJohannes Berg1-0/+4
2015-01-08cfg80211: allow survey data to return global dataJohannes Berg1-13/+18
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-15/+15
2015-01-07Merge branch 'mac80211' into mac80211-nextJohannes Berg1-1/+1
2015-01-06nl80211: define multicast group names in headerJohannes Berg1-6/+6
2015-01-06cfg80211: add extensible feature flag attributeGautam Kumar Shukla1-0/+5
2014-12-18nl80211: Stop scheduled scan if netlink client disappearsJukka Rissanen1-0/+16
2014-12-18nl80211: Convert sched_scan_req pointer to RCU pointerJukka Rissanen1-8/+11
2014-12-17cfg80211: return private regdom for self-managed devicesArik Nemtsov1-0/+24
2014-12-17cfg80211: allow wiphy specific regdomain managementJonathan Doron1-18/+31
2014-12-17cfg80211: allow usermode to query wiphy specific regdomArik Nemtsov1-33/+140
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