summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-08wifi: mac80211: correctly document struct mesh_tableJeff Johnson1-1/+1
2024-04-08wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder1-1/+2
2024-04-08wifi: mac80211: don't use rate mask for scanningJohannes Berg3-5/+15
2024-04-08wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg1-0/+4
2024-04-04Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski13-56/+161
2024-03-25wifi: mac80211: use kvcalloc() for codel varsJohannes Berg1-3/+3
2024-03-25wifi: mac80211: reactivate multi-link later in restartJohannes Berg2-3/+11
2024-03-25wifi: mac80211: improve drop for action frame returnJohannes Berg2-3/+4
2024-03-25wifi: mac80211: don't ask driver about no-op link changesJohannes Berg1-1/+4
2024-03-25wifi: mac80211: don't select link ID if not provided in scan requestAyala Beker1-12/+4
2024-03-25wifi: mac80211: clarify IEEE80211_STATUS_SUBDATA_MASKJohannes Berg2-2/+2