summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2026-06-10Merge tag 'wireless-next-2026-06-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski26-355/+1439
2026-06-05wifi: mac80211: Add 802.3 multicast encapsulation offload supportTamizh Chelvam Raja1-7/+44
2026-06-05wifi: mac80211: Add multicast to unicast support for 802.3 pathTamizh Chelvam Raja1-7/+26
2026-06-05wifi: mac80211: Add sta pointer sanity check in ieee80211_8023_xmit()Tamizh Chelvam Raja1-4/+9
2026-06-05wifi: mac80211: fold tid_ampdu_rx allocations into a flexible arrayRosen Penev3-31/+18
2026-06-05wifi: mac80211: Fix -Wc23-extensions in hwmp_route_info_get()Nathan Chancellor1-2/+4
2026-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2026-06-04wifi: mac80211: fix monitor mode frame capture for real chanctx drivers傅继晗1-2/+12
2026-06-04wifi: mac80211: Free keys associated with NAN DeviceIlan Peer1-0/+6
2026-06-03wifi: mac80211: AP: handle DBE for clientsJohannes Berg6-3/+203
2026-06-03wifi: mac80211: parse and apply UHR DBE channelJohannes Berg7-14/+513
2026-06-03wifi: mac80211: refactor link STA bandwidth updateJohannes Berg4-40/+37
2026-06-03wifi: mac80211: explain ieee80211_determine_chan_mode() parsingJohannes Berg1-0/+8
2026-06-03wifi: mac80211: mlme: allow UHR only with MLOJohannes Berg1-1/+1
2026-06-03wifi: mac80211: always expose multi-link elementJohannes Berg1-1/+8
2026-06-03wifi: mac80211: use local ml_basic_elem in parsingJohannes Berg1-7/+7
2026-06-03wifi: mac80211: clarify beacon parsing with MBSSID/EMAJohannes Berg3-21/+75
2026-06-03wifi: mac80211: rename "multi_link_inner" variableJohannes Berg1-5/+5
2026-06-03wifi: mac80211: clean up return in ieee802_11_find_bssid_profile()Johannes Berg1-2/+2
2026-06-03wifi: mac80211: unify link STA removal in vif link removalJohannes Berg2-19/+30
2026-06-03wifi: mac80211: basic S1G rx rate reporting supportLachlan Hodges3-1/+25
2026-06-03wifi: mac80211: Add KUnit test for ieee80211_mesh_perr_size_okMasashi Honma1-0/+124
2026-06-03wifi: mac80211: Add KUnit test for ieee80211_mesh_prep_size_okMasashi Honma1-0/+53
2026-06-03wifi: mac80211: Add KUnit test for ieee80211_mesh_preq_size_okMasashi Honma1-0/+105
2026-06-03wifi: mac80211: Fix PERR frame processingMasashi Honma2-4/+23
2026-06-03wifi: mac80211: Fix overread in PREP frame processingMasashi Honma2-4/+9
2026-06-03wifi: mac80211: Fix overread in PREQ frame processingMasashi Honma2-4/+17
2026-06-03wifi: mac80211: Use struct instead of macro for PERR frameMasashi Honma1-26/+5
2026-06-03wifi: mac80211: Use struct instead of macro for PREP frameMasashi Honma1-24/+22
2026-06-03wifi: mac80211: Use struct instead of macro for PREQ frameMasashi Honma1-35/+32
2026-06-03wifi: mac80211: remove 5/10 MHz channel codeJohannes Berg10-94/+16
2026-06-03wifi: mac80211: report assoc_link_id in station info for non-MLD STAs on MLD APFelix Fietkau1-1/+4
2026-06-02wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotapDeepanshu Kartikey1-1/+3
2026-05-28wifi: mac80211: fix channel evacuation logicMiri Korenblit3-13/+75
2026-05-28wifi: mac80211: refactor ieee80211_nan_try_evacuateMiri Korenblit2-26/+54
2026-05-28wifi: mac80211: add an option to filter out a channel in combinations checkMiri Korenblit2-17/+51
2026-05-28wifi: mac80211: add KUnit coverage for negotiated TTLM parserMichael Bommarito5-2/+186
2026-05-22Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-15/+45
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-46/+75
2026-05-20wifi: mac80211: allow cipher change on NAN_DATA interfacesDaniel Gabay1-3/+8
2026-05-20wifi: mac80211: don't call ieee80211_handle_reconfig_failure when not neededMiri Korenblit1-5/+1
2026-05-20wifi: mac80211: Allow per station GTK for NAN Data interfacesIlan Peer1-4/+7
2026-05-20wifi: mac80211: don't recalc min def for S1G chan ctxLachlan Hodges1-2/+8
2026-05-20wifi: mac80211: skip NSS and BW init for S1G staLachlan Hodges1-0/+17
2026-05-20wifi: mac80211: check stations are removed before MLD changeJohannes Berg1-1/+4
2026-05-20wifi: mac80211: consume only present negotiated TTLM mapsMichael Bommarito1-1/+1
2026-05-20wifi: mac80211: capture fast-RX rate before mesh reuses skb->cbZhao Li1-1/+5
2026-05-20wifi: mac80211: fix multi-link element inheritanceJohannes Berg1-3/+33
2026-05-20wifi: mac80211: fix MLE defragmentationJohannes Berg1-40/+31
2026-05-20wifi: mac80211: don't override max_amsdu_subframesEmmanuel Grumbach1-2/+3