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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
2025-02-26
wifi: mac80211: fix MLE non-inheritance parsing
Johannes Berg
1
-0
/
+1
2025-01-15
wifi: mac80211: fix memory leak in ieee80211_mgd_assoc_ml_reconf()
Dan Carpenter
1
-2
/
+4
2025-01-13
wifi: mac80211: avoid double free in auth/assoc timeout
Miri Korenblit
1
-2
/
+4
2025-01-13
wifi: mac80211: pass correct link ID on assoc
Benjamin Berg
1
-0
/
+2
2025-01-13
wifi: mac80211: Support dynamic link addition and removal
Ilan Peer
1
-1
/
+756
2025-01-13
wifi: mac80211: Pull link space calculation to a function
Ilan Peer
1
-31
/
+53
2025-01-13
wifi: mac80211: Refactor adding association elements
Ilan Peer
1
-35
/
+38
2025-01-13
wifi: mac80211: also verify requirements in EXT_SUPP_RATES
Benjamin Berg
1
-3
/
+10
2025-01-13
wifi: mac80211: verify BSS membership selectors and basic rates
Benjamin Berg
1
-65
/
+128
2025-01-13
wifi: mac80211: parse BSS selectors and unknown rates
Benjamin Berg
1
-7
/
+18
2025-01-13
wifi: mac80211: skip all known membership selectors
Benjamin Berg
1
-7
/
+2
2025-01-13
wifi: mac80211: log link information in ieee80211_determine_chan_mode
Benjamin Berg
1
-13
/
+17
2025-01-13
wifi: mac80211: fix typo in HE MCS check
Benjamin Berg
1
-1
/
+1
2025-01-13
wifi: mac80211: mlme: improve messages from config_bw()
Johannes Berg
1
-11
/
+13
2025-01-13
wifi: mac80211: change disassoc sequence a bit
Miri Korenblit
1
-2
/
+22
2024-12-03
wifi: mac80211: fix a queue stall in certain cases of CSA
Emmanuel Grumbach
1
-2
/
+0
2024-10-23
wifi: mac80211: add an option to fake ieee80211_connection_loss
Miri Korenblit
1
-2
/
+9
2024-10-23
wifi: mac80211: allow rate_control_rate_init() for links
Johannes Berg
1
-1
/
+1
2024-10-23
wifi: mac80211: __ieee80211_recalc_txpower receives a link
Emmanuel Grumbach
1
-1
/
+1
2024-10-23
wifi: mac80211: remove unneeded parameters
Emmanuel Grumbach
1
-6
/
+4
2024-10-23
wifi: mac80211: make bss_param_ch_cnt available for the low level driver
Emmanuel Grumbach
1
-2
/
+91
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-06
wifi: cfg80211/mac80211: use proper link ID for DFS
Aditya Kumar Singh
1
-2
/
+2
2024-09-06
wifi: cfg80211: handle DFS per link
Aditya Kumar Singh
1
-1
/
+1
2024-09-06
wifi: cfg80211: move DFS related members to links[] in wireless_dev
Aditya Kumar Singh
1
-1
/
+1
2024-09-06
Revert "wifi: mac80211: move radar detect work to sdata"
Aditya Kumar Singh
1
-4
/
+5
2024-09-05
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-14
/
+18
2024-08-28
wifi: mac80211: Check for missing VHT elements only for 5 GHz
Ilan Peer
1
-13
/
+16
2024-08-28
wifi: mac80211: fix RCU list iterations
Johannes Berg
1
-1
/
+1
2024-08-27
wifi: mac80211: fix the comeback long retry times
Emmanuel Grumbach
1
-0
/
+1
2024-08-26
wifi: mac80211: fix beacon SSID mismatch handling
Daniel Gabay
1
-1
/
+1
2024-06-28
wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREP
Johannes Berg
1
-23
/
+3
2024-06-28
wifi: mac80211: Use the link BSS configuration for beacon processing
Ilan Peer
1
-12
/
+12
2024-06-26
wifi: mac80211: check SSID in beacon
Johannes Berg
1
-0
/
+32
2024-06-26
wifi: mac80211: handle protected dual of public action
Johannes Berg
1
-8
/
+14
2024-06-26
wifi: mac80211: restrict public action ECSA frame handling
Johannes Berg
1
-9
/
+50
2024-06-26
wifi: mac80211: refactor CSA queue block/unblock
Johannes Berg
1
-27
/
+6
2024-05-23
wifi: mac80211: reset negotiated TTLM on disconnect
Johannes Berg
1
-0
/
+1
2024-05-23
wifi: mac80211: don't stop TTLM works again
Johannes Berg
1
-3
/
+0
2024-05-23
wifi: mac80211: cancel TTLM teardown work earlier
Johannes Berg
1
-2
/
+3
2024-05-23
wifi: mac80211: cancel multi-link reconf work on disconnect
Johannes Berg
1
-2
/
+5
2024-05-23
wifi: mac80211: fix TTLM teardown work
Johannes Berg
1
-1
/
+1
2024-05-23
wifi: mac80211: refactor chanreq.ap setting
Johannes Berg
1
-14
/
+29
2024-05-23
wifi: mac80211: handle TPE element during CSA
Johannes Berg
1
-0
/
+18
2024-05-23
wifi: mac80211: handle wider bandwidth OFDMA during CSA
Johannes Berg
1
-2
/
+6
2024-05-23
wifi: mac80211: collect some CSA data into sub-structs
Johannes Berg
1
-35
/
+35
2024-05-23
wifi: mac80211: mlme: handle cross-link CSA
Johannes Berg
1
-92
/
+378
2024-05-23
wifi: mac80211: move radar detect work to sdata
Johannes Berg
1
-5
/
+4
2024-05-23
wifi: mac80211: track changes in AP's TPE
Johannes Berg
1
-2
/
+14
2024-05-23
wifi: mac80211: pass parsed TPE data to drivers
Johannes Berg
1
-30
/
+200
[next]