index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
/
sme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-09
cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
Johannes Berg
1
-0
/
+14
2016-10-19
cfg80211: allow aborting in-progress connection atttempts
Ilan Peer
1
-1
/
+1
2016-09-30
cfg80211: Add support for static WEP in the driver
David Spinadel
1
-1
/
+5
2016-09-15
cfg80211: allow connect keys only with default (TX) key
Johannes Berg
1
-0
/
+3
2016-05-31
cfg80211: Allow cfg80211_connect_result() errors to be distinguished
Jouni Malinen
1
-5
/
+3
2016-05-12
cfg80211: make wdev_list accessible to drivers
Johannes Berg
1
-2
/
+2
2016-04-26
cfg80211: Add option to report the bss entry in connect result
Kanchanapally, Vidyullatha
1
-6
/
+22
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-3
/
+3
2016-04-06
cfg80211: Allow reassociation to be requested with internal SME
Jouni Malinen
1
-2
/
+12
2016-04-05
cfg80211: Allow a scan request for a specific BSSID
Jouni Malinen
1
-0
/
+2
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2016-02-24
cfg80211: basic support for PBSS network type
Lior David
1
-3
/
+6
2016-02-23
cfg80211: stop critical protocol session upon disconnect event
Arend van Spriel
1
-0
/
+6
2015-05-26
cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect
Johannes Berg
1
-1
/
+3
2015-04-07
cfg80211: send extended capabilities IE in connect
Johannes Berg
1
-10
/
+64
2015-03-03
cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()
Dedy Lansky
1
-10
/
+6
2014-10-10
cfg80211: set the rates mask in connection probes over specified freq
Karl Beldan
1
-2
/
+11
2014-09-11
cfg80211: clear connect keys when freeing them
Johannes Berg
1
-3
/
+3
2014-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
John W. Linville
1
-3
/
+5
2014-05-19
cfg80211: constify more pointers in the cfg80211 API
Johannes Berg
1
-1
/
+1
2014-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2014-05-05
cfg80211: free sme on connection failures
Eliad Peller
1
-1
/
+1
2014-04-29
cfg80211: remove BUG_ON usage
Johannes Berg
1
-2
/
+4
2014-04-25
cfg80211: change wiphy_to_dev function name
Zhao, Gang
1
-18
/
+19
2014-04-09
cfg80211: slightly clean up of cfg80211_sme_connect()
Zhao, Gang
1
-2
/
+1
2014-03-19
cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)
Zhao, Gang
1
-1
/
+0
2014-02-06
cfg80211: send scan results from work queue
Johannes Berg
1
-1
/
+1
2014-01-13
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-10
/
+3
2014-01-09
cfg80211: Add a function to get the number of supported channels
Ilan Peer
1
-10
/
+3
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-10
/
+12
2013-12-19
cfg80211: Add support for QoS mapping
Kyeyoon Park
1
-0
/
+2
2013-12-05
cfg80211: fix WARN_ON for re-association to the expired BSS
Ujjal Roy
1
-10
/
+12
2013-10-09
cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()
Luis R. Rodriguez
1
-2
/
+2
2013-08-14
cfg80211: don't request disconnect if not connected
Johannes Berg
1
-6
/
+4
2013-07-16
cfg80211: fix bugs in new SME implementation
Johannes Berg
1
-3
/
+26
2013-06-24
wireless: add comments about bss refcounting
Ben Greear
1
-0
/
+3
2013-06-24
wireless: Make sure __cfg80211_connect_result always puts bss
Ben Greear
1
-1
/
+4
2013-06-19
cfg80211: hold BSS over association process
Johannes Berg
1
-5
/
+10
2013-06-04
cfg80211: separate internal SME implementation
Johannes Berg
1
-288
/
+254
2013-05-25
cfg80211: remove some locked wrappers from sme API
Johannes Berg
1
-34
/
+7
2013-05-25
cfg80211: remove some locked wrappers from mlme API
Johannes Berg
1
-20
/
+20
2013-05-25
cfg80211: vastly simplify locking
Johannes Berg
1
-22
/
+4
2013-05-23
cfg80211: check wdev->netdev in connection work
Johannes Berg
1
-0
/
+3
2013-05-16
cfg80211: fix interface down/disconnect state handling
Johannes Berg
1
-1
/
+2
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+2
2013-03-30
cfg80211: sched_scan_mtx lock in cfg80211_conn_work()
Artem Savkov
1
-0
/
+2
2013-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+4
2013-03-24
cfg80211: always check for scan end on P2P device
Johannes Berg
1
-2
/
+4
2013-03-20
cfg80211: fix potential connection work crash
Johannes Berg
1
-1
/
+1
2013-03-06
cfg80211: refactor association parameters
Johannes Berg
1
-13
/
+15
[next]