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
/
sta_info.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-7
/
+12
2011-05-16
nl80211: Move peer link state definition to nl80211
Javier Cardona
1
-1
/
+1
2011-05-16
mac80211: sparse RCU annotations
Johannes Berg
1
-6
/
+9
2011-05-12
mac80211: fix another key non-race
Johannes Berg
1
-2
/
+4
2011-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+0
2011-04-26
mac80211: Fix warnings due to -Wunused-but-set-variable
Rajkumar Manoharan
1
-2
/
+0
2011-04-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+15
2011-04-19
mac80211: add a function for setting the TIM bit for a specific station
Felix Fietkau
1
-1
/
+12
2011-04-12
{mac|nl}80211: Add station connected time
Mohammed Shafi Shajakhan
1
-0
/
+3
2011-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-11
/
+4
2011-04-04
mac80211: clean up station cleanup timer
Johannes Berg
1
-11
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-30
cfg80211: Add nl80211 event for deletion of a station entry
Jouni Malinen
1
-0
/
+2
2011-03-21
mac80211: initialize sta->last_rx in sta_info_alloc
Felix Fietkau
1
-0
/
+1
2011-02-03
mac80211: add HW flag for disabling auto link-PS in AP mode
Arik Nemtsov
1
-1
/
+2
2010-12-07
nl80211/mac80211: Report signal average
Bruno Randolf
1
-0
/
+2
2010-11-24
Revert "nl80211/mac80211: Report signal average"
John W. Linville
1
-2
/
+0
2010-11-18
nl80211/mac80211: Report signal average
Bruno Randolf
1
-0
/
+2
2010-11-17
mac80211: fix powersaving clients races
Johannes Berg
1
-3
/
+14
2010-10-06
cfg80211/mac80211: allow per-station GTKs
Johannes Berg
1
-5
/
+5
2010-10-06
mac80211: avoid transmitting delBA to old AP
Johannes Berg
1
-1
/
+1
2010-09-27
mac80211/ath9k: Support AMPDU with multiple VIFs.
Ben Greear
1
-4
/
+11
2010-09-16
cfg80211/mac80211: use lockdep_assert_held
Johannes Berg
1
-1
/
+1
2010-09-14
mac80211: match only assigned bss in sta_info_get_bss
Johannes Berg
1
-1
/
+1
2010-08-25
net/mac80211: Use wiphy_<level>
Joe Perches
1
-12
/
+9
2010-07-27
mac80211: Fix key freeing to handle unlinked keys
Jouni Malinen
1
-1
/
+1
2010-06-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-7
/
+7
2010-06-14
mac80211: change RX aggregation locking
Johannes Berg
1
-0
/
+1
2010-06-14
mac80211: move BA session work
Johannes Berg
1
-1
/
+1
2010-06-14
mac80211: make TX aggregation start/stop request async
Johannes Berg
1
-0
/
+1
2010-06-14
mac80211: use RCU for TX aggregation
Johannes Berg
1
-7
/
+5
2010-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-8
/
+0
2010-06-03
mac80211: simplify key locking
Johannes Berg
1
-8
/
+0
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-1
/
+1
2010-05-03
mac80211: fix ieee80211_find_sta[_by_hw]
Johannes Berg
1
-4
/
+13
2010-04-19
mac80211: Prevent running sta_cleanup timer unnecessarily
Juuso Oikarinen
1
-3
/
+10
2010-04-08
mac80211: enhance tracing
Johannes Berg
1
-0
/
+2
2010-04-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-4
/
+17
2010-04-07
mac80211: clean up/fix aggregation code
Johannes Berg
1
-48
/
+10
2010-04-07
mac80211: fix station destruction problem
Johannes Berg
1
-6
/
+9
2010-04-06
mac80211: annotate station rcu dereferences
Johannes Berg
1
-4
/
+16
2010-03-10
mac80211: Fix sta_mtx unlocking on insert STA failure path
Jouni Malinen
1
-0
/
+1
2010-02-08
mac80211: allow station add/remove to sleep
Johannes Berg
1
-368
/
+363
2010-01-12
mac80211: allow station updates on ap interfaces for vlan stations
Felix Fietkau
1
-0
/
+21
2009-12-28
mac80211/cfg80211: add station events
Johannes Berg
1
-0
/
+5
2009-12-28
mac80211: add ieee80211_sdata_running
Johannes Berg
1
-1
/
+1
2009-12-21
mac80211: trace interface name
Johannes Berg
1
-3
/
+3
2009-12-21
mac80211: reduce reliance on netdev
Johannes Berg
1
-4
/
+4
2009-12-21
mac80211: make station management completely depend on vif
Johannes Berg
1
-7
/
+11
2009-11-18
mac80211: make software rate control optional
Johannes Berg
1
-7
/
+22
[next]