aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-20wifi: mac80211: consume only present negotiated TTLM mapsMichael Bommarito1-1/+1
2026-05-20wifi: mac80211: bounds-check link_id in ieee80211_ml_epcsAlexandru Hossu1-0/+3
2026-05-06wifi: mac80211: remove station if connection prep failsJohannes Berg1-5/+4
2026-04-27wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict ...Rio Liu1-0/+9
2026-04-07wifi: mac80211: enable MLO support for 4-address mode interfacesTamizh Chelvam Raja1-4/+0
2026-04-07wifi: mac80211: use ap_addr for 4-address NULL frame destinationTamizh Chelvam Raja1-2/+2
2026-04-07wifi: mac80211: handle VHT EXT NSS in ieee80211_determine_our_sta_mode()Nicolas Escande1-1/+2
2026-03-25wifi: mac80211: ignore reserved bits in reconfiguration statusBenjamin Berg1-6/+8
2026-03-24wifi: mac80211: don't consider the sband when processing capabilitiesMiri Korenblit1-1/+2
2026-03-19wifi: mac80211: fix STA link removal during link removalJohannes Berg1-1/+1
2026-03-13wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work()Lorenzo Bianconi1-0/+11
2026-03-13wifi: mac80211: validate HE 6 GHz operation when EHT is usedJohannes Berg1-0/+18
2026-03-06wifi: mac80211: remove AID bit stripping for printJohannes Berg1-1/+1
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-46/+36
2026-03-03wifi: mac80211: give the AP more time for EPPKE as wellJohannes Berg1-1/+2
2026-03-02wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita1-6/+72
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+3
2026-02-23wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfigurationAriel Silver1-0/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg1-8/+107
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-7/+40
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2026-01-29wifi: mac80211: correctly decode TTLM with default link mapBenjamin Berg1-3/+5
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-94/+119
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg1-97/+119
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg1-11/+14
2026-01-14wifi: mac80211: add support for encryption/decryption of (Re)Association framesKavita Kavita1-1/+11
2026-01-14wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA modeKavita Kavita1-6/+25
2026-01-14wifi: mac80211: allow key installation before associationKavita Kavita1-0/+4
2026-01-12wifi: mac80211: remove width argument from ieee80211_parse_bitratesMiri Korenblit1-1/+1
2025-12-16wifi: mac80211: don't WARN for connections on invalid channelsJohannes Berg1-1/+4
2025-11-26wifi: mac80211: allow sharing identical chanctx for S1G interfacesLachlan Hodges1-2/+3
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-10wifi: mac80211: pass frame type to element parsingJohannes Berg1-11/+34
2025-11-10wifi: mac80211: remove "disabling VHT" messageJohannes Berg1-4/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+26
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for csa.switch_workBenjamin Berg1-9/+9
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_workBenjamin Berg1-5/+5
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ttlm_workBenjamin Berg1-12/+12
2025-10-27wifi: mac80211: get probe response chan via ieee80211_get_channel_khzLachlan Hodges1-2/+2
2025-10-27wifi: mac80211: reset CRC valid after CSAJohannes Berg1-0/+10
2025-09-19wifi: mac80211: correctly initialise S1G chandef for STALachlan Hodges1-6/+47
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-17/+21
2025-09-10wifi: mac80211: fix incorrect commentMiri Korenblit1-5/+1
2025-09-10wifi: mac80211: Fix HE capabilities element checkIlan Peer1-1/+1
2025-09-04wifi: mac80211: Fix 6 GHz Band capabilities element advertisement in lower bandsRamya Gnanasekar1-1/+2
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges1-1/+2
2025-09-04wifi: mac80211: support block bitmap S1G TIM encodingLachlan Hodges1-8/+11