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
/
mlme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-22
mac80211: ignore quiet mode in probe
Sara Sharon
1
-3
/
+3
2019-02-22
mac80211: allow CSA to self with immediate quiet
Sara Sharon
1
-1
/
+2
2019-02-22
mac80211: notify driver on subsequent CSA beacons
Sara Sharon
1
-11
/
+16
2019-02-22
mac80211: abort CSA if beacon does not include CSA IEs
Sara Sharon
1
-6
/
+37
2019-02-22
mac80211: support max channel switch time element
Sara Sharon
1
-0
/
+1
2019-02-22
cfg80211: Report Association Request frame IEs in association events
Jouni Malinen
1
-2
/
+12
2019-02-08
mac80211: indicate support for multiple BSSID
Sara Sharon
1
-0
/
+15
2019-02-08
mac80211: support multi-bssid
Sara Sharon
1
-37
/
+88
2019-02-08
mac80211: pass bssids to elements parsing function
Sara Sharon
1
-19
/
+26
2018-12-19
Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...
David S. Miller
1
-14
/
+39
2018-12-18
mac80211: do not advertise HE cap IE if HE disabled
Shaul Triebitz
1
-10
/
+9
2018-12-18
mac80211: set STA flag DISABLE_HE if HE is not supported
Shaul Triebitz
1
-2
/
+4
2018-12-18
mac80211: update driver when MU EDCA params change
Shaul Triebitz
1
-2
/
+10
2018-12-18
mac80211: propagate the support for TWT to the driver
Emmanuel Grumbach
1
-0
/
+16
2018-11-09
mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()
Wei Yongjun
1
-4
/
+8
2018-10-11
mac80211: Extend SAE authentication in infra BSS STA mode
Jouni Malinen
1
-23
/
+47
2018-10-11
mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocation
Jouni Malinen
1
-7
/
+4
2018-10-11
mac80211: Helper function for marking STA authenticated
Jouni Malinen
1
-12
/
+22
2018-09-05
mac80211: fix saving a few HE values
Naftali Goldstein
1
-10
/
+7
2018-09-05
mac80211: add ability to parse CCFS2
Johannes Berg
1
-2
/
+4
2018-09-04
Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-2
/
+68
2018-09-03
mac80211: don't Tx a deauth frame if the AP forbade Tx
Emmanuel Grumbach
1
-2
/
+15
2018-09-03
mac80211: Fix station bandwidth setting after channel switch
Ilan Peer
1
-0
/
+53
2018-06-29
mac80211: remove unnecessary NULL check
Johannes Berg
1
-2
/
+1
2018-06-29
mac80211: fix potential null pointer dereference
Gustavo A. R. Silva
1
-1
/
+3
2018-06-18
mac80211: add support for HE
Luca Coelho
1
-17
/
+271
2018-06-15
mac80211: split ieee80211_send_probe_req()
Johannes Berg
1
-5
/
+17
2018-06-15
mac80211: add probe request building flags
Johannes Berg
1
-2
/
+3
2018-05-23
mac80211: Support adding duration for prepare_tx() callback
Ilan Peer
1
-6
/
+11
2018-05-07
mac80211: Adjust SAE authentication timeout
Ilan Peer
1
-7
/
+18
2018-04-19
mac80211: Fix condition validating WMM IE
Ilan Peer
1
-1
/
+1
2018-03-29
Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...
David S. Miller
1
-77
/
+91
2018-03-29
mac80211: don't WARN on bad WMM parameters from buggy APs
Emmanuel Grumbach
1
-1
/
+2
2018-03-29
mac80211: Send control port frames over nl80211
Denis Kenzior
1
-0
/
+2
2018-03-29
mac80211: remove shadowing duplicated variable
Johannes Berg
1
-2
/
+0
2018-03-29
mac80211: limit wmm params to comply with ETSI requirements
Haim Dreyfuss
1
-0
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-03-21
mac80211: inform wireless layer when frame RSSI is invalid
Tosoni
1
-74
/
+86
2018-03-21
mac80211: add ieee80211_hw flag for QoS NDP support
Ben Caradoc-Davies
1
-1
/
+2
2018-02-22
mac80211: Call mgd_prep_tx before transmitting deauthentication
Ilan Peer
1
-1
/
+15
2018-02-22
mac80211: add get TID helper
Sara Sharon
1
-1
/
+1
2017-12-11
mac80211: don't warn on AID field without top two MSBs set
Johannes Berg
1
-4
/
+5
2017-12-11
mac80211: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2017-11-27
mac80211: use QoS NDP for AP probing
Johannes Berg
1
-1
/
+1
2017-11-20
mac80211: Convert timers to use timer_setup()
Kees Cook
1
-18
/
+14
2017-10-13
mac80211: don't track HT capability changes
Johannes Berg
1
-11
/
+3
2017-09-21
mac80211: simplify and clarify IE splitting
Johannes Berg
1
-12
/
+7
2017-09-05
mac80211: fix incorrect assignment of reassoc value
Simon Dinkin
1
-1
/
+1
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-8
/
+4
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-8
/
+8
[next]