| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211: track time using boottime | Arnd Bergmann | 2018-06-29 | 1 | -1/+1 |
* | nl80211: Add SOCKET_OWNER support to JOIN_MESH | Denis Kenzior | 2018-03-29 | 1 | -4/+0 |
* | nl80211: Add SOCKET_OWNER support to JOIN_IBSS | Denis Kenzior | 2018-03-29 | 1 | -4/+4 |
* | mac80211_hwsim: validate number of different channels | Johannes Berg | 2018-01-15 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | cfg80211/nl80211: add a port authorized event | Avraham Stern | 2017-10-02 | 1 | -0/+5 |
|/ |
|
* | cfg80211: add request id to cfg80211_sched_scan_*() api | Arend Van Spriel | 2017-04-28 | 1 | -2/+2 |
* | cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() | Avraham Stern | 2017-04-28 | 1 | -10/+2 |
* | nl80211: allow multiple active scheduled scan requests | Arend Van Spriel | 2017-04-26 | 1 | -2/+9 |
* | cfg80211: simplify netlink socket owner interface deletion | Johannes Berg | 2017-04-26 | 1 | -8/+0 |
* | cfg80211: move add/change interface monitor flags into params | Johannes Berg | 2017-04-13 | 1 | -1/+1 |
* | cfg80211: Use a structure to pass connect response params | Vidyullatha Kanchanapally | 2017-03-31 | 1 | -16/+4 |
* | cfg80211: Share Channel DFS state across wiphys of same DFS domain | Vasanthakumar Thiagarajan | 2017-03-06 | 1 | -0/+6 |
* | cfg80211: Make pre-CAC results valid only for ETSI domain | Vasanthakumar Thiagarajan | 2017-03-06 | 1 | -0/+10 |
* | cfg80211: Accept multiple RSSI thresholds for CQM | Andrew Zaborowski | 2017-03-06 | 1 | -0/+9 |
* | cfg80211: Specify the reason for connect timeout | Purushottam Kushwaha | 2017-01-13 | 1 | -1/+3 |
* | cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECT | Andrzej Zaborowski | 2017-01-09 | 1 | -0/+1 |
* | cfg80211: move function checking range fit to util.c | Rafał Miłecki | 2017-01-06 | 1 | -0/+3 |
* | Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc... | David S. Miller | 2016-12-09 | 1 | -0/+1 |
|\ |
|
| * | cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts | Johannes Berg | 2016-12-09 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | cfg80211: limit scan results cache size | Johannes Berg | 2016-11-18 | 1 | -0/+1 |
* | | cfg80211: Rename SAE_DATA to more generic AUTH_DATA | Jouni Malinen | 2016-10-27 | 1 | -1/+1 |
* | | cfg80211: support virtual interfaces with different beacon intervals | Purushottam Kushwaha | 2016-10-13 | 1 | -1/+1 |
|/ |
|
* | cfg80211: add start / stop NAN commands | Ayala Beker | 2016-09-30 | 1 | -0/+3 |
* | cfg80211: Add support for static WEP in the driver | David Spinadel | 2016-09-30 | 1 | -2/+2 |
* | cfg80211: reduce connect key caching struct size | Johannes Berg | 2016-09-13 | 1 | -3/+3 |
* | nl80211: support beacon report scanning | Avraham Stern | 2016-07-06 | 1 | -0/+12 |
* | cfg80211: Allow cfg80211_connect_result() errors to be distinguished | Jouni Malinen | 2016-05-31 | 1 | -2/+2 |
* | cfg80211: make wdev_list accessible to drivers | Johannes Berg | 2016-05-12 | 1 | -2/+1 |
* | cfg80211: remove erroneous comment | Johannes Berg | 2016-05-12 | 1 | -1/+1 |
* | cfg80211: Add option to report the bss entry in connect result | Kanchanapally, Vidyullatha | 2016-04-26 | 1 | -0/+1 |
* | cfg80211: Remove unused cfg80211_can_use_iftype_chan() | Michal Sojka | 2015-12-04 | 1 | -7/+0 |
* | nl80211: allow BSS data to include CLOCK_BOOTTIME timestamp | Dmitry Shmidt | 2015-10-13 | 1 | -0/+1 |
* | cfg80211: allow mgmt_frame_register callback to sleep | Johannes Berg | 2015-07-17 | 1 | -0/+5 |
* | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect | Johannes Berg | 2015-05-26 | 1 | -0/+1 |
* | nl80211: Stop scheduled scan if netlink client disappears | Jukka Rissanen | 2014-12-18 | 1 | -0/+2 |
* | nl80211: Convert sched_scan_req pointer to RCU pointer | Jukka Rissanen | 2014-12-18 | 1 | -1/+1 |
* | cfg80211: allow wiphy specific regdomain management | Jonathan Doron | 2014-12-17 | 1 | -0/+7 |
* | cfg80211: add wowlan net-detect support | Luciano Coelho | 2014-11-19 | 1 | -0/+1 |
* | cfg80211: 802.11p OCB mode handling | Rostislav Lisovy | 2014-11-04 | 1 | -0/+12 |
* | cfg80211: fix elapsed_jiffies calculation | Eliad Peller | 2014-06-23 | 1 | -1/+1 |
* | cfg80211: export interface stopping function | Michal Kazior | 2014-05-06 | 1 | -0/+7 |
* | cfg80211: change wiphy_to_dev function name | Zhao, Gang | 2014-04-25 | 1 | -1/+1 |
* | cfg80211: change registered device pointer name | Zhao, Gang | 2014-04-25 | 1 | -2/+2 |
* | cfg80211/mac80211: move more combination checks to mac80211 | Luciano Coelho | 2014-04-09 | 1 | -22/+0 |
* | cfg80211/mac80211: move interface counting for combination check to mac80211 | Luciano Coelho | 2014-04-09 | 1 | -10/+3 |
* | cfg80211: allow userspace to take ownership of interfaces | Johannes Berg | 2014-04-09 | 1 | -0/+11 |
* | cfg80211: remove macro ASSERT_RDEV_LOCK(rdev) | Zhao, Gang | 2014-03-19 | 1 | -1/+0 |