summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski16-291/+1238
2024-05-29wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov1-4/+10
2024-05-29wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong1-2/+8
2024-05-29wifi: mac80211: fix Spatial Reuse element size checkLingbo Kong1-1/+1
2024-05-29wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh1-2/+2
2024-05-29wifi: mac80211: handle tasklet frames before stoppingJohannes Berg3-2/+12
2024-05-29wifi: mac80211: apply mcast rate only if interface is upJohannes Berg1-2/+3
2024-05-29wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel1-2/+2
2024-05-29wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande1-0/+1
2024-05-29wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande1-0/+13
2024-05-29wifi: mac80211: handle HW restart during ROCJohannes Berg3-3/+36
2024-05-29wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg1-1/+2
2024-05-23wifi: mac80211: send DelBA with correct BSSIDJohannes Berg1-1/+1
2024-05-23wifi: mac80211: reset negotiated TTLM on disconnectJohannes Berg1-0/+1
2024-05-23wifi: mac80211: don't stop TTLM works againJohannes Berg1-3/+0
2024-05-23wifi: mac80211: cancel TTLM teardown work earlierJohannes Berg1-2/+3
2024-05-23wifi: mac80211: cancel multi-link reconf work on disconnectJohannes Berg1-2/+5
2024-05-23wifi: mac80211: fix TTLM teardown workJohannes Berg1-1/+1
2024-05-23wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_confPradeep Kumar Chitrapu1-0/+5
2024-05-23wifi: mac80211: refactor chanreq.ap settingJohannes Berg1-14/+29
2024-05-23wifi: mac80211: handle TPE element during CSAJohannes Berg3-0/+29
2024-05-23wifi: mac80211: handle wider bandwidth OFDMA during CSAJohannes Berg2-3/+10
2024-05-23wifi: mac80211: collect some CSA data into sub-structsJohannes Berg7-61/+65
2024-05-23wifi: mac80211: mlme: handle cross-link CSAJohannes Berg4-92/+403
2024-05-23wifi: mac80211: move radar detect work to sdataJohannes Berg6-13/+13
2024-05-23wifi: mac80211: track changes in AP's TPEJohannes Berg1-2/+14
2024-05-23wifi: mac80211: pass parsed TPE data to driversJohannes Berg6-43/+603
2024-05-23wifi: mac80211: update 6 GHz AP power type before associationMukesh Sisodiya1-28/+27
2024-05-23wifi: mac80211: remove extra link STA functionsJohannes Berg1-36/+13
2024-05-23wifi: mac80211: remove outdated commentsJohannes Berg2-8/+0
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-1/+1
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh2-49/+102
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh1-5/+5
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-36/+134
2024-04-19wifi: mac80211: handle link ID during management TxSriram R1-1/+11
2024-04-19wifi: mac80211: handle sdata->u.ap.active flag with MLOAditya Kumar Singh1-3/+7
2024-04-19wifi: mac80211: add return docs for sta_info_flush()Johannes Berg1-2/+2
2024-04-19wifi: mac80211: keep mac80211 consistent on link activation failureBenjamin Berg3-16/+52
2024-04-19wifi: mac80211: simplify ieee80211_assign_link_chanctx()Johannes Berg1-8/+9
2024-04-19wifi: mac80211: reserve chanctx during findJohannes Berg1-2/+29
2024-04-19wifi: mac80211: defer link switch work in reconfigMiri Korenblit2-0/+12
2024-04-19wifi: mac80211: transmit deauth only if link is availableJohannes Berg4-26/+46
2024-04-19wifi: mac80211: fix unaligned le16 accessJohannes Berg1-1/+1
2024-04-19wifi: mac80211: remove link before APJohannes Berg1-2/+5
2024-04-19wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg1-4/+9
2024-04-19wifi: mac80211: mlme: fix memory leakJohannes Berg1-1/+3
2024-04-19wifi: mac80211: mlme: re-parse with correct modeJohannes Berg1-1/+1
2024-04-19wifi: mac80211: fix idle calculation with multi-linkJohannes Berg1-5/+22
2024-04-17wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau4-16/+72
2024-04-08wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphersMichael-CY Lee1-2/+10