summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2025-07-18wifi: mac80211: Don't call fq_flow_idx() for management framesAlexander Wetzel1-1/+2
2025-07-18wifi: mac80211: Do not schedule stopped TXQsAlexander Wetzel1-1/+3
2025-07-18wifi: mac80211: support returning the S1G short beacon skbLachlan Hodges1-11/+84
2025-07-18wifi: mac80211: support initialising current S1G short beacon indexLachlan Hodges5-9/+40
2025-07-18wifi: mac80211: support initialising an S1G short beaconing BSSLachlan Hodges2-2/+73
2025-07-18wifi: mac80211: reject TDLS operations when station is not associatedMoon Hee Lee1-1/+1
2025-07-18wifi: mac80211: extend connection monitoring for MLOMaharaja Kennadyrajan1-24/+52
2025-07-18wifi: mac80211: extend beacon monitoring for MLOMaharaja Kennadyrajan1-5/+36
2025-07-18wifi: mac80211: Add link iteration macro for link data with rcu_dereferenceMaharaja Kennadyrajan1-0/+13
2025-07-18wifi: mac80211: fix macro scoping in for_each_link_dataAditya Kumar Singh1-1/+3
2025-07-18wifi: cfg80211/mac80211: remove wrong scan request n_channelsJohannes Berg1-1/+0
2025-07-15wifi: mac80211: use RCU-safe iteration in ieee80211_csa_finishMaharaja Kennadyrajan2-1/+16
2025-07-15wifi: mac80211: parse unsolicited broadcast probe response dataYuvarani V1-0/+12
2025-07-15wifi: mac80211: don't use TPE data from assoc responseJohannes Berg1-5/+28
2025-07-15wifi: mac80211: handle WLAN_HT_ACTION_NOTIFY_CHANWIDTH asyncMiri Korenblit4-30/+80
2025-07-15wifi: mac80211: simplify __ieee80211_rx_h_amsdu() loopJohannes Berg1-15/+8
2025-07-15wifi: mac80211: don't mark keys for inactive links as uploadedMiri Korenblit1-1/+2
2025-07-15wifi: mac80211: only assign chanctx in reconfigMiri Korenblit1-4/+6
2025-07-15wifi: mac80211: clean up cipher suite handlingJohannes Berg2-54/+17
2025-07-15wifi: mac80211: don't send keys to driver when fips_enabledJohannes Berg2-1/+8
2025-07-15wifi: mac80211: remove ieee80211_link_unreserve_chanctx() return valueJohannes Berg2-6/+4
2025-07-15wifi: mac80211: don't unreserve never reserved chanctxJohannes Berg1-1/+2
2025-07-15wifi: mac80211: make VHT opmode NSS ignore a debug messageJohannes Berg1-2/+3
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-14/+31
2025-07-10wifi: mac80211: add the virtual monitor after reconfig completeMiri Korenblit1-5/+4
2025-07-10wifi: mac80211: always initialize sdata::key_listMiri Korenblit1-2/+2
2025-07-09wifi: mac80211: don't complete management TX on SAE commitJohannes Berg1-1/+8
2025-07-09wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupportSomashekhar Puttagangaiah3-0/+60
2025-07-09wifi: mac80211: send extended MLD capa/ops if AP has itJohannes Berg1-9/+45
2025-07-09wifi: mac80211: copy first_part into HW scanBenjamin Berg1-1/+2
2025-07-09wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ codeJohannes Berg2-6/+1
2025-07-09wifi: mac80211: fix deactivated link CSAJohannes Berg1-0/+17
2025-07-09wifi: mac80211: add mandatory bitrate support for 6 GHzSomashekhar Puttagangaiah1-1/+2
2025-07-09wifi: mac80211: remove spurious blank lineJohannes Berg1-1/+0
2025-07-09wifi: mac80211: verify state before connectionMiri Korenblit1-8/+14
2025-07-09wifi: mac80211: Fix uninitialized variable with __free() in ieee80211_ml_epcs()Pagadala Yesu Anjaneyulu1-1/+1
2025-07-09wifi: mac80211: avoid weird state in error pathMiri Korenblit1-1/+8
2025-07-08wifi: mac80211: fix rx link assignment for non-MLO stationsHari Chandrakanthan1-3/+9
2025-07-07wifi: mac80211: reject VHT opmode for unsupported channel widthsMoon Hee Lee1-0/+14
2025-07-07wifi: mac80211: fix non-transmitted BSSID profile searchJohannes Berg1-4/+2
2025-07-07wifi: mac80211: clear frame buffer to never leak stackJohannes Berg1-0/+3
2025-07-07wifi: mac80211: correctly identify S1G short beaconLachlan Hodges1-2/+5
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2025-06-24wifi: mac80211: add support for S1G aggregationLachlan Hodges3-4/+8
2025-06-24wifi: mac80211: add support for storing station S1G capabilitiesLachlan Hodges1-0/+5
2025-06-24wifi: mac80211: handle station association response with S1GLachlan Hodges3-0/+35
2025-06-24wifi: mac80211: Set RTS threshold on per-radio basisRoopni Devanathan2-3/+18
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan12-72/+130
2025-06-24wifi: mac80211: add link_sta_statistics ops to fill link station statisticsSarika Sharma3-3/+49
2025-06-24wifi: mac80211: correct RX stats packet increment for multi-linkSarika Sharma1-2/+13