summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211
Commit message (Expand)AuthorAgeFilesLines
...
| * | wifi: brcmfmac: cfg80211: Add support for scan params v2Hector Martin2023-02-274-90/+209
| * | wifi: brcmfmac: chip: Handle 1024-unit sizes for TCM blocksHector Martin2023-02-271-2/+8
| * | wifi: brcmfmac: chip: Only disable D11 cores; handle an arbitrary numberHector Martin2023-02-271-5/+8
| * | wifi: brcmfmac: support CQM RSSI notification with older firmwareJohn Keeping2023-02-271-6/+8
| * | wifi: brcmfmac: pcie: Provide a buffer of random bytes to the deviceHector Martin2023-02-271-0/+32
| * | wifi: brcmfmac: acpi: Add support for fetching Apple ACPI propertiesHector Martin2023-02-274-0/+63
* | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-0/+1
|\ \ \ | |_|/ |/| |
| * | gpiolib: split linux/gpio/driver.h out of linux/gpio.hArnd Bergmann2023-03-061-0/+1
| |/
* / wifi: brcmfmac: Fix SDIO suspend/resume regressionHans de Goede2023-03-312-10/+28
|/
* wifi: brcmfmac: p2p: Introduce generic flexible array frame memberKees Cook2023-02-161-2/+2
* wifi: brcmfmac: change cfg80211_set_channel() name and signatureArend van Spriel2023-02-131-5/+2
* wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-02-131-1/+1
* wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selectionHector Martin2023-02-131-3/+10
* wifi: brcmfmac: pcie: Add IDs/properties for BCM4377Hector Martin2023-02-133-0/+8
* wifi: brcmfmac: pcie: Add IDs/properties for BCM4355Hector Martin2023-02-132-1/+10
* wifi: brcmfmac: Rename Cypress 89459 to BCM4355Hector Martin2023-02-133-10/+7
* Merge wireless into wireless-nextKalle Valo2023-01-175-23/+25
|\
| * wifi: brcmfmac: fix regression for Broadcom PCIe wifi devicesArend van Spriel2023-01-161-1/+1
| * wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only deviceArend van Spriel2023-01-161-10/+13
| * wifi: brcmfmac: avoid handling disabled channels for survey dumpArend van Spriel2023-01-161-9/+7
| * brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov2023-01-091-2/+3
| * treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
| * Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1332-119/+1372
| |\
| * | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* | | wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang2023-01-161-2/+4
* | | wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao2022-12-221-1/+4
* | | wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong2022-12-221-0/+1
* | | wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang2022-12-221-0/+1
| |/ |/|
* | wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2022-12-082-1/+2
* | wifi: brcmfmac: introduce BRCMFMAC exported symbols namespaceArend van Spriel2022-12-085-2/+11
* | wifi: brcmfmac: add vendor name in revinfo debugfs fileArend van Spriel2022-12-083-1/+8
* | wifi: brcmfmac: add support Broadcom BCA firmware apiArend van Spriel2022-12-088-29/+110
* | wifi: brcmfmac: add support for Cypress firmware apiArend van Spriel2022-12-088-24/+105
* | wifi: brcmfmac: add support for vendor-specific firmware apiArend van Spriel2022-12-0810-0/+334
* | wifi: brcmfmac: add firmware vendor info in driver infoArend van Spriel2022-12-084-15/+49
* | wifi: brcmfmac: add function to unbind device to bus layer apiArend van Spriel2022-12-082-1/+24
* | wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bound...Minsuk Kang2022-12-011-0/+17
* | wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_leGustavo A. R. Silva2022-11-221-3/+4
* | wifi: brcmfmac: replace one-element array with flexible-array member in struc...Gustavo A. R. Silva2022-11-222-3/+3
* | wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct ...Gustavo A. R. Silva2022-11-221-3/+3
* | wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-11-222-2/+2
* | Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-11-186-11/+39
|\ \
| * | wifi: brcmfmac: Avoiding Connection delayPrasanna Kerekoppa2022-11-081-0/+6
| * | wifi: brcmfmac: Fix for when connect request is not successWataru Gohda2022-11-081-3/+15
| * | wifi: brcmfmac: correctly remove all p2p vifBrian Henriquez2022-11-081-2/+6
| * | wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...Jisoo Jang2022-11-041-2/+6
| * | wifi: brcmfmac: Fix a typo "unknow"Jonathan Neuschäfer2022-11-041-1/+1
| * | bcma: Use the proper gpio includeLinus Walleij2022-11-041-3/+0
| * | wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang2022-11-041-0/+5