summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)Author
2023-02-16wifi: brcmfmac: p2p: Introduce generic flexible array frame memberKees Cook
2023-02-13wifi: brcmfmac: change cfg80211_set_channel() name and signatureArend van Spriel
2023-02-13wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-02-13wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selectionHector Martin
2023-02-13wifi: brcmfmac: pcie: Add IDs/properties for BCM4377Hector Martin
2023-02-13wifi: brcmfmac: pcie: Add IDs/properties for BCM4355Hector Martin
2023-02-13wifi: brcmfmac: Rename Cypress 89459 to BCM4355Hector Martin
2023-01-17Merge wireless into wireless-nextKalle Valo
2023-01-16wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang
2023-01-16wifi: brcmfmac: fix regression for Broadcom PCIe wifi devicesArend van Spriel
2023-01-16wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only deviceArend van Spriel
2023-01-16wifi: brcmfmac: avoid handling disabled channels for survey dumpArend van Spriel
2023-01-09brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-22wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao
2022-12-22wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong
2022-12-22wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-08wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen
2022-12-08wifi: brcmfmac: introduce BRCMFMAC exported symbols namespaceArend van Spriel
2022-12-08wifi: brcmfmac: add vendor name in revinfo debugfs fileArend van Spriel
2022-12-08wifi: brcmfmac: add support Broadcom BCA firmware apiArend van Spriel
2022-12-08wifi: brcmfmac: add support for Cypress firmware apiArend van Spriel
2022-12-08wifi: brcmfmac: add support for vendor-specific firmware apiArend van Spriel
2022-12-08wifi: brcmfmac: add firmware vendor info in driver infoArend van Spriel
2022-12-08wifi: brcmfmac: add function to unbind device to bus layer apiArend van Spriel
2022-12-01wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bound...Minsuk Kang
2022-11-28wifi: b43: remove reference to removed config B43_PCMCIALukas Bulwahn
2022-11-22wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_leGustavo A. R. Silva
2022-11-22wifi: brcmfmac: replace one-element array with flexible-array member in struc...Gustavo A. R. Silva
2022-11-22wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct ...Gustavo A. R. Silva
2022-11-22wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-08wifi: brcmfmac: Avoiding Connection delayPrasanna Kerekoppa
2022-11-08wifi: brcmfmac: Fix for when connect request is not successWataru Gohda
2022-11-08wifi: brcmfmac: correctly remove all p2p vifBrian Henriquez
2022-11-04wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...Jisoo Jang
2022-11-04wifi: brcmfmac: Fix a typo "unknow"Jonathan Neuschäfer
2022-11-04bcma: Use the proper gpio includeLinus Walleij
2022-11-04wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang
2022-11-01wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()Dokyung Song
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad
2022-10-05brcmfmac: Fix AP interface delete issuePrasanna Kerekoppa