Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7c1e183186377e84e6f4e457be0514887f2df4ef
/
net
/
mac80211
7c1e183
Revert "mac80211: fix use-after-free"
by John W. Linville
· 14 years ago
56af326
mac80211: Support receiving data frames on multiple vifs.
by Ben Greear
· 14 years ago
686b9cb
mac80211/ath9k: Support AMPDU with multiple VIFs.
by Ben Greear
· 14 years ago
295bafb
mac80211: Support multiple VIFS per AP in debugfs.
by Ben Greear
· 14 years ago
eb7d306
mac80211: clear txflags for ps-filtered frames
by Christian Lamparter
· 14 years ago
651b522
mac80211: Add DS Parameter Set into Probe Request on 2.4 GHz
by Jouni Malinen
· 14 years ago
8dcb200
mac80211: Filter ProbeReq SuppRates based on TX rate mask
by Jouni Malinen
· 14 years ago
29ad2fa
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
cd87a2d
mac80211: fix use-after-free
by Johannes Berg
· 14 years ago
f01a067
mac80211: send last 3/5 probe requests as unicast
by Luis R. Rodriguez
· 14 years ago
3bc3c0d
mac80211: disable beacon monitor while going offchannel
by Luis R. Rodriguez
· 14 years ago
d3a910a
mac80211: make the beacon monitor available externally
by Luis R. Rodriguez
· 14 years ago
4730d59
mac80211: reset connection idle when going offchannel
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
2ca27bc
mac80211: add p2p device type support
by Johannes Berg
· 14 years ago
2d2080c
mac80211: set running state earlier
by Johannes Berg
· 14 years ago
46a5eba
cfg80211/mac80211: use lockdep_assert_held
by Johannes Berg
· 14 years ago
f5521b1
mac80211: use correct station flags lock
by Johannes Berg
· 14 years ago
a2c1e3d
mac80211: match only assigned bss in sta_info_get_bss
by Johannes Berg
· 14 years ago
edeb78a
mac80211: wait for scan work complete before restarting hw
by Stanislaw Gruszka
· 14 years ago
740c1aa
mac80211: Fix dangling pointer in ieee80211_xmit
by Steve deRosier
· 14 years ago
85f72bc
mac80211: only cancel software-based scans on suspend
by John W. Linville
· 14 years ago
18145c6
mac80211: cancel scan in ieee80211_restart_hw if software scan pending
by John W. Linville
· 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
071249b
mac80211: delete work timer
by Johannes Berg
· 14 years ago
5b714c6
mac80211: fix offchannel queue stop
by Johannes Berg
· 14 years ago
34d4bc4
mac80211: support runtime interface type changes
by Johannes Berg
· 14 years ago
87490f6
mac80211: split out concurrent vif checks
by Johannes Berg
· 14 years ago
bf533e0
mac80211: simplify zero address checks
by Johannes Berg
· 14 years ago
26a5845
mac80211: switch to ieee80211_sdata_running
by Johannes Berg
· 14 years ago
b9dcf71
mac80211: clean up ifdown/cleanup paths
by Johannes Berg
· 14 years ago
2337db8
mac80211: use subqueue helpers
by Johannes Berg
· 14 years ago
a621fa4
mac80211: allow changing port control protocol
by Johannes Berg
· 14 years ago
3ffc2a9
mac80211: allow vendor specific cipher suites
by Johannes Berg
· 14 years ago
8789d45
mac80211: allow scan to complete from any context
by Johannes Berg
· 14 years ago
5f33c92
mac80211: remove unused scan expire define
by Johannes Berg
· 14 years ago
5eb5a52
mac80211: fix mesh advertisement
by Johannes Berg
· 14 years ago
2c15a0c
mac80211: fix rcu-unsafe pointer dereference
by Christian Lamparter
· 14 years ago
258086a
mac80211: cancel restart_work in ieee80211_unregister_hw
by Christian Lamparter
· 14 years ago
ff67bb8
mac80211: fix warning for un-used parameter
by Wey-Yi Guy
· 14 years ago
0fb9a9e
net/mac80211: Use wiphy_<level>
by Joe Perches
· 14 years ago
2e161f7
cfg80211/mac80211: extensible frame processing
by Johannes Berg
· 14 years ago
ac4c977
mac80211: remove unused don't-encrypt flag
by Johannes Berg
· 14 years ago
5daa8a8
mac80211: dont advertise WEP if unavailable
by Johannes Berg
· 14 years ago
dc1580d
mac80211: remove unused status flag checks
by Johannes Berg
· 14 years ago
60ae0f2
mac80211: move key tfm setup
by Johannes Berg
· 14 years ago
97359d1
mac80211: use cipher suite selectors
by Johannes Berg
· 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
1fdaa46
net: mac80211: Fix a typo.
by Andrea Gelmini
· 14 years ago
2bff8eb
mac80211: AMPDU rx reorder timeout timer
by Christian Lamparter
· 14 years ago
071d9ac
mac80211: remove unused rate function parameter
by Christian Lamparter
· 14 years ago
aa0c863
mac80211: put rx handlers into separate functions
by Christian Lamparter
· 14 years ago
1ac62ba
mac80211: Don't squash error codes in key setup functions
by Ben Hutchings
· 14 years ago
a1699b7
mac80211: unify scan and work mutexes
by Johannes Berg
· 14 years ago
fc88518
mac80211: don't check rates on PLCP error frames
by Johannes Berg
· 14 years ago
ffd2778
mac80211: fix driver offchannel notification when the channel does not change
by Felix Fietkau
· 14 years ago
4e6cbfd
mac80211: support use of NAPI for bottom-half processing
by John W. Linville
· 14 years ago
93c08c3
mac80211: Fix compilation warning when CONFIG_INET is not set
by Juuso Oikarinen
· 14 years ago
1601b1e
mac80211: fix scan locking wrt. hw scan
by Johannes Berg
· 14 years ago
ae3568a
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
e5b900d
mac80211: allow drivers to request DTIM period
by Johannes Berg
· 14 years ago
4552124
mac80211: inform drivers about the off-channel status on channel changes
by Felix Fietkau
· 14 years ago
a0daa0e
Revert "mac80211: fix sw scan bracketing"
by Luis R. Rodriguez
· 14 years ago
e4ab7eb
mac80211: Put some code under MESH macro
by Yuri Ershov
· 15 years ago
bb7e95c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
32162a4
mac80211: Fix key freeing to handle unlinked keys
by Jouni Malinen
· 14 years ago
800f65b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6
by John W. Linville
· 14 years ago
a9ad99a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 14 years ago
d973497
mac80211: Don't set per-BSS QoS for monitor interfaces
by Sujith
· 14 years ago
ec25acc
mac80211: fix sta assignment
by Johannes Berg
· 14 years ago
66c5242
mac80211: remove bogus rcu_read_lock()
by Johannes Berg
· 14 years ago
7e98801
mac80211: freeing the wrong variable
by Dan Carpenter
· 14 years ago
ea65145
minstrel: don't complain about feedback for unrequested rates
by John W. Linville
· 14 years ago
00fc90c
minstrel_ht: remove unnecessary NULL check in minstrel_ht_update_caps
by John W. Linville
· 14 years ago
2a88e7e
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
7a17a33
mac80211: proper IBSS locking
by Johannes Berg
· 14 years ago
bc05d19
mac80211: fix IBSS lockdep complaint
by Johannes Berg
· 14 years ago
9dca9c4
mac80211: refuse shared key auth when WEP is unavailable
by Johannes Berg
· 14 years ago
53e9b1d
mac80211: set carrier on for monitor interfaces on ieee80211_open
by David Gnedt
· 14 years ago
4ced3f7
mac80211: move QoS-enable to BSS info
by Johannes Berg
· 14 years ago
875ae5f
mac80211: fix aggregation action frame handling with AP VLANs
by Felix Fietkau
· 14 years ago
06ee1c2
wireless: use netif_rx_ni in ieee80211_send_layer2_update
by John W. Linville
· 14 years ago
088c872
mac80211: improve error checking if WEP fails to init
by John W. Linville
· 14 years ago
15804e3
mac80211: skip HT parsing if HW does not support HT
by Christian Lamparter
· 14 years ago
e300d95
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
3473187
mac80211: remove wep dependency
by John W. Linville
· 14 years ago
ecc3d5a
minstrel_ht: fix check for downgrading of top2 rate
by Ming Lei
· 14 years ago
009271f
minstrel_ht: fix updating rate with best probability
by Ming Lei
· 14 years ago
05318bc
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
92b50c4
mac82011: Allow selection of minstrel_ht as default rc algorithm
by Helmut Schaa
· 15 years ago
c466d4e
mac80211: add basic tracing to drv_get_survey
by John W. Linville
· 15 years ago
ff3074a
mac80211: remove unnecessary check in ieee80211_dump_survey
by John W. Linville
· 15 years ago
38bdb65
mac80211: fix the for_each_sta_info macro
by Felix Fietkau
· 15 years ago
5ed3bc7
mac80211: use netif_receive_skb in ieee80211_tx_status callpath
by John W. Linville
· 15 years ago
5548a8a
mac80211: use netif_receive_skb in ieee80211_rx callpath
by John W. Linville
· 15 years ago
fa61cf7
cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units
by Juuso Oikarinen
· 15 years ago
c937019
mac80211: avoid scheduling while atomic in mesh_rx_plink_frame
by John W. Linville
· 15 years ago
Next »