index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
mlme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-28
mac80211: Check pending scan request after having processed mgd work
Jouni Malinen
1
-16
/
+12
2009-08-14
mac80211: stay authenticated after disassoc
Johannes Berg
1
-9
/
+22
2009-08-04
mac80211: Increase timeouts for station polling
Maxim Levitsky
1
-2
/
+2
2009-08-04
mac80211: Retry probe request few times
Maxim Levitsky
1
-12
/
+30
2009-08-04
cfg80211: enable country IE support to all cfg80211 drivers
Luis R. Rodriguez
1
-5
/
+1
2009-08-04
mac80211: fix powersave
Johannes Berg
1
-7
/
+6
2009-08-04
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
1
-26
/
+22
2009-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-10
/
+25
2009-07-30
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2009-07-29
mac80211: fix receiving deauth
Johannes Berg
1
-4
/
+17
2009-07-27
mac80211: fix MLME issuing of probe requests while scanning
Luis R. Rodriguez
1
-3
/
+3
2009-07-27
mac80211: fix mlme timeouts
Johannes Berg
1
-0
/
+2
2009-07-27
mac80211: Replace {sw, hw}_scanning variables with a bitfield
Helmut Schaa
1
-4
/
+4
2009-07-27
mac80211: do not queue work after suspend in the dynamic ps timer
Luis R. Rodriguez
1
-1
/
+1
2009-07-24
mac80211: do not monitor the connection while scanning
Christian Lamparter
1
-0
/
+3
2009-07-24
mac80211: cancel the connection monitor timers/work
Johannes Berg
1
-0
/
+3
2009-07-24
mac80211: monitor the connection
Johannes Berg
1
-50
/
+207
2009-07-24
mac80211: fix multi-use timer
Johannes Berg
1
-7
/
+33
2009-07-24
cfg80211: rework key operation
Johannes Berg
1
-2
/
+9
2009-07-10
cfg80211: fix locking
Johannes Berg
1
-9
/
+16
2009-07-10
cfg80211: mlme API must be able to sleep
Johannes Berg
1
-17
/
+9
2009-07-10
mac80211: rework MLME for multiple authentications
Johannes Berg
1
-632
/
+700
2009-07-10
mac80211: remove dead code from mlme
Johannes Berg
1
-2
/
+0
2009-07-10
cfg80211: let SME control reassociation vs. association
Johannes Berg
1
-7
/
+0
2009-07-10
cfg80211: keep track of BSSes
Johannes Berg
1
-5
/
+1
2009-07-10
cfg80211: assimilate and export ieee80211_bss_get_ie
Johannes Berg
1
-22
/
+3
2009-07-10
mac80211: remove dead code, clean up
Johannes Berg
1
-209
/
+22
2009-07-10
mac80211: remove auth algorithm retry
Johannes Berg
1
-47
/
+0
2009-07-10
cfg80211: implement iwpower
Johannes Berg
1
-5
/
+0
2009-07-10
cfg80211: managed mode wext compatibility
Johannes Berg
1
-69
/
+0
2009-07-10
mac80211: tell SME about real auth state
Johannes Berg
1
-1
/
+7
2009-07-10
cfg80211: use proper allocation flags
Johannes Berg
1
-11
/
+19
2009-07-10
mac80211: push rx status into skb->cb
Johannes Berg
1
-3
/
+1
2009-06-15
mac80211: fix wext bssid/ssid setting
Johannes Berg
1
-11
/
+14
2009-06-15
mac80211: disconnect when user changes channel
Johannes Berg
1
-1
/
+4
2009-06-15
mac80211: Do not try to associate with an empty SSID
Jouni Malinen
1
-0
/
+8
2009-06-10
mac80211: disable PS while probing AP
Johannes Berg
1
-12
/
+33
2009-06-10
mac80211: disable moving between PS modes during scan
Luis R. Rodriguez
1
-4
/
+2
2009-06-10
mac80211: don't use master netdev name
Johannes Berg
1
-4
/
+4
2009-05-22
mac80211: correct probe wait time
Johannes Berg
1
-1
/
+1
2009-05-22
mac80211: fix probe response wait timing
Johannes Berg
1
-4
/
+5
2009-05-20
mac80211: fix managed mode BSSID handling
Johannes Berg
1
-3
/
+7
2009-05-20
mac80211: don't try to do anything on unchanged genIE
Johannes Berg
1
-0
/
+7
2009-05-20
mac80211: PS processing for every Beacon with our AID in TIM
Jouni Malinen
1
-9
/
+10
2009-05-20
mac80211: cancel/restart all timers across suspend/resume
Johannes Berg
1
-0
/
+59
2009-05-20
mac80211: move channel switch code
Johannes Berg
1
-1
/
+98
2009-05-20
mac80211: Cancel pending probereq poll on beacon RX
Jouni Malinen
1
-0
/
+10
2009-05-20
mac80211: check if HT40+/- is allowed before sending assoc
Luis R. Rodriguez
1
-2
/
+6
2009-05-20
wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+
Luis R. Rodriguez
1
-2
/
+2
2009-05-13
mac80211: split out and decrease probe wait time
Johannes Berg
1
-2
/
+3
[prev]
[next]