summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-02wifi: mac80211: fix RCU usage in peer probingJohannes Berg1-0/+2
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel1-2/+2
2026-08-02wifi: mac80211: stop using ieee80211_mgmt_tx_cookie()Arend van Spriel1-14/+0
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-63/+60
2026-07-22wifi: mac80211: implement STA-mode peer probingPriyansha Tiwari1-60/+57
2026-07-21wifi: mac80211: copy aggregation informationBenjamin Berg1-0/+3
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: nl80211/cfg80211: rename probe_client to probe_peerPriyansha Tiwari1-3/+3
2026-06-03wifi: mac80211: AP: handle DBE for clientsJohannes Berg1-0/+35
2026-06-03wifi: mac80211: remove 5/10 MHz channel codeJohannes Berg1-2/+0
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2026-05-20wifi: mac80211: don't override max_amsdu_subframesEmmanuel Grumbach1-2/+3
2026-05-06wifi: mac80211: explicitly disable FTM responder on AP stopJohannes Berg1-2/+7
2026-05-05wifi: mac80211: set AP NPCA parameters in bss_confJohannes Berg1-0/+32
2026-05-05wifi: mac80211: allow only AP chanctx sharing with NPCAJohannes Berg1-3/+12
2026-05-05wifi: cfg80211/mac80211: Add NL80211_IFTYPE_PD for PD PASN and PMSR operationsPeddolla Harshavardhan Reddy1-0/+2
2026-05-05wifi: mac80211: track the id of the NAN cluster we joinedMiri Korenblit1-0/+19
2026-04-28wifi: mac80211: fix per-station PHY capability bandwidthJohannes Berg1-0/+116
2026-04-28wifi: cfg80211: move AP HT/VHT/... operation to beacon infoJohannes Berg1-5/+5
2026-04-28wifi: mac80211: clean up initial STA NSS/bandwidth handlingJohannes Berg1-1/+9
2026-04-07wifi: mac80211: enable MLO support for 4-address mode interfacesTamizh Chelvam Raja1-7/+0
2026-04-07wifi: mac80211: synchronize valid links for WDS AP_VLAN interfacesTamizh Chelvam Raja1-5/+62
2026-04-07wifi: mac80211: allow add_key on NAN interfacesAvraham Stern1-2/+2
2026-04-07wifi: mac80211: update NAN data path state on schedule changesMiri Korenblit1-1/+9
2026-04-07wifi: mac80211: add NAN peer schedule supportMiri Korenblit1-0/+13
2026-04-07wifi: mac80211: support NAN stationsMiri Korenblit1-10/+93
2026-04-07wifi: mac80211: add NAN local schedule supportMiri Korenblit1-0/+13
2026-04-07wifi: mac80211: run NAN DE code only when appropriateMiri Korenblit1-19/+33
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-1/+3
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit1-0/+1
2026-03-24wifi: mac80211: don't consider the sband when processing capabilitiesMiri Korenblit1-1/+2
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2026-03-06wifi: mac80211: remove keys after disabling beaconingJohannes Berg1-6/+6
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern1-10/+10
2026-03-02wifi: cfg80211: make cluster id an arrayMiri Korenblit1-10/+2
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit1-10/+11
2026-03-02wifi: mac80211: Set link ID for NULL packets sent to probe stationsSuraj P Kizhakkethil1-2/+29
2026-03-02wifi: mac80211: set band information only for non-MLD when probing stations u...Suraj P Kizhakkethil1-5/+10
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+2
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-7/+5
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg1-1/+15
2026-02-02wifi: mac80211: use wiphy_hrtimer_work for CAC timeoutAmith A1-4/+4
2026-01-14wifi: mac80211: allow key installation before associationKavita Kavita1-2/+13
2026-01-12wifi: mac80211: remove width argument from ieee80211_parse_bitratesMiri Korenblit1-4/+2
2026-01-12wifi: mac80211: don't send an unused argument to ieee80211_check_combinationsMiri Korenblit1-1/+1
2026-01-08wifi: mac80211: Update csa_finalize to use link_idAditya Kumar Singh1-2/+11
2025-12-16wifi: mac80211: do not use old MBSSID elementsAloka Dixit1-10/+0
2025-11-11wifi: mac80211: track MU-MIMO configuration on disabled interfacesBenjamin Berg1-15/+32