summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
2023-05-30wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin1-6/+7
2023-05-17wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang1-0/+5
2023-03-11wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang1-2/+4
2023-03-11wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang1-0/+1
2023-03-11wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao1-1/+4
2023-03-11wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong1-0/+1
2023-01-18wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang1-0/+5
2023-01-18wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2-1/+2
2022-11-10wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()Dokyung Song1-0/+4
2022-10-26wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()Alexander Coffin1-1/+2
2022-10-26wifi: brcmfmac: fix invalid address access when enabling SCAN log levelWright Feng1-6/+6
2022-04-27brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-15brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toioHector Martin1-44/+4
2022-04-15brcmfmac: firmware: Allocate space for default boardrev in nvramHector Martin1-0/+2
2021-07-20brcmfmac: correctly report average RSSI in station infoAlvin Šipraga1-16/+20
2021-07-20brcmfmac: fix setting of station info chains bitmaskAlvin Šipraga1-2/+1
2021-04-07brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce1-2/+5
2020-10-30brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen1-0/+2
2020-10-29brcmfmac: check ndev pointerTom Rix1-1/+1
2020-08-19brcmfmac: set state of hanger slot to FREE when flushing PSQWright Feng1-0/+4
2020-08-19brcmfmac: To fix Bss Info flag definition BugPrasanna Kerekoppa1-1/+1
2020-08-19brcmfmac: keep SDIO watchdog running when console_interval is non-zeroWright Feng1-1/+5
2020-06-22brcmfmac: fix wrong location to get firmware featureJaehoon Chung1-1/+2
2020-05-27brcmfmac: abort and release host after errorGuenter Roeck1-0/+2
2020-02-24brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter1-0/+1
2020-02-11brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost1-0/+1
2020-02-01brcmfmac: fix interface sanity checkJohan Hovold1-2/+2
2020-01-27brcmfmac: fix leak of mypkt on error return pathColin Ian King1-5/+3
2020-01-27brcmfmac: create debugfs files for bus-specific layerArend van Spriel3-5/+18
2019-12-31brcmfmac: remove monitor interface when detachingRafał Miłecki1-0/+5
2019-12-05brcmfmac: Fix access point modeStefan Wahren1-0/+10
2019-12-05brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R2-1/+11
2019-12-05brcmfmac: set F2 watermark to 256 for 4373Wright Feng1-2/+24
2019-11-24brcmfmac: fix full timeout waiting for action frame on-channel txChung-Hsien Hsu2-2/+17
2019-11-24brcmfmac: reduce timeout for action frame scanChung-Hsien Hsu1-5/+4
2019-11-20brcmfmac: increase buffer for obtaining firmware capabilitiesArend van Spriel1-1/+1
2019-11-20brcmfmac: fix wrong strnchr usageRasmus Villemoes1-3/+1
2019-06-25brcmfmac: sdio: Don't tune while the card is offDouglas Anderson1-0/+7
2019-06-25brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson1-0/+4
2019-06-09brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel7-13/+40
2019-05-31brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel1-3/+7
2019-05-31brcmfmac: fix race during disconnect when USB completion is in progressPiotr Figiel1-2/+8
2019-05-31brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel1-18/+24
2019-05-31brcmfmac: convert dev_init_lock mutex to completionPiotr Figiel1-9/+8
2019-05-31brcmfmac: fix missing checks for kmemdupKangjie Lu1-0/+4
2019-05-31brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()Dan Carpenter1-2/+3
2019-05-31brcmfmac: add subtype check for event handling in data pathArend van Spriel3-7/+16
2019-05-31brcmfmac: assure SSID length from firmware is limitedArend van Spriel1-0/+2
2019-04-05brcmfmac: Use firmware_request_nowarn for the clm_blobHans de Goede1-1/+1
2019-01-09brcmfmac: Fix out of bounds memory access during fw loadLyude Paul1-2/+6