summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: brcmfmac: add Cypress 43439 SDIO idsMarek Vasut2023-04-141-1/+8
* Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-052-4/+1
|\
| * wifi: brcmsmac: ampdu: remove unused suc_mpdu variableTom Rix2023-03-311-2/+1
| * wifi: brcmsmac: remove unused has_5g variableTom Rix2023-03-311-2/+0
* | Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-301-0/+6
|\ \ | |/
| * wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang2023-03-131-0/+5
| * wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 4356Hans de Goede2023-03-131-0/+1
* | net: Use of_property_present() for testing DT property presenceRob Herring2023-03-131-1/+1
|/
* wifi: brcmfmac: pcie: Add 4359C0 firmware definitionKonrad Dybcio2023-03-061-1/+3
* wifi: brcmfmac: pcie: Add BCM4378B3 supportHector Martin2023-02-271-1/+3
* wifi: brcmfmac: common: Add support for external calibration blobsHector Martin2023-02-273-0/+33
* wifi: brcmfmac: pcie: Load and provide TxCap blobsHector Martin2023-02-271-0/+13
* wifi: brcmfmac: common: Add support for downloading TxCap blobsHector Martin2023-02-272-24/+70
* wifi: brcmfmac: pcie: Add IDs/properties for BCM4387Hector Martin2023-02-273-0/+12
* wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin2023-02-271-6/+7
* wifi: brcmfmac: cfg80211: Add support for PMKID_V3 operationsHector Martin2023-02-272-3/+132
* wifi: brcmfmac: feature: Add support for setting feats based on WLC versionHector Martin2023-02-273-1/+76
* 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
* 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