aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorFilesLines
2026-08-06wifi: brcmfmac: Fix memory leak in brcmf_sdio_read_control()Abdun Nihaal1-1/+2
2026-08-02wifi: brcmfmac: fix P2P action frame handling without device vifJason Huang1-0/+4
2026-08-02wifi: brcmfmac: Set DMA direction for msgbuf packet IDsCan Peng1-0/+1
2026-08-02wifi: brcmfmac: validate msgbuf flowring IDs before useCan Peng1-6/+40
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel5-14/+13
2026-08-02wifi: brcmfmac: use pre-assigned cookie for remain_on_channel and mgmt_txArend van Spriel3-7/+2
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski6-93/+142
2026-07-22wifi: brcmfmac: 43430 and 43455 are CYW partsPhil Elwell1-3/+3
2026-07-22wifi: brcmfmac: fix 802.1X-SHA256 call trace warningShelley Yang1-1/+1
2026-07-21wifi: brcmfmac: add DPP supportJason Huang3-76/+129
2026-07-21wifi: brcmfmac: set F2 blocksize to 256 for BCM43752LiangCheng Wang1-0/+1
2026-07-21wifi: brcmfmac: drain bus_reset work on device removalFan Wu7-4/+77
2026-07-21wifi: brcmfmac: make release_scratchbuffers idempotentFan Wu1-2/+6
2026-07-10Merge tag 'wireless-2026-07-09' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessPaolo Abeni2-1/+7
2026-07-07wifi: brcmfmac: cyw: fix heap overflow on a short auth frameMaoyi Xie1-0/+6
2026-07-07wifi: brcmfmac: initialize SDIO data work before cleanupRunyu Xiao1-1/+1
2026-07-06wifi: b43, b43legacy: debugfs: use kzalloc() to allocate formatting buffersMike Rapoport (Microsoft)2-14/+10
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-10b43: add RF power offset for N-PHY r8 + radio 2057 r8Alessio Ferri1-0/+19
2026-06-10b43: add channel info table for N-PHY r8 + radio 2057 r8Alessio Ferri1-0/+106
2026-06-10b43: add IPA TX gain table for N-PHY r8 + radio 2057 r8Alessio Ferri1-0/+39
2026-06-10b43: support radio 2057 rev 8Alessio Ferri2-17/+110
2026-06-10b43: route d11 corerev 22 to 24-bit indirect radio accessAlessio Ferri1-1/+5
2026-06-10b43: add d11 core revision 0x16 to id tableAlessio Ferri1-0/+1
2026-06-10b43: add firmware mappings for rev22Alessio Ferri1-2/+10
2026-06-10wifi: brcmfmac: flowring: simplify flow allocationRosen Penev2-9/+3
2026-06-10wifi: brcm80211: change current_bss to valueRosen Penev2-35/+7
2026-05-12net: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-8/+9
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+8
2026-05-05wifi: cfg80211: Add MAC address filter to remain_on_channelPeddolla Harshavardhan Reddy2-2/+5
2026-04-28wifi: brcmsmac: phy_lcn: Remove dead code in wlc_lcnphy_radio_2064_channel_tune_4313()Chelsy Ratnawat1-10/+3
2026-04-27wifi: b43legacy: enforce bounds check on firmware key index in RX pathTristan Madani1-1/+2
2026-04-27wifi: b43: enforce bounds check on firmware key index in b43_rx()Tristan Madani1-1/+2
2026-04-27wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog taskMarek Szyprowski1-2/+4
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski3-7/+29
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2026-04-07wifi: brcmfmac: silence warning for non-existent, optional firmwareAlexander Stein1-6/+11
2026-04-07wifi: brcmfmac: of: defer probe for MAC addressRosen Penev1-1/+3
2026-04-07wifi: brcmfmac: Fix error pointer dereferenceEthan Tidmore1-0/+15
2026-04-07wifi: brcmfmac: validate bsscfg indices in IF eventsPengpeng Hou1-0/+5
2026-04-07wifi: brcmsmac: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
2026-03-24wifi: b43: kzalloc + kcalloc to kzalloc_flexRosen Penev2-12/+10
2026-03-13wifi: b43: use register definitions in nphy_op_software_rfkillJoshua Peisach1-12/+12
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern1-9/+9
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit1-10/+13
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-8/+8
2026-02-23wifi: brcmfmac: Fix potential kernel oops when probe failsMarek Szyprowski3-8/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-5/+5