summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-9/+13
* wifi: brcmfmac: Fix to add skb free for TIM update info when tx is completedWataru Gohda2022-08-103-9/+13
* wifi: brcmfmac: Fix to add brcmf_clear_assoc_ies when rmmodWataru Gohda2022-08-101-0/+1
* wifi: brcmfmac: fix invalid address access when enabling SCAN log levelWright Feng2022-08-101-6/+6
* wifi: brcmfmac: fix scheduling while atomic issue when deleting flowringWright Feng2022-08-102-10/+9
* wifi: brcmfmac: fix continuous 802.1x tx pending timeout errorWright Feng2022-08-102-2/+25
* wifi: brcmfmac: prevent double-free on hardware-resetDanny van Heumen2022-07-282-17/+6
* wifi: brcmfmac: support brcm,ccode-map-trivial DT propertyAlvin Šipraga2022-07-283-0/+11
* wifi: brcmfmac: Replace default (not configured) MAC with a random MACHans de Goede2022-07-281-0/+23
* wifi: brcmfmac: Add brcmf_c_set_cur_etheraddr() helperHans de Goede2022-07-283-11/+16
* wifi: brcmfmac: Remove #ifdef guards for PM related functionsPaul Cercueil2022-07-283-42/+15
* wifi: brcmfmac: use strreplace() in brcmf_of_probe()Dan Carpenter2022-07-281-5/+1
* wifi: brcmfmac: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-3/+3
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-1/+3
* wifi: brcmfmac: work around a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-221-1/+1
* brcmfmac: allow setting wlan MAC address using device treePavel Löbl2022-05-114-7/+24
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-032-17/+23
|\
| * brcmfmac: use ISO3166 country code and 0 rev as fallback on brcmfmac43602 chipsHamid Zamani2022-04-271-0/+1
| * brcmfmac: Avoid keeping power to SDIO card unless WOWL is usedUlf Hansson2022-04-061-17/+22
* | Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-141-1/+1
|\ \
| * | brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
| |/
* / mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-1/+1
|/
* brcmfmac: p2p: Fix spelling mistake "Comback" -> "Comeback"Colin Ian King2022-03-171-4/+4
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-116-4/+8
|\
| * brcmfmac: make the read-only array pktflags static constColin Ian King2022-03-101-1/+1
| * brcmfmac: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-212-2/+2
| * brcmfmac: Add BCM43454/6 supportZhao, Jiaqing2022-02-143-1/+5
* | wireless: brcmfmac: Use netif_rx().Sebastian Andrzej Siewior2022-03-067-28/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+4
|\ \ | |/ |/|
| * brcmfmac: firmware: Fix crash in brcm_alt_fw_pathPhil Elwell2022-01-281-2/+4
* | brcmfmac: of: remove redundant variable lenColin Ian King2022-02-101-2/+1
* | brcmfmac: p2p: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-02-101-6/+6
* | brcmfmac: pcie: Read the console on init and shutdownHector Martin2022-02-011-0/+4
* | brcmfmac: fwil: Constify iovar name argumentsHector Martin2022-02-012-31/+31
* | brcmfmac: of: Use devm_kstrdup for board_type & check for errorsHector Martin2022-02-011-2/+5
* | brcmfmac: pcie: Fix crashes due to early IRQsHector Martin2022-02-011-3/+13
* | brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toioHector Martin2022-02-011-44/+4
* | brcmfmac: pcie: Declare missing firmware files in pcie.cHector Martin2022-02-012-1/+7
* | brcmfmac: firmware: Allocate space for default boardrev in nvramHector Martin2022-02-011-0/+2
* | brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error pathHector Martin2022-02-011-0/+2
* | brcmfmac: add CYW43570 PCIE deviceSoontak Lee2022-01-281-0/+1
* | brcmfmac: use ISO3166 country code and 0 rev as fallback on some devicesHans de Goede2022-01-281-6/+27
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-0/+2
|\
| * include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-0/+2
* | brcmfmac: Fix incorrect type assignments for keep-aliveLoic Poulain2021-12-131-2/+2
* | brcmfmac: Configure keep-alive packet on suspendLoic Poulain2021-11-292-0/+40
|/
* brcmfmac: prepare for const netdev->dev_addrJakub Kicinski2021-10-201-2/+2
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-11/+6
|\