Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9b5bd5a4917eeb5eca00d1842a74186cfc8dd1c6
/
net
/
mac80211
/
sta_info.c
« Previous
26d5953
mac80211: clean up station cleanup timer
by Johannes Berg
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ec15e68
cfg80211: Add nl80211 event for deletion of a station entry
by Jouni Malinen
· 14 years ago
8bc8aec
mac80211: initialize sta->last_rx in sta_info_alloc
by Felix Fietkau
· 14 years ago
d057e5a
mac80211: add HW flag for disabling auto link-PS in AP mode
by Arik Nemtsov
· 14 years ago
541a45a
nl80211/mac80211: Report signal average
by Bruno Randolf
· 14 years ago
ccb1435
Revert "nl80211/mac80211: Report signal average"
by John W. Linville
· 14 years ago
86107fd
nl80211/mac80211: Report signal average
by Bruno Randolf
· 14 years ago
50a9432
mac80211: fix powersaving clients races
by Johannes Berg
· 14 years ago
e31b821
cfg80211/mac80211: allow per-station GTKs
by Johannes Berg
· 14 years ago
53f73c0
mac80211: avoid transmitting delBA to old AP
by Johannes Berg
· 14 years ago
686b9cb
mac80211/ath9k: Support AMPDU with multiple VIFs.
by Ben Greear
· 14 years ago
46a5eba
cfg80211/mac80211: use lockdep_assert_held
by Johannes Berg
· 14 years ago
a2c1e3d
mac80211: match only assigned bss in sta_info_get_bss
by Johannes Berg
· 14 years ago
0fb9a9e
net/mac80211: Use wiphy_<level>
by Joe Perches
· 14 years ago
32162a4
mac80211: Fix key freeing to handle unlinked keys
by Jouni Malinen
· 14 years ago
bb9c03d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
a93e364
mac80211: change RX aggregation locking
by Johannes Berg
· 14 years ago
67c282c
mac80211: move BA session work
by Johannes Berg
· 14 years ago
0ab3370
mac80211: make TX aggregation start/stop request async
by Johannes Berg
· 14 years ago
a622ab7
mac80211: use RCU for TX aggregation
by Johannes Berg
· 14 years ago
14599f1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
ad0e2b5
mac80211: simplify key locking
by Johannes Berg
· 14 years ago
4be929b
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN
by Alexey Dobriyan
· 14 years ago
f7c6559
mac80211: fix ieee80211_find_sta[_by_hw]
by Johannes Berg
· 15 years ago
3393a60
mac80211: Prevent running sta_cleanup timer unnecessarily
by Juuso Oikarinen
· 15 years ago
b5878a2
mac80211: enhance tracing
by Johannes Berg
· 15 years ago
0f2df9e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge
by John W. Linville
· 15 years ago
098a607
mac80211: clean up/fix aggregation code
by Johannes Berg
· 15 years ago
e64b379
mac80211: fix station destruction problem
by Johannes Berg
· 15 years ago
0379185
mac80211: annotate station rcu dereferences
by Johannes Berg
· 15 years ago
38a679a
mac80211: Fix sta_mtx unlocking on insert STA failure path
by Jouni Malinen
· 15 years ago
34e8950
mac80211: allow station add/remove to sleep
by Johannes Berg
· 15 years ago
0e5ded5
mac80211: allow station updates on ap interfaces for vlan stations
by Felix Fietkau
· 15 years ago
98b6218
mac80211/cfg80211: add station events
by Johannes Berg
· 15 years ago
9607e6b
mac80211: add ieee80211_sdata_running
by Johannes Berg
· 15 years ago
12375ef
mac80211: trace interface name
by Johannes Berg
· 15 years ago
47846c9
mac80211: reduce reliance on netdev
by Johannes Berg
· 15 years ago
abe6063
mac80211: make station management completely depend on vif
by Johannes Berg
· 15 years ago
af65cd96
mac80211: make software rate control optional
by Johannes Berg
· 15 years ago
3b53fde8
mac80211: let sta_info_get_by_idx get sta by sdata
by Johannes Berg
· 15 years ago
f14543ee
mac80211: implement support for 4-address frames for AP and client mode
by Felix Fietkau
· 15 years ago
af81858
mac80211: async station powersave handling
by Johannes Berg
· 15 years ago
5ed176e
mac80211: make ieee80211_find_sta per virtual interface
by Johannes Berg
· 15 years ago
fbc44bf
mac80211: fix vlan and optimise RX
by Johannes Berg
· 15 years ago
f5ea912
nl80211: add generation number to all dumps
by Johannes Berg
· 15 years ago
7e189a1
mac80211: extend sta kdoc - explain when they are added
by Luis R. Rodriguez
· 15 years ago
5bb644a
mac80211: cancel/restart all timers across suspend/resume
by Johannes Berg
· 15 years ago
cccaec9
mac80211: Initialize RX's last received sequence number
by Senthil Balasubramanian
· 15 years ago
2448798
mac80211: add driver ops wrappers
by Johannes Berg
· 16 years ago
57c4d7b
mac80211: clean up beacon interval settings
by Johannes Berg
· 16 years ago
af8cdcd
mac80211: convert to cfg80211 IBSS API
by Johannes Berg
· 16 years ago
e4e72fb
mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi
by Johannes Berg
· 16 years ago
cd8ffc8
mac80211: fix aggregation to not require queue stop
by Johannes Berg
· 16 years ago
96f5e66
mac80211: fix aggregation for hardware with ampdu queues
by Johannes Berg
· 16 years ago
55687e3
mac80211: fix aggregation timer lockups
by Johannes Berg
· 16 years ago
730c30e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5cf12e8
mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()
by Shaddy Baddah
· 16 years ago
c6a1fa1
mac80211: minor code cleanups
by Johannes Berg
· 16 years ago
0c68ae26
mac80211: convert to %pM away from print_mac
by Johannes Berg
· 16 years ago
63044e9
mac80211: fix debugfs lockup
by Johannes Berg
· 16 years ago
4b7679a
mac80211: clean up rate control API
by Johannes Berg
· 16 years ago
17741cd
mac80211: share STA information with driver
by Johannes Berg
· 16 years ago
05c914f
mac80211: use nl80211 interface types
by Johannes Berg
· 16 years ago
24723d1
mac80211: move ieee80211_sta_expire
by Johannes Berg
· 16 years ago
3e122be
mac80211: make master netdev handling sane
by Johannes Berg
· 16 years ago
6ef307b
mac80211: fix lots of kernel-doc
by Randy Dunlap
· 16 years ago
f4ea83d
mac80211: rework debug settings and make debugging safer
by Johannes Berg
· 16 years ago
5a9f7b0
mac80211: use separate spinlock for sta flags
by Johannes Berg
· 16 years ago
e253008
mac80211: use multi-queue master netdevice
by Johannes Berg
· 16 years ago
e039fa4
mac80211: move TX info into skb->cb
by Johannes Berg
· 16 years ago
07346f81
mac80211: proper STA info locking
by Johannes Berg
· 17 years ago
e100bb6
mac80211: QoS related cleanups
by Johannes Berg
· 17 years ago
2c8dccc
mac80211: rename files
by Johannes Berg
· 17 years ago
3b96766
mac80211: fix key vs. sta locking problems
by Johannes Berg
· 17 years ago
7d1559f
mac80211: fix sta-info pinning
by Johannes Berg
· 17 years ago
4d6141c3
mac80211: fix defined but not used
by Jiri Slaby
· 17 years ago
49ec6fa2
mac80211: fix possible sta-debugfs work lockup
by Johannes Berg
· 17 years ago
cb585bc
mac80211: fix spinlock recursion on sta expiration
by Luis Carlos Cobo
· 17 years ago
dc6676b
mac80211: sta_info_flush() fixes
by Johannes Berg
· 17 years ago
4f6fab4
mac80211: clean up sta_info_destroy() users wrt. RCU/locking
by Johannes Berg
· 17 years ago
93e5deb
mac80211: automatically free sta struct when insertion fails
by Johannes Berg
· 17 years ago
97bff8e
mac80211: fix sta_info_destroy(NULL)
by Johannes Berg
· 17 years ago
cee24a3
mac80211: A-MPDU MLME use dynamic allocation
by Ron Rindjunsky
· 17 years ago
2a8ca29
mac80211: fix mesh_path and sta_info get_by_idx functions
by Luis Carlos Cobo
· 17 years ago
b4e08ea
mac80211: add PLINK_ prefix and kernel doc to enum plink_state
by Luis Carlos Cobo
· 17 years ago
03e4497
mac80211: fix sta_info mesh timer bug
by Johannes Berg
· 17 years ago
dbbea67
mac80211: add documentation book
by Johannes Berg
· 17 years ago
44213b5
mac80211: remove STA entries when taking down interface
by Johannes Berg
· 17 years ago
73651ee
mac80211: split sta_info_add
by Johannes Berg
· 17 years ago
d0709a6
mac80211: RCU-ify STA info structure access
by Johannes Berg
· 17 years ago
902acc7
mac80211: clean up mesh code
by Johannes Berg
· 17 years ago
ee38585
mac80211: mesh data structures and first mesh changes
by Luis Carlos Cobo
· 17 years ago
db4d116
mac80211: split ieee80211_key_alloc/free
by Johannes Berg
· 17 years ago
43ba7e9
mac80211: atomically check whether STA exists already
by Johannes Berg
· 17 years ago
004c872
mac80211: consolidate TIM handling code
by Johannes Berg
· 17 years ago
836341a
mac80211: remove sta TIM flag, fix expiry TIM handling
by Johannes Berg
· 17 years ago
d225924
mac80211: invoke set_tim() callback after setting own TIM info
by Johannes Berg
· 17 years ago
8318d78
cfg80211 API for channels/bitrates, mac80211 and driver conversion
by Johannes Berg
· 17 years ago
fe3bf0f
mac80211: A-MPDU Tx MLME data initialization
by Ron Rindjunsky
· 17 years ago
Next »