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
2012-06-17
mac80211: fix non RCU-safe sta_list manipulation
Arik Nemtsov
1
-2
/
+2
2012-03-05
mac80211: use compare_ether_addr on MAC addresses instead of memcmp
Felix Fietkau
1
-2
/
+3
2012-02-29
mac80211: handle non-bufferable MMPDUs correctly
Johannes Berg
1
-2
/
+2
2012-02-27
mac80211: fix sta_info_flush() return value
Johannes Berg
1
-1
/
+3
2012-02-08
mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk
Felix Fietkau
1
-0
/
+2
2012-02-06
mac80211: remove dummy STA support
Johannes Berg
1
-110
/
+25
2012-02-06
mac80211: implement sta_add/sta_remove in sta_state
Johannes Berg
1
-14
/
+9
2012-02-06
mac80211: add sta_state callback
Johannes Berg
1
-17
/
+89
2012-02-06
mac80211: add NOTEXIST station state
Johannes Berg
1
-0
/
+2
2012-02-06
mac80211: simplify AP_VLAN handling
Johannes Berg
1
-7
/
+1
2012-01-30
mac80211: Move num_sta_ps counter decrement after synchronize_rcu
Helmut Schaa
1
-9
/
+9
2012-01-30
mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end
Helmut Schaa
1
-1
/
+3
2012-01-30
mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy
Helmut Schaa
1
-3
/
+1
2012-01-30
mac80211: station state transition error handling
Johannes Berg
1
-5
/
+14
2012-01-24
mac80211: clean up rate control code
Johannes Berg
1
-7
/
+3
2012-01-24
mac80211: clean up aggregation destruction
Johannes Berg
1
-23
/
+8
2012-01-17
mac80211: Fix possible race between sta_unblock and network softirq
Helmut Schaa
1
-2
/
+4
2012-01-12
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
1
-3
/
+3
2012-01-04
mac80211: fix kernel panic in IBSS due to a regression
Mohammed Shafi Shajakhan
1
-1
/
+4
2011-12-21
mac80211: ibss should not purge clients it is not responsible for
Marek Lindner
1
-0
/
+3
2011-12-19
mac80211: Fixing sparse warning at sta_info.c
Yogesh Ashok Powar
1
-2
/
+7
2011-12-15
mac80211: reduce station management complexity
Johannes Berg
1
-194
/
+57
2011-12-15
mac80211: delay IBSS station insertion
Johannes Berg
1
-20
/
+11
2011-12-15
mac80211: make address arguments to sta_info_alloc const
Johannes Berg
1
-1
/
+1
2011-12-15
mac80211: count authorized stations per BSS
Johannes Berg
1
-5
/
+9
2011-12-15
mac80211: refactor station state transitions
Johannes Berg
1
-6
/
+59
2011-12-13
mac80211: Purge A-MPDU TX queues before station destructions
Yogesh Ashok Powar
1
-0
/
+25
2011-11-28
mac80211: do not pass AP VLAN vif pointers to drivers
Felix Fietkau
1
-4
/
+0
2011-11-07
mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting
Janusz.Dziedzic@tieto.com
1
-4
/
+4
2011-10-17
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...
John W. Linville
1
-4
/
+2
2011-10-14
mac80211: fix TID for null poll response
Johannes Berg
1
-4
/
+2
2011-10-11
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...
John W. Linville
1
-121
/
+515
2011-09-30
mac80211: allow out-of-band EOSP notification
Johannes Berg
1
-0
/
+25
2011-09-30
mac80211: explicitly notify drivers of frame release
Johannes Berg
1
-9
/
+25
2011-09-30
mac80211: optimise station flags
Johannes Berg
1
-16
/
+19
2011-09-30
mac80211: reply only once to each PS-poll
Johannes Berg
1
-11
/
+11
2011-09-30
mac80211: send (QoS) Null if no buffered frames
Johannes Berg
1
-10
/
+90
2011-09-30
mac80211: implement uAPSD
Johannes Berg
1
-45
/
+125
2011-09-30
mac80211: allow releasing driver-buffered frames
Johannes Berg
1
-16
/
+66
2011-09-30
mac80211: split PS buffers into ACs
Johannes Berg
1
-50
/
+154
2011-09-30
mac80211: also expire filtered frames
Johannes Berg
1
-5
/
+52
2011-09-30
mac80211: unify TIM bit handling
Johannes Berg
1
-57
/
+42
2011-09-30
mac80211: let drivers inform it about per TID buffered frames
Johannes Berg
1
-2
/
+6
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-1
/
+1
2011-09-20
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
John W. Linville
1
-1
/
+1
2011-09-19
Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...
John W. Linville
1
-7
/
+3
2011-09-14
mac80211: further optimise buffer expiry timer
Johannes Berg
1
-7
/
+3
2011-09-13
mac80211: fix missing sta_lock in __sta_info_destroy
Johannes Berg
1
-1
/
+1
2011-08-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-100
/
+230
2011-08-26
mac80211: fix race condition between assoc_done and first EAP packet
Guy Eilam
1
-49
/
+137
[next]