Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bb864e07b2ea9c3cb0206973baa79dc5f27d2ee8
/
net
/
mac80211
47e4df9
mac80211: fix channel switch for chanctx-based drivers
by Michal Kazior
· 10 years ago
3fd0202
Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
9a24440
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
fa8f136
mac80211: fix crash on getting sta info with uninitialized rate control
by Felix Fietkau
· 10 years ago
a006827
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
08cf42e
mac80211: add support for Rx reordering offloading
by Michal Kazior
· 10 years ago
83eb935
mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE
by Michal Kazior
· 10 years ago
60e83de
mac80211: remove useless NULL checks
by Eytan Lifshitz
· 10 years ago
aeb136c
mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt
by Max Stepanov
· 10 years ago
3e2a022
mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag
by Luciano Coelho
· 10 years ago
bb3f848
mac80211: make sure TDLS teardown packet is sent on time
by Liad Kaufman
· 10 years ago
db8e173
mac80211: ignore frames between TDLS peers when operating as AP
by Arik Nemtsov
· 10 years ago
bed766b
mac80211: disable VHT for TDLS
by Arik Nemtsov
· 10 years ago
dc5943d
mac80211: set Rx highest rate in ht_cap
by Arik Nemtsov
· 10 years ago
13cc8a4
mac80211: support HT for TDLS stations
by Arik Nemtsov
· 10 years ago
81dd2b8
mac80211: move TDLS data to mgd private part
by Arik Nemtsov
· 10 years ago
6f7eaa4
mac80211: add TDLS QoS param IE on setup-confirm
by Arik Nemtsov
· 10 years ago
40b861a
mac80211: add QoS IE during TDLS setup start
by Arik Nemtsov
· 10 years ago
dd8c0b0
mac80211: set TDLS capab to zero on failure frames
by Arik Nemtsov
· 10 years ago
1606ef4
mac80211: avoid adding some IEs on TDLS setup failure packets
by Arik Nemtsov
· 10 years ago
f09a87d
mac80211: split extra TDLS IEs in setup frames
by Arik Nemtsov
· 10 years ago
46792a2
mac80211: consolidate TDLS IE treatment
by Arik Nemtsov
· 10 years ago
6ae32e5
mac80211: fix error path for TDLS setup
by Arik Nemtsov
· 10 years ago
626911c
mac80211: track TDLS initiator internally
by Arik Nemtsov
· 10 years ago
1d4cc30
mac80211: suppress unused variable warning without lockdep
by Johannes Berg
· 10 years ago
be45dff
mac80211: remove unnecessary break after return
by Fabian Frederick
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
5c4d5e8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
08b9939
Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
by Johannes Berg
· 10 years ago
4c3ebc5
mac80211: use chanctx reservation for STA CSA
by Michal Kazior
· 10 years ago
03078de
mac80211: use chanctx reservation for AP CSA
by Michal Kazior
· 10 years ago
71e6195
mac80211: make check_combinations() aware of chanctx reservation
by Michal Kazior
· 10 years ago
5bcae31
mac80211: implement multi-vif in-place reservations
by Michal Kazior
· 10 years ago
633e271
mac80211: split sched scan IEs
by David Spinadel
· 11 years ago
c56ef67
mac80211: support more than one band in scan request
by David Spinadel
· 11 years ago
ee10f2c
mac80211: protect TDLS discovery session
by Arik Nemtsov
· 10 years ago
7adc3e4
mac80211: make sure TDLS peer STA exists during setup
by Arik Nemtsov
· 10 years ago
c887f0d3
mac80211: add API to request TDLS operation from userspace
by Arik Nemtsov
· 10 years ago
db67d66
mac80211: implement proper Tx path flushing for TDLS
by Arik Nemtsov
· 10 years ago
191dd46
mac80211: split tdls_mgmt function
by Arik Nemtsov
· 10 years ago
2fb6b9b
mac80211: use TDLS initiator in tdls_mgmt operations
by Arik Nemtsov
· 10 years ago
31fa97c
cfg80211: pass TDLS initiator in tdls_mgmt operations
by Arik Nemtsov
· 10 years ago
17e6a59
mac80211: cleanup TDLS state during failed setup
by Arik Nemtsov
· 10 years ago
68885a5
mac80211: set auth flags after other station info
by Arik Nemtsov
· 10 years ago
9deba04
mac80211: clarify TDLS Tx handling
by Arik Nemtsov
· 10 years ago
a46992b
mac80211: stop only the queues assigned to the vif during channel switch
by Luciano Coelho
· 10 years ago
26da23b
mac80211: add functions to stop and wake all queues assigned to a vif
by Luciano Coelho
· 10 years ago
cca07b0
mac80211: introduce refcount for queue_stop_reasons
by Luciano Coelho
· 10 years ago
59f48fe
mac80211: don't stop all queues when flushing
by Luciano Coelho
· 10 years ago
8d7b70f
net: Mac80211: Remove silly timespec dance
by Thomas Gleixner
· 10 years ago
1817152
mac80211: Use ktime_get_ts()
by Thomas Gleixner
· 10 years ago
10d78f2
mac80211: use csa counter offsets instead of csa_active
by Michal Kazior
· 10 years ago
af296bd
mac80211: move csa counters from sdata to beacon/presp
by Michal Kazior
· 10 years ago
b493283
mac80211: allow tx via monitor iface when DFS
by Janusz Dziedzic
· 10 years ago
b7ffbd7
cfg80211: make ethtool the driver's responsibility
by Johannes Berg
· 10 years ago
ba9030c
mac80211: remove weak WEP IV accounting
by Johannes Berg
· 10 years ago
b314c66
trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/
by Antonio Ospite
· 10 years ago
2b470c3
mac80211: remove ignore_plink_timer flag
by Bob Copeland
· 10 years ago
5ac2e35
mac80211: fix station/driver powersave race
by Johannes Berg
· 10 years ago
20edb50
mac80211: remove PID rate control
by John W. Linville
· 10 years ago
744462a
mac80211: WEP extra head/tail room in ieee80211_send_auth
by Max Stepanov
· 10 years ago
902455e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
87757a9
net: force a list_del() in unregister_netdevice_many()
by Eric Dumazet
· 10 years ago
737be10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
d3a58df
mac80211: set new interfaces as idle upon init
by Avraham Stern
· 10 years ago
abd43a6
mac80211: reduce packet loss notifications under load
by Felix Fietkau
· 10 years ago
923eaf3
mac80211: don't check netdev state for debugfs read/write
by Arik Nemtsov
· 10 years ago
53d0452
mac80211: fix a memory leak on sta rate selection table
by Felix Fietkau
· 10 years ago
03c4444
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
c7d37a6
mac80211: fix IBSS join by initializing last_scan_completed
by Krzysztof Hałasa
· 10 years ago
34171dc
mac80211: fix virtual monitor interface addition
by Emmanuel Grumbach
· 10 years ago
1a5f0c1
mac80211: add a single-transaction driver op to switch contexts
by Luciano Coelho
· 10 years ago
40a10fd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
cca674d
mac80211: export the expected throughput
by Antonio Quartulli
· 10 years ago
3b3a016
cfg80211: constify MAC addresses in cfg80211 ops
by Johannes Berg
· 10 years ago
00591ce
mac80211: minstrel-ht: small clarifications
by Johannes Berg
· 10 years ago
1af586c
mac80211: Handle the CSA counters correctly
by Andrei Otcheretianski
· 11 years ago
6ec8c33
mac80211: Provide ieee80211_beacon_get_template API
by Andrei Otcheretianski
· 11 years ago
0d06d9b
mac80211: Support multiple CSA counters
by Andrei Otcheretianski
· 11 years ago
9a774c7
cfg80211: Support multiple CSA counters
by Andrei Otcheretianski
· 11 years ago
387910c
mac80211: Update CSA counters in mgmt frames
by Andrei Otcheretianski
· 11 years ago
b4b177a
mac80211: fix on-channel remain-on-channel
by Johannes Berg
· 10 years ago
3231d65
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
c52666a
mac80211: fix suspend vs. association race
by Emmanuel Grumbach
· 10 years ago
f9ac71b
mac80211: fix vif name tracing
by Eliad Peller
· 11 years ago
f6837ba
mac80211: handle failed restart/resume better
by Johannes Berg
· 11 years ago
4a817aa
mac80211: allow VHT with peers not capable of 40MHz
by Johannes Berg
· 11 years ago
f29f58a
mac80211: fix sparse warning caused by __ieee80211_channel_switch()
by Luciano Coelho
· 11 years ago
cf8767d
mac80211: disconnect iface if CSA unexpectedly fails
by Michal Kazior
· 11 years ago
e5593f5
mac80211: ignore cqm during csa
by Michal Kazior
· 11 years ago
6619950
mac80211: split CSA finalize function
by Michal Kazior
· 11 years ago
59af692
mac80211: fix CSA tx queue stopping
by Michal Kazior
· 11 years ago
33926eb
mac80211: mark local variable __maybe_unused
by Johannes Berg
· 11 years ago
95224fe
mac80211: move TDLS code to another file
by Arik Nemtsov
· 11 years ago
0c4972c
mac80211: set an external flag for TDLS stations
by Arik Nemtsov
· 11 years ago
e669ba2
mac80211: fix nested rtnl locking on ieee80211_reconfig
by Eliad Peller
· 11 years ago
f4ebddf
mac80211: Fix mac80211 station info rx bitrate for IBSS mode
by Henning Rogge
· 11 years ago
f659544
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
8c5bb1f
mac80211: remove BUG_ON usage
by Johannes Berg
· 11 years ago
3b1700b
mac80211: Support dynamic AP mode channel width changes
by Jouni Malinen
· 11 years ago
Next »