Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9b5bd5a4917eeb5eca00d1842a74186cfc8dd1c6
/
net
/
mac80211
/
sta_info.c
af0ed69
mac80211: stop modifying HT SMPS capability
by Johannes Berg
· 12 years ago
65f704a
mac80211: use spin_lock_bh() for tim_lock
by Johannes Berg
· 12 years ago
89afe61
mac80211: fix auth/assoc timeout handling
by Johannes Berg
· 12 years ago
45b5028
mac80211: fix mesh sta teardown
by Thomas Pedersen
· 12 years ago
3f52b7e
mac80211: mesh power save basics
by Marco Porsch
· 12 years ago
296fcba
mac80211: clean up mesh sta allocation warning
by Thomas Pedersen
· 12 years ago
c82c4a8
mac80211: split aggregation stop by reason
by Johannes Berg
· 12 years ago
75de911
mac80211: optimise AP stop RCU handling
by Johannes Berg
· 12 years ago
051007d
mac80211: optimise roaming time again
by Johannes Berg
· 12 years ago
b998e8b
mac80211: remove final sta_info_flush()
by Johannes Berg
· 12 years ago
a56f992
mac80211: use del_timer_sync for final sta cleanup timer deletion
by Johannes Berg
· 12 years ago
97f97b1
mac80211: fix station destruction in AP/mesh modes
by Johannes Berg
· 12 years ago
62c8003
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
4bf8853
mac80211: convert to channel definition struct
by Johannes Berg
· 12 years ago
75c8ec7
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
b311749
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
5a306f5
mac80211: introduce IEEE80211_NUM_TIDS and use it
by Johannes Berg
· 12 years ago
bd2a813
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 12 years ago
1f98ab7
mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge
by Felix Fietkau
· 12 years ago
987c285
mac80211: sync acccess to tx_filtered/ps_tx_buf queues
by Arik Nemtsov
· 12 years ago
9b34f40
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
d012a60
mac80211: make client powersave independent of interface type
by Marco Porsch
· 12 years ago
eea57d4
mac80211: Use appropriate debug wrapper
by Mohammed Shafi Shajakhan
· 12 years ago
55de908
mac80211: use channel contexts
by Johannes Berg
· 12 years ago
d4fa14c
mac80211: use ieee80211_free_txskb in a few more places
by Felix Fietkau
· 12 years ago
582bb50
mac80211: don't send delBA when removing stations
by Johannes Berg
· 12 years ago
b22cfcf
mac80211: use call_rcu() on sta deletion
by Eliad Peller
· 12 years ago
bdcbd8e
mac80211: clean up debugging
by Johannes Berg
· 12 years ago
7c9c46c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
499f42b
net: mac80211: Add and use ibss_vdbg debugging macro
by Joe Perches
· 12 years ago
f0d2320
net: mac80211: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
794454c
mac80211: fix non RCU-safe sta_list manipulation
by Arik Nemtsov
· 12 years ago
b203ca3
mac80211: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
7e3ed02
mac80211: fix num_mcast_sta counting issues
by Felix Fietkau
· 13 years ago
030ef8f
mac80211: rename AP variable num_sta_authorized to num_mcast_sta
by Felix Fietkau
· 13 years ago
52a3f20
mac80211: end service period only after sending last buffered frame
by Marco Porsch
· 13 years ago
888d04d
mac80211: use compare_ether_addr on MAC addresses instead of memcmp
by Felix Fietkau
· 13 years ago
02f2f1a
mac80211: handle non-bufferable MMPDUs correctly
by Johannes Berg
· 13 years ago
3431683
mac80211: fix sta_info_flush() return value
by Johannes Berg
· 13 years ago
7902759
mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk
by Felix Fietkau
· 13 years ago
7852e36
mac80211: remove dummy STA support
by Johannes Berg
· 13 years ago
a4ec45a
mac80211: implement sta_add/sta_remove in sta_state
by Johannes Berg
· 13 years ago
f09603a
mac80211: add sta_state callback
by Johannes Berg
· 13 years ago
71ec375
mac80211: add NOTEXIST station state
by Johannes Berg
· 13 years ago
077f493
mac80211: simplify AP_VLAN handling
by Johannes Berg
· 13 years ago
4f3eb0b
mac80211: Move num_sta_ps counter decrement after synchronize_rcu
by Helmut Schaa
· 13 years ago
608383b
mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end
by Helmut Schaa
· 13 years ago
2ab694d
mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy
by Helmut Schaa
· 13 years ago
83d5cc0
mac80211: station state transition error handling
by Johannes Berg
· 13 years ago
889cbb9
mac80211: clean up rate control code
by Johannes Berg
· 13 years ago
151a02f
mac80211: clean up aggregation destruction
by Johannes Berg
· 13 years ago
5442047
mac80211: Fix possible race between sta_unblock and network softirq
by Helmut Schaa
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
e46a2cf
mac80211: fix kernel panic in IBSS due to a regression
by Mohammed Shafi Shajakhan
· 13 years ago
ec2b774
mac80211: ibss should not purge clients it is not responsible for
by Marek Lindner
· 13 years ago
27bf888
mac80211: Fixing sparse warning at sta_info.c
by Yogesh Ashok Powar
· 13 years ago
4d33960
mac80211: reduce station management complexity
by Johannes Berg
· 13 years ago
8bf11d8
mac80211: delay IBSS station insertion
by Johannes Berg
· 13 years ago
5654416
mac80211: make address arguments to sta_info_alloc const
by Johannes Berg
· 13 years ago
2962389
mac80211: count authorized stations per BSS
by Johannes Berg
· 13 years ago
d9a7ddb
mac80211: refactor station state transitions
by Johannes Berg
· 13 years ago
42624d4
mac80211: Purge A-MPDU TX queues before station destructions
by Yogesh Ashok Powar
· 13 years ago
bc192f8
mac80211: do not pass AP VLAN vif pointers to drivers
by Felix Fietkau
· 13 years ago
24b9c37
mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting
by Janusz.Dziedzic@tieto.com
· 13 years ago
41ebe9c
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
59b6625
mac80211: fix TID for null poll response
by Johannes Berg
· 13 years ago
094daf7
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
37fbd90
mac80211: allow out-of-band EOSP notification
by Johannes Berg
· 13 years ago
40b9640
mac80211: explicitly notify drivers of frame release
by Johannes Berg
· 13 years ago
c2c98fd
mac80211: optimise station flags
by Johannes Berg
· 13 years ago
deeaee1
mac80211: reply only once to each PS-poll
by Johannes Berg
· 13 years ago
ce662b44
mac80211: send (QoS) Null if no buffered frames
by Johannes Berg
· 13 years ago
47086fc
mac80211: implement uAPSD
by Johannes Berg
· 13 years ago
4049e09
mac80211: allow releasing driver-buffered frames
by Johannes Berg
· 13 years ago
948d887
mac80211: split PS buffers into ACs
by Johannes Berg
· 13 years ago
6075039
mac80211: also expire filtered frames
by Johannes Berg
· 13 years ago
c868cb35
mac80211: unify TIM bit handling
by Johannes Berg
· 13 years ago
042ec45
mac80211: let drivers inform it about per TID buffered frames
by Johannes Berg
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
4d8b614
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
by John W. Linville
· 13 years ago
b53d63e
Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem
by John W. Linville
· 13 years ago
cd0b8d8
mac80211: further optimise buffer expiry timer
by Johannes Berg
· 13 years ago
4bae7d9
mac80211: fix missing sta_lock in __sta_info_destroy
by Johannes Berg
· 13 years ago
ba6e5eb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
2a33bee
mac80211: fix race condition between assoc_done and first EAP packet
by Guy Eilam
· 13 years ago
8c71df7
mac80211: refactor sta_info_insert_rcu to 3 main stages
by Guy Eilam
· 13 years ago
b38d355
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
f612ced
nl80211/cfg80211: Make addition of new sinfo fields safer
by Jouni Malinen
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 13 years ago
e00cf3b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
57cf804
nl80211: Move peer link state definition to nl80211
by Javier Cardona
· 13 years ago
40b275b
mac80211: sparse RCU annotations
by Johannes Berg
· 13 years ago
8cb2315
mac80211: fix another key non-race
by Johannes Berg
· 13 years ago
a70171d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
0915cba
mac80211: Fix warnings due to -Wunused-but-set-variable
by Rajkumar Manoharan
· 14 years ago
cfef604
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
dcf55fb
mac80211: add a function for setting the TIM bit for a specific station
by Felix Fietkau
· 14 years ago
ebe27c9
{mac|nl}80211: Add station connected time
by Mohammed Shafi Shajakhan
· 14 years ago
252f4bf
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
Next »