summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
2023-03-31wifi: brcmfmac: Fix SDIO suspend/resume regressionHans de Goede2-10/+28
2023-03-31Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+6
2023-03-14net: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-13wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang1-0/+5
2023-03-13wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 4356Hans de Goede1-0/+1
2023-03-06wifi: brcmfmac: pcie: Add 4359C0 firmware definitionKonrad Dybcio1-1/+3
2023-02-27wifi: brcmfmac: pcie: Add BCM4378B3 supportHector Martin1-1/+3
2023-02-27wifi: brcmfmac: common: Add support for external calibration blobsHector Martin3-0/+33
2023-02-27wifi: brcmfmac: pcie: Load and provide TxCap blobsHector Martin1-0/+13
2023-02-27wifi: brcmfmac: common: Add support for downloading TxCap blobsHector Martin2-24/+70
2023-02-27wifi: brcmfmac: pcie: Add IDs/properties for BCM4387Hector Martin2-0/+10
2023-02-27wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin1-6/+7
2023-02-27wifi: brcmfmac: cfg80211: Add support for PMKID_V3 operationsHector Martin2-3/+132
2023-02-27wifi: brcmfmac: feature: Add support for setting feats based on WLC versionHector Martin3-1/+76
2023-02-27wifi: brcmfmac: cfg80211: Add support for scan params v2Hector Martin4-90/+209
2023-02-27wifi: brcmfmac: chip: Handle 1024-unit sizes for TCM blocksHector Martin1-2/+8
2023-02-27wifi: brcmfmac: chip: Only disable D11 cores; handle an arbitrary numberHector Martin1-5/+8
2023-02-27wifi: brcmfmac: support CQM RSSI notification with older firmwareJohn Keeping1-6/+8
2023-02-27wifi: brcmfmac: pcie: Provide a buffer of random bytes to the deviceHector Martin1-0/+32
2023-02-27wifi: brcmfmac: acpi: Add support for fetching Apple ACPI propertiesHector Martin4-0/+63
2023-02-16wifi: brcmfmac: p2p: Introduce generic flexible array frame memberKees Cook1-2/+2
2023-02-13wifi: brcmfmac: change cfg80211_set_channel() name and signatureArend van Spriel1-5/+2
2023-02-13wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-02-13wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selectionHector Martin1-3/+10
2023-02-13wifi: brcmfmac: pcie: Add IDs/properties for BCM4377Hector Martin2-0/+6
2023-02-13wifi: brcmfmac: pcie: Add IDs/properties for BCM4355Hector Martin1-1/+9
2023-02-13wifi: brcmfmac: Rename Cypress 89459 to BCM4355Hector Martin2-7/+5
2023-01-17Merge wireless into wireless-nextKalle Valo5-23/+25
2023-01-16wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang1-2/+4
2023-01-16wifi: brcmfmac: fix regression for Broadcom PCIe wifi devicesArend van Spriel1-1/+1
2023-01-16wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only deviceArend van Spriel1-10/+13
2023-01-16wifi: brcmfmac: avoid handling disabled channels for survey dumpArend van Spriel1-9/+7
2023-01-09brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov1-2/+3
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-22wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao1-1/+4
2022-12-22wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong1-0/+1
2022-12-22wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang1-0/+1
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-116/+1371
2022-12-08wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2-1/+2
2022-12-08wifi: brcmfmac: introduce BRCMFMAC exported symbols namespaceArend van Spriel5-2/+11
2022-12-08wifi: brcmfmac: add vendor name in revinfo debugfs fileArend van Spriel3-1/+8
2022-12-08wifi: brcmfmac: add support Broadcom BCA firmware apiArend van Spriel8-29/+110
2022-12-08wifi: brcmfmac: add support for Cypress firmware apiArend van Spriel8-24/+105
2022-12-08wifi: brcmfmac: add support for vendor-specific firmware apiArend van Spriel10-0/+334
2022-12-08wifi: brcmfmac: add firmware vendor info in driver infoArend van Spriel4-15/+49
2022-12-08wifi: brcmfmac: add function to unbind device to bus layer apiArend van Spriel2-1/+24
2022-12-01wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bound...Minsuk Kang1-0/+17
2022-11-22wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_leGustavo A. R. Silva1-3/+4
2022-11-22wifi: brcmfmac: replace one-element array with flexible-array member in struc...Gustavo A. R. Silva2-3/+3
2022-11-22wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct ...Gustavo A. R. Silva1-3/+3