aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg2-99/+119
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg1-11/+14
2026-01-20wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit1-1/+2
2026-01-20wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges1-2/+7
2026-01-19wifi: mac80211: mark iface work SKBs as consumedJohannes Berg1-3/+3
2026-01-19wifi: mac80211: remove RX_DROPJohannes Berg2-50/+94
2026-01-14wifi: mac80211: add support for encryption/decryption of (Re)Association framesKavita Kavita5-4/+34
2026-01-14wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA modeKavita Kavita2-7/+26
2026-01-14wifi: mac80211: Check for MLE before appending in Authentication frameKavita Kavita1-3/+9
2026-01-14wifi: mac80211: allow key installation before associationKavita Kavita2-2/+17
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-27/+78
2026-01-12wifi: mac80211: remove width argument from ieee80211_parse_bitratesMiri Korenblit4-9/+5
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg1-6/+17
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg1-8/+44
2026-01-12wifi: mac80211: unexport ieee80211_get_bssid()Johannes Berg1-1/+0
2026-01-12wifi: mac80211: don't send an unused argument to ieee80211_check_combinationsMiri Korenblit1-1/+1
2026-01-12wifi: mac80211: correctly check if CSA is activeMiri Korenblit1-2/+6
2026-01-08wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang1-3/+4
2026-01-08wifi: mac80211: restore non-chanctx injection behaviourJohannes Berg1-0/+2
2026-01-08wifi: mac80211: don't iterate not running interfacesMiri Korenblit1-0/+3
2026-01-08wifi: mac80211: Update csa_finalize to use link_idAditya Kumar Singh1-2/+11
2025-12-16wifi: mac80211: ocb: skip rx_no_sta when interface is not joinedMoon Hee Lee1-0/+3
2025-12-16wifi: mac80211: do not use old MBSSID elementsAloka Dixit1-10/+0
2025-12-16wifi: mac80211: don't WARN for connections on invalid channelsJohannes Berg1-1/+4
2025-12-16wifi: mac80211: fix list iteration in ieee80211_add_virtual_monitor()Dmitry Antipov1-1/+1
2025-12-16wifi: mac80211: Discard Beacon frames to non-broadcast addressJouni Malinen1-0/+5
2025-11-26wifi: mac80211: allow sharing identical chanctx for S1G interfacesLachlan Hodges2-3/+15
2025-11-24wifi: mac80211: fix channel switching codeJohannes Berg1-1/+1
2025-11-20wifi: mac80211: refactor CMAC packet handlersChien Wong4-131/+37
2025-11-20wifi: mac80211: refactor CMAC crypt functionsChien Wong3-50/+19
2025-11-20wifi: mac80211: utilize the newly defined CMAC constantsChien Wong4-25/+25
2025-11-20wifi: mac80211: fix CMAC functions not handling errorsChien Wong3-30/+61
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+18
2025-11-11wifi: mac80211: make monitor link info check more specificBenjamin Berg2-4/+7
2025-11-11wifi: mac80211: track MU-MIMO configuration on disabled interfacesBenjamin Berg4-23/+76
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu1-1/+2
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu1-19/+1
2025-11-11wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg1-3/+7
2025-11-10wifi: mac80211: remove unnecessary vlan NULL checkJohannes Berg1-3/+0
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg11-57/+122
2025-11-10wifi: mac80211: remove "disabling VHT" messageJohannes Berg1-4/+1
2025-11-10wifi: mac80211: add and use chanctx usage iterationJohannes Berg1-147/+195
2025-11-10wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() APIJohannes Berg4-26/+32
2025-11-10wifi: mac80211: remove chanctx to link back-referencesJohannes Berg4-78/+87
2025-11-10wifi: mac80211: make link iteration safe for 'break'Johannes Berg1-5/+11
2025-11-06wifi: mac80211: reject address change while connectingJohannes Berg1-3/+11
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-33/+33
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+11
2025-10-30wifi: mac80211: Allow HT Action frame processing on 6 GHz when HE is supportedThomas Wu1-2/+5
2025-10-30wifi: mac80211: add RX flag to report radiotap VHT informationBenjamin Berg1-36/+68