index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-23
mac80211: fix channel switch for chanctx-based drivers
Michal Kazior
1
-1
/
+1
2014-07-29
Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
16
-166
/
+637
2014-07-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-11
/
+14
2014-07-23
mac80211: fix crash on getting sta info with uninitialized rate control
Felix Fietkau
1
-1
/
+4
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
John W. Linville
14
-155
/
+623
2014-07-21
mac80211: add support for Rx reordering offloading
Michal Kazior
3
-23
/
+118
2014-07-21
mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE
Michal Kazior
4
-24
/
+62
2014-07-21
mac80211: remove useless NULL checks
Eytan Lifshitz
1
-3
/
+0
2014-07-21
mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt
Max Stepanov
1
-1
/
+1
2014-07-21
mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag
Luciano Coelho
2
-8
/
+1
2014-07-21
mac80211: make sure TDLS teardown packet is sent on time
Liad Kaufman
1
-0
/
+11
2014-07-21
mac80211: ignore frames between TDLS peers when operating as AP
Arik Nemtsov
1
-0
/
+8
2014-07-21
mac80211: disable VHT for TDLS
Arik Nemtsov
1
-0
/
+4
2014-07-21
mac80211: set Rx highest rate in ht_cap
Arik Nemtsov
1
-0
/
+3
2014-07-21
mac80211: support HT for TDLS stations
Arik Nemtsov
2
-8
/
+87
2014-07-21
mac80211: move TDLS data to mgd private part
Arik Nemtsov
4
-19
/
+20
2014-07-21
mac80211: add TDLS QoS param IE on setup-confirm
Arik Nemtsov
1
-0
/
+124
2014-07-21
mac80211: add QoS IE during TDLS setup start
Arik Nemtsov
5
-21
/
+26
2014-07-21
mac80211: set TDLS capab to zero on failure frames
Arik Nemtsov
1
-4
/
+12
2014-07-21
mac80211: avoid adding some IEs on TDLS setup failure packets
Arik Nemtsov
1
-26
/
+32
2014-07-21
mac80211: split extra TDLS IEs in setup frames
Arik Nemtsov
1
-7
/
+70
2014-07-21
mac80211: consolidate TDLS IE treatment
Arik Nemtsov
1
-28
/
+41
2014-07-21
mac80211: fix error path for TDLS setup
Arik Nemtsov
1
-6
/
+10
2014-07-21
mac80211: track TDLS initiator internally
Arik Nemtsov
2
-11
/
+27
2014-07-18
mac80211: suppress unused variable warning without lockdep
Johannes Berg
1
-1
/
+1
2014-07-16
mac80211: remove unnecessary break after return
Fabian Frederick
1
-1
/
+0
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-3
/
+3
2014-07-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+3
2014-07-07
Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
Johannes Berg
1
-10
/
+10
2014-06-25
mac80211: use chanctx reservation for STA CSA
Michal Kazior
3
-104
/
+69
2014-06-25
mac80211: use chanctx reservation for AP CSA
Michal Kazior
2
-29
/
+88
2014-06-25
mac80211: make check_combinations() aware of chanctx reservation
Michal Kazior
1
-4
/
+31
2014-06-25
mac80211: implement multi-vif in-place reservations
Michal Kazior
3
-85
/
+715
2014-06-25
mac80211: split sched scan IEs
David Spinadel
2
-24
/
+25
2014-06-25
mac80211: support more than one band in scan request
David Spinadel
4
-61
/
+140
2014-06-23
mac80211: protect TDLS discovery session
Arik Nemtsov
3
-1
/
+32
2014-06-23
mac80211: make sure TDLS peer STA exists during setup
Arik Nemtsov
1
-0
/
+13
2014-06-23
mac80211: add API to request TDLS operation from userspace
Arik Nemtsov
1
-0
/
+17
2014-06-23
mac80211: implement proper Tx path flushing for TDLS
Arik Nemtsov
2
-0
/
+58
2014-06-23
mac80211: split tdls_mgmt function
Arik Nemtsov
1
-23
/
+55
2014-06-23
mac80211: use TDLS initiator in tdls_mgmt operations
Arik Nemtsov
1
-12
/
+28
2014-06-23
cfg80211: pass TDLS initiator in tdls_mgmt operations
Arik Nemtsov
2
-2
/
+4
2014-06-23
mac80211: cleanup TDLS state during failed setup
Arik Nemtsov
3
-24
/
+115
2014-06-23
mac80211: set auth flags after other station info
Arik Nemtsov
1
-3
/
+13
2014-06-23
mac80211: clarify TDLS Tx handling
Arik Nemtsov
1
-16
/
+17
2014-06-23
mac80211: stop only the queues assigned to the vif during channel switch
Luciano Coelho
4
-64
/
+35
2014-06-23
mac80211: add functions to stop and wake all queues assigned to a vif
Luciano Coelho
2
-6
/
+41
2014-06-23
mac80211: introduce refcount for queue_stop_reasons
Luciano Coelho
10
-46
/
+98
2014-06-23
mac80211: don't stop all queues when flushing
Luciano Coelho
1
-2
/
+2
2014-06-23
net: Mac80211: Remove silly timespec dance
Thomas Gleixner
2
-9
/
+3
[next]