aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
6 dayswifi: mac80211: recalculate TIM when a station enters power saveAndrew Pope1-0/+2
6 dayswifi: mac80211: copy aggregation informationBenjamin Berg1-0/+3
6 dayswifi: mac80211: tear down new links on vif update error pathXiang Mei1-0/+4
2026-07-07wifi: mac80211: ibss: wait for in-flight TX on disconnectPagadala Yesu Anjaneyulu1-6/+3
2026-07-07wifi: mac80211: recalculate rx_nss on IBSS peer capability updateShahar Tzarfati1-2/+2
2026-07-07wifi: mac80211: fix memory leak in ieee80211_register_hw()Dawei Feng1-1/+2
2026-07-07wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lockCen Zhang1-1/+7
2026-07-06wifi: mac80211: validate deauth frame length before reason accessZhao Li1-2/+4
2026-07-06wifi: mac80211: avoid non-S1G AID fallback for S1G assocZhao Li1-2/+4
2026-07-06wifi: mac80211: validate extension-frame layout before RXZhao Li2-2/+35
2026-07-06wifi: mac80211: defer link RX stats percpu free to RCUMaoyi Xie1-4/+11
2026-07-06wifi: mac80211: free ack status frame on TX header build failureZhiling Zou1-1/+16
2026-07-06wifi: mac80211: fix fils_discovery double free on alloc failureXiang Mei1-3/+3
2026-07-06wifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failureXiang Mei1-2/+3
2026-07-06wifi: mac80211: allocate backup ieee80211_nan_sched_cfg off stackArnd Bergmann1-16/+19
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-04Merge 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