aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15wifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar3-7/+7
2025-08-26wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info workDuoming Zhou1-4/+2
2025-07-24wifi: Fix typosBjorn Helgaas5-10/+10
2025-07-23wifi: brcmfmac: fix EXTSAE WPA3 connection failure due to AUTH TX failureTing-Ying Li2-21/+35
2025-07-23wifi: brcmfmac: cyw: Fix __counted_by to be LE variantKees Cook1-1/+1
2025-07-21wifi: brcmfmac: support CYW54591 PCIE deviceDouble Lo1-5/+16
2025-07-21wifi: brcmfmac: fix P2P discovery failure in P2P peer due to missing P2P IEGokul Sivakumar1-4/+4
2025-07-18wifi: brcmfmac: Add support for the SDIO 43751 deviceFabio Estevam3-1/+7
2025-07-18wifi: brcm80211: Use min() to improve codeQianfeng Rong1-4/+1
2025-07-18wifi: brcmfmac: Fix typo "notifer"WangYuli1-1/+1
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-3/+5
2025-06-24wifi: brcmfmac: don't allow arp/nd offload to be enabled if ap mode existsTing-Ying Li3-1/+22
2025-06-20wifi: brcmfmac: Make read-only array cfg_offset static constColin Ian King1-11/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-4/+6
2025-05-09wifi: brcmfmac: Fix structure size for WPA3 external SAETing-Ying Li1-0/+2
2025-05-09wifi: brcmfmac: cyw: support external SAE authentication in station modeArend van Spriel9-22/+467
2025-05-09wifi: brcmfmac: make per-vendor event map constArend van Spriel1-1/+1
2025-05-09wifi: brcmfmac: support per-vendor cfg80211 callbacks and firmware eventsArend van Spriel5-0/+25
2025-05-06Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-7/+16
2025-04-23wifi: brcm80211: fmac: Add error log in brcmf_usb_dl_cmd()Wentao Liang1-7/+16
2025-04-23wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage()Wentao Liang1-2/+4
2025-04-11Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-1/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-4/+4
2025-04-02wifi: brcmfmac: fix memory leak in brcmf_get_module_paramAbdun Nihaal1-1/+3
2025-03-04Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-7/+13
2025-02-26wifi: brcmfmac: keep power during suspend if board requires itMatthias Proske1-7/+13
2025-02-10Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-2/+2
2025-01-28wifi: brcmfmac: use random seed flag for BCM4355 and BCM4364 firmwareAditya Garg1-2/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-01-16wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize()Marcel Hamer1-0/+5
2025-01-12kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary1-1/+1
2025-01-10wifi: brcmfmac: Add missing Return: to function documentationJeff Johnson1-0/+6
2025-01-10wifi: brcmfmac: Check the return value of of_property_read_string_index()Stefan Dösinger1-4/+4
2024-12-19Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski4-4/+15
2024-12-18wifi: brcmfmac: clarify unmodifiable headroom log messageAlex Shumsky1-2/+2
2024-12-13wifi: brcmfmac: add missing header include for brcmf_dbgMarcel Hamer1-0/+2
2024-12-09wifi: brcmfmac: fix brcmf_vif_clear_mgmt_ies when stopping APRenjaya Raga Zenta1-1/+5
2024-12-09wifi: brcmfmac: fix scatter-gather handling by detecting end of sg listNorbert van Bolhuis1-0/+5
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-4/+4
2024-11-11wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglist_rw()Norbert van Bolhuis1-1/+1
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-11-11wifi: brcmfmac: release 'root' node in all execution pathsJavier Carrasco1-2/+1
2024-10-17wifi: brcmfmac: of: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski1-2/+1
2024-10-17wifi: brcmfmac: Remove unused brcmf_cfg80211_get_iftype()Dr. David Alan Gilbert2-8/+0
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg5-5/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-18wifi: brcmfmac: add flag for random seed during firmware downloadJacobe Zang1-8/+44
2024-09-18wifi: brcmfmac: Add optional lpo clock enable supportJacobe Zang7-22/+47