aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+20
2018-06-15cfg80211: Add support for HELuca Coelho1-1/+20
2018-06-15cfg80211: fix rcu in cfg80211_unregister_wdevDedy Lansky1-0/+1
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally1-0/+4
2018-04-19cfg80211: limit wiphy names to 128 bytesJohannes Berg1-0/+3
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg1-1/+7
2017-10-11cfg80211: support loading regulatory database as firmware fileJohannes Berg1-1/+1
2017-06-13cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern1-0/+5
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-1/+1
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-12/+17
2017-04-26cfg80211: simplify netlink socket owner interface deletionJohannes Berg1-22/+4
2017-03-17cfg80211: preserve wdev ID across netns changesJohannes Berg1-1/+9
2017-03-06cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan1-0/+37
2017-03-06cfg80211: combine two nested ifs into a single conditionJohannes Berg1-6/+6
2017-03-06cfg80211: Accept multiple RSSI thresholds for CQMAndrew Zaborowski1-0/+9
2017-02-09cfg80211: fix NAN bands definitionLuca Coelho1-1/+2
2017-01-09cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECTAndrzej Zaborowski1-0/+3
2016-10-27cfg80211: disallow beacon_int_min_gcd with IBSSJohannes Berg1-0/+15
2016-10-27cfg80211: add generic helper to check interface is runningArend Van Spriel1-4/+4
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg1-0/+10
2016-09-30cfg80211: add add_nan_func / del_nan_funcAyala Beker1-1/+2
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+34
2016-09-12cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-11cfg80211: always notify userspace when wireless netdev is removedDenis Kenzior1-0/+4
2016-08-11cfg80211: always notify userspace of new wireless netdevsDenis Kenzior1-0/+2
2016-07-06nl80211: support beacon report scanningAvraham Stern1-2/+2
2016-06-10Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+30
2016-06-09cfg80211: remove get/set antenna and tx power warningsJohannes Berg1-2/+0
2016-05-31cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha1-0/+30
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg1-7/+10
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2016-04-05nl80211: add feature for BSS selection supportArend van Spriel1-0/+7
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-02-24cfg80211: add more warnings for inconsistent opsOla Olsson1-0/+10
2016-01-29cfg80211/wext: fix message orderingJohannes Berg1-0/+2
2015-10-15cfg80211: fix gHz to GHzJohannes Berg1-1/+1
2015-10-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern1-0/+3
2015-09-29net/wireless: enable wiphy device to suspend/resume asynchronouslyFu, Zhonghui1-0/+1
2015-07-17cfg80211: allow mgmt_frame_register callback to sleepJohannes Berg1-0/+5
2015-02-24cfg80211: calls nl80211_exit on errorJunjie Mao1-0/+1
2015-01-19Revert "wireless: Support of IFLA_INFO_KIND rtnl attribute"Johannes Berg1-6/+0
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-3/+7
2014-12-17cfg80211: allow wiphy specific regdomain managementJonathan Doron1-0/+8
2014-12-12wireless: Support of IFLA_INFO_KIND rtnl attributeVadim Kochan1-0/+6
2014-11-28cfg80211: leave invalid channels on regdomain changeArik Nemtsov1-0/+14
2014-11-19cfg80211: introduce TDLS channel switch commandsArik Nemtsov1-0/+4
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy1-0/+3
2014-10-31cfg80211: avoid using default in interface type switchJohannes Berg1-1/+13
2014-10-27cfg80211: support creating wiphy with suggested nameBen Greear1-11/+49