drivers/net/ethernet/broadcom/asp2

Broadcom STB ASP 2.x/3.0 Ethernet controller

The integrated Ethernet controller (called ASP, for "Auxiliary System Processor") found in Broadcom's set-top-box system-on-chip parts like the BCM72165, used in cable, satellite, and IPTV boxes. Revisions 2.1, 2.2, and 3.0 are all supported, with v3.0 silicon shipping in 2025-era Broadcom STB platforms.

keep conf=0.89 deploy=medium replacement=none subsystem=net category=networking-ethernet
89%

recommendation

It should stay in the kernel because this is an actively maintained driver for the Ethernet block built into current Broadcom set-top-box SoCs (such as the BCM72165). Support for a new v3.0 hardware revision landed in 2025 and bug fixes were still going in to mainline in early 2026, with no replacement driver in sight.

repository signals

6 files
4,143 source lines
47 commits, 5y
+4,723 / −578 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 47 total · active in 19/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 7 commits · +4,219 −19 2023-08: 1 commit · +2 −2 2023-09: 3 commits · +14 −10 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +5 −5 2024-02: 7 commits · +210 −127 2024-03: 2 commits · +20 −23 2024-04: 1 commit · +14 −7 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −0 2024-08: 1 commit · +2 −3 2024-09: 0 commits · +0 −0 2024-10: 4 commits · +7 −2 2024-11: 1 commit · +3 −3 2024-12: 0 commits · +0 −0 2025-01: 3 commits · +15 −51 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +114 −194 2025-05: 0 commits · +0 −0 2025-06: 2 commits · +3 −3 2025-07: 2 commits · +4 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +32 −2 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 4 commits · +32 −105 2026-02: 2 commits · +3 −4 2026-03: 2 commits · +23 −18 2026-04: 0 commits · +0 −0

sources

  1. cateee.net

    LKDDb identifies CONFIG_BCMASP as the Broadcom ASP 2.0 Ethernet driver for Broadcom STB SoCs such as BCM72165, tying this directory to Broadcom set-top-box silicon rather than legacy PCI NICs.

  2. spinics.net

    A March 19, 2026 netdev patch series fixes two bcmasp driver unbind bugs, showing current upstream maintenance activity rather than deprecation/removal work.

  3. spinics.net

    The stable review mail for "net: bcmasp: Add support for asp-v3.0" shows new hardware revision enablement landing in 2025/2026, which is strong evidence the IP block is not obsolete.

  4. docs.broadcom.com

    Broadcom documentation describes an active STB group that designs and builds set-top-box SoCs, supporting the inference that this product family remained commercially active into the 2020s.

codex reasoning notes (technical)

Local shell inspection (`rg`, `git -c safe.directory=... log`, `git blame`) showed OF compatibles brcm,asp-v2.1/v2.2/v3.0 and substantive commits through 2026-03-20, with v3.0 support added in 2025 and multiple 2026 bug fixes. The lore-http MCP server was unavailable in this environment, so upstream-mail evidence was obtained via `web.search_query` on public netdev/stable archive pages (spinics). LKDDb URL was obtained via `web.search_query`; Broadcom STB-group URL was obtained via `web.search_query` and opened with `web.open`. No removal discussion was found in the available upstream results; current evidence points to an actively maintained, still-relevant embedded/STB Ethernet block with no natural replacement driver.