Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
a18c715e63505850edd2b69ded5373d6d464cd80
/
net
/
mac80211
/
mlme.c
a331400
mac80211: clear local->ps_data on disassoc
by Eliad Peller
· 13 years ago
1d38c16
mac80211: stop queues before rate control updation
by Rajkumar Manoharan
· 13 years ago
1ddc286
mac80211: Postpond ps timer if tx is stopped by others
by Rajkumar Manoharan
· 14 years ago
470ab2a
mac80211: use wake_queue to restart trasmit
by Rajkumar Manoharan
· 14 years ago
e8306f9
mac80211: Check for queued frames before entering power save.
by Vivek Natarajan
· 14 years ago
ffbd308
mac80211: remove few obsolete flags
by Mohammed Shafi Shajakhan
· 14 years ago
808118c
mac80211: do not enable ps if 802.1x controlled port is unblocked
by Jason Young
· 14 years ago
8628172
mac80211: better fix for conn_mon_timer running after disassociate
by Stanislaw Gruszka
· 14 years ago
f3e85b9
mac80211: Fix a race on enabling power save.
by Vivek Natarajan
· 14 years ago
b67afe7
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
05e7c99
mac80211: fix conn_mon_timer running after disassociate
by Stanislaw Gruszka
· 14 years ago
4d51e14
mac80211: Properly set work-item channel-type.
by Ben Greear
· 14 years ago
180205b
mac80211: Make some mlme timers module paramaters.
by Ben Greear
· 14 years ago
172710b
mac80211: Warn users if HT fails because of freq mismatch.
by Ben Greear
· 14 years ago
8c7914d
mac80211: disable power save if an infra AP vif exists
by Rajkumar Manoharan
· 14 years ago
59eb21a
cfg80211: Extend channel to frequency mapping for 802.11j
by Bruno Randolf
· 14 years ago
bfc31df
mac80211: Show max retry-counts in kernel messages.
by Ben Greear
· 14 years ago
c658e5d
mac80211: fix a compiler warning
by Felix Fietkau
· 14 years ago
0ab82b0
mac80211: fix dynamic-ps/pm_qos magic numbers
by Eliad Peller
· 14 years ago
04ac3c0
mac80211: speed up AP probing using nullfunc frames
by Felix Fietkau
· 14 years ago
75706d0
mac80211: remove a redundant check
by Felix Fietkau
· 14 years ago
72a8a3e
mac80211: reduce the number of retries for nullfunc probing
by Felix Fietkau
· 14 years ago
4e5ff37
mac80211: use nullfunc instead of probe request for connection monitoring
by Felix Fietkau
· 14 years ago
4609097
mac80211: probe the AP when resuming
by Felix Fietkau
· 14 years ago
7ccc8bd
mac80211: calculate beacon loss time accurately
by Felix Fietkau
· 14 years ago
c8a7972
mac80211: restart beacon miss timer on system resume from suspend
by Felix Fietkau
· 14 years ago
a619a4c
mac80211: Add function to get probe request template for current AP
by Juuso Oikarinen
· 14 years ago
b38afa8
mac80211: Improve mlme probe response log messages.
by Ben Greear
· 14 years ago
53f73c0
mac80211: avoid transmitting delBA to old AP
by Johannes Berg
· 14 years ago
e7480bb
mac80211: fix channel assumption for association done work
by Luis R. Rodriguez
· 14 years ago
025e6be
mac80211: fix deadlock with multiple interfaces
by Johannes Berg
· 14 years ago
d8ec443
mac80211: Add validity check for beacon_crc value
by Juuso Oikarinen
· 14 years ago
f2176d7
mac80211: Fix WMM driver queue configuration
by Juuso Oikarinen
· 14 years ago
f01a067
mac80211: send last 3/5 probe requests as unicast
by Luis R. Rodriguez
· 14 years ago
d3a910a
mac80211: make the beacon monitor available externally
by Luis R. Rodriguez
· 14 years ago
0c699c3
mac80211: reset probe send counter upon connection timer reset
by Luis R. Rodriguez
· 14 years ago
be099e8
mac80211: add helper for reseting the connection monitor
by Luis R. Rodriguez
· 14 years ago
46a5eba
cfg80211/mac80211: use lockdep_assert_held
by Johannes Berg
· 14 years ago
391a200
mac80211: Do not generate CQM events based on first Beacon frames
by Jouni Malinen
· 14 years ago
3ba06c6
mac80211: Fix signal strength average initialization for CQM events
by Jouni Malinen
· 14 years ago
b9dcf71
mac80211: clean up ifdown/cleanup paths
by Johannes Berg
· 14 years ago
a621fa4
mac80211: allow changing port control protocol
by Johannes Berg
· 14 years ago
0fb9a9e
net/mac80211: Use wiphy_<level>
by Joe Perches
· 14 years ago
d1f5b7a
mac80211: allow drivers to request SM PS mode change
by Johannes Berg
· 14 years ago
7da7cc1
mac80211: per interface idle notification
by Johannes Berg
· 14 years ago
a1699b7
mac80211: unify scan and work mutexes
by Johannes Berg
· 14 years ago
e5b900d
mac80211: allow drivers to request DTIM period
by Johannes Berg
· 14 years ago
9dca9c4
mac80211: refuse shared key auth when WEP is unavailable
by Johannes Berg
· 14 years ago
4ced3f7
mac80211: move QoS-enable to BSS info
by Johannes Berg
· 14 years ago
f90754c
mac80211: Add interface for driver to temporarily disable dynamic ps
by Juuso Oikarinen
· 14 years ago
abf52f8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
05e48e8
mac80211: Protect Deauthentication frame when using MFP
by Jouni Malinen
· 14 years ago
ff61638
mac80211: Fix ps-qos network latency handling
by Juuso Oikarinen
· 14 years ago
6854296
mac80211: Fix circular locking dependency in ARP filter handling
by Juuso Oikarinen
· 14 years ago
bed7ee6
mac80211: always process blockack action from workqueue
by Johannes Berg
· 14 years ago
77a121c
mac80211: pull mgmt frame rx into rx handler
by Johannes Berg
· 14 years ago
36b3a62
mac80211: common work skb freeing
by Johannes Berg
· 14 years ago
1fa57d0
mac80211: use common work function
by Johannes Berg
· 14 years ago
64592c8
mac80211: use common work struct
by Johannes Berg
· 14 years ago
35f20c1
mac80211: use common skb queue
by Johannes Berg
· 14 years ago
2a41905
mac80211: simplify station/aggregation code
by Johannes Berg
· 14 years ago
9d38d85
cfg80211/mac80211: allow action frame TX/RX in IBSS
by Johannes Berg
· 14 years ago
b054b74
mac80211: fix deauth before assoc
by Johannes Berg
· 14 years ago
9d88477
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
11b7c60
mac80211: fix lock leak w/ ARP filtering and w/o CONFIG_INET
by John W. Linville
· 14 years ago
8b9a4e6
mac80211: process station blockack action frames from work
by Johannes Berg
· 14 years ago
26b36cf
mac80211: make ARP filtering depend on CONFIG_INET
by John W. Linville
· 14 years ago
2b2c009
mac80211: Add support for hardware ARP query filtering
by Juuso Oikarinen
· 14 years ago
252aa63
cfg80211: make action channel type optional
by Johannes Berg
· 14 years ago
77c2061
wireless: fix several minor description typos
by Walter Goldens
· 14 years ago
f896546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
46ee964
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
6fe70aa
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
9feaddc
mac80211: check channel switch mode for future frames transmit
by Wey-Yi Guy
· 15 years ago
5ce6e43
mac80211: add offload channel switch support
by Johannes Berg
· 14 years ago
278554b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
cc75589
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
de02d72
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 14 years ago
a15707d
Merge branch 'wireless-2.6' into wireless-next-2.6
by Reinette Chatre
· 14 years ago
ed77134
PM QOS update
by Mark Gross
· 15 years ago
0aaffa9
mac80211: improve HT channel handling
by Johannes Berg
· 15 years ago
79733a8
mac80211: remove association work when processing deauth request
by Reinette Chatre
· 15 years ago
8316324
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
· 15 years ago
ad41ee3
Merge branch 'wireless-2.6' into wireless-next-2.6
by Reinette Chatre
· 15 years ago
195e294
mac80211: Determine dynamic PS timeout based on ps-qos network latency
by Juuso Oikarinen
· 15 years ago
3b51cc9
Merge branch 'master' into for-davem
by John W. Linville
· 15 years ago
87eb367
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
e46754f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
7bdfcaa
mac80211: Fix ieee80211_sta_conn_mon_timer with hw connection monitoring
by Juuso Oikarinen
· 15 years ago
fe6f212
mac80211: pass HT changes to driver when off channel
by Reinette Chatre
· 15 years ago
5c01d56
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
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 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
d5cdfac
cfg80211: Add local-state-change-only auth/deauth/disassoc
by Jouni Malinen
· 15 years ago
e69e95d
mac80211: Send deauth/disassoc prior to dropping STA entry
by Jouni Malinen
· 15 years ago
17e4ec1
mac80211: Track Beacon signal strength and implement cqm events
by Jouni Malinen
· 15 years ago
e1b3ec1
mac80211: explicitly disable/enable QoS
by Stanislaw Gruszka
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
7905e35
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
Next »