Age | Commit message (Expand) | Author | Files | Lines |
2017-12-11 | cfg80211: cleanup signal strength units notation | Sergey Matyukevich | 1 | -3/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-03-31 | cfg80211: Use a structure to pass connect response params | Vidyullatha Kanchanapally | 1 | -8/+12 |
2017-03-06 | cfg80211: Share Channel DFS state across wiphys of same DFS domain | Vasanthakumar Thiagarajan | 1 | -0/+10 |
2017-03-06 | cfg80211: Make pre-CAC results valid only for ETSI domain | Vasanthakumar Thiagarajan | 1 | -9/+31 |
2017-01-13 | cfg80211: Specify the reason for connect timeout | Purushottam Kushwaha | 1 | -1/+2 |
2017-01-13 | cfg80211: Add support for randomizing TA of Public Action frames | vamsi krishna | 1 | -2/+19 |
2017-01-09 | cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECT | Andrzej Zaborowski | 1 | -0/+5 |
2016-12-09 | cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts | Johannes Berg | 1 | -0/+12 |
2016-10-27 | cfg80211: Rename SAE_DATA to more generic AUTH_DATA | Jouni Malinen | 1 | -3/+3 |
2016-09-30 | cfg80211: add start / stop NAN commands | Ayala Beker | 1 | -0/+1 |
2016-09-13 | cfg80211: disallow shared key authentication with key index 4 | Johannes Berg | 1 | -1/+1 |
2016-04-12 | cfg80211: remove enum ieee80211_band | Johannes Berg | 1 | -1/+1 |
2016-01-14 | cfg80211/mac80211: use to_delayed_work | Geliang Tang | 1 | -2/+1 |
2015-07-17 | cfg80211: allow mgmt_frame_register callback to sleep | Johannes Berg | 1 | -15/+60 |
2015-03-03 | cfg80211: add bss_type and privacy arguments in cfg80211_get_bss() | Dedy Lansky | 1 | -2/+4 |
2014-09-11 | cfg80211/mac80211: add wmm info to assoc event | Eliad Peller | 1 | -2/+2 |
2014-08-26 | cfg80211: remove @gfp parameter from cfg80211_rx_mgmt() | Vladimir Kondratiev | 1 | -2/+2 |
2014-04-25 | cfg80211: change wiphy_to_dev function name | Zhao, Gang | 1 | -12/+12 |
2014-04-09 | cfg80211/mac80211: move interface counting for combination check to mac80211 | Luciano Coelho | 1 | -13/+1 |
2014-02-25 | cfg80211: DFS get CAC time from regulatory database | Janusz Dziedzic | 1 | -1/+1 |
2014-02-05 | cfg80211: consider existing DFS interfaces | Michal Kazior | 1 | -1/+1 |
2013-12-02 | cfg80211: aggregate mgmt_tx parameters into a struct | Andrei Otcheretianski | 1 | -8/+4 |
2013-11-25 | cfg80211/mac80211: DFS setup chandef for cac event | Janusz Dziedzic | 1 | -5/+3 |
2013-10-21 | cfg80211: update dfs_state_entered upon dfs_state change | Michal Kazior | 1 | -0/+2 |
2013-10-21 | cfg80211: fix DFS channel recovery timeout | Michal Kazior | 1 | -2/+2 |
2013-08-23 | cfg80211: add flags to cfg80211_rx_mgmt() | Vladimir Kondratiev | 1 | -2/+2 |
2013-06-19 | cfg80211: hold BSS over association process | Johannes Berg | 1 | -0/+4 |
2013-06-19 | cfg80211: require passing BSS struct back to cfg80211_assoc_timeout | Johannes Berg | 1 | -3/+5 |
2013-06-04 | cfg80211: separate internal SME implementation | Johannes Berg | 1 | -131/+60 |
2013-06-04 | cfg80211/mac80211: clean up cfg80211 SME APIs | Johannes Berg | 1 | -32/+54 |
2013-05-25 | cfg80211: remove some locked wrappers from mlme API | Johannes Berg | 1 | -97/+23 |
2013-05-25 | cfg80211/mac80211: use cfg80211 wdev mutex in mac80211 | Johannes Berg | 1 | -40/+8 |
2013-05-25 | cfg80211: vastly simplify locking | Johannes Berg | 1 | -6/+6 |
2013-05-17 | cfg80211: use C99 initialisers to simplify code a bit | Johannes Berg | 1 | -24/+20 |
2013-04-22 | cfg80211: introduce critical protocol indication from user-space | Arend van Spriel | 1 | -0/+5 |
2013-03-06 | cfg80211: refactor association parameters | Johannes Berg | 1 | -48/+16 |
2013-03-06 | cfg80211: add ability to override VHT capabilities | Johannes Berg | 1 | -3/+32 |
2013-03-06 | cfg80211: move exported event functions into nl80211 | Johannes Berg | 1 | -159/+0 |
2013-02-15 | nl80211/cfg80211: add radar detection command/event | Simon Wunderlich | 1 | -0/+120 |
2013-02-11 | cfg80211: pass wiphy to cfg80211_ref_bss/put_bss | Johannes Berg | 1 | -7/+7 |
2013-01-29 | cfg80211: add SME state to warning in __cfg80211_mlme_disassoc | Johannes Berg | 1 | -1/+1 |
2013-01-03 | cfg80211: move some AP code to right file | Johannes Berg | 1 | -62/+0 |
2012-11-26 | cfg80211: pass a channel definition struct | Johannes Berg | 1 | -10/+5 |
2012-11-26 | cfg80211: remove remain-on-channel channel type | Johannes Berg | 1 | -15/+6 |
2012-10-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -9/+3 |
2012-10-18 | cfg80211: add cfg80211 exported function tracing | Beni Lev | 1 | -7/+48 |
2012-10-18 | cfg80211: add wrappers for registered_device_ops | Hila Gonen | 1 | -12/+14 |
2012-10-17 | cfg80211: Allow user space to specify non-IEs to SAE Authentication | Jouni Malinen | 1 | -3/+8 |
2012-10-15 | cfg80211/mac80211: avoid state mishmash on deauth | Stanislaw Gruszka | 1 | -9/+3 |