Broadcom NetXtreme, GENET, and SystemPort Ethernet controllers
A large family of Broadcom wired Ethernet hardware spanning roughly two decades, from gigabit PCIe server NICs (Tigon3/tg3, NetXtreme II/bnx2x) up through current NetXtreme-E and NetXtreme-C 10/25/50/100/200 Gbps datacenter adapters (bnxt, bnge), alongside the on-chip Ethernet MACs (GENET, SystemPort, ASP) found in Broadcom SoCs used in the Raspberry Pi, set-top boxes, and other embedded devices.
recommendation
It should stay because this directory is not one driver but an umbrella for a whole portfolio of Broadcom Ethernet hardware that is still being designed, sold, and deployed in 2025. Broadcom is actively shipping 200 Gbps NetXtreme-E controllers, and upstream commit traffic through 2025 and into 2026 shows ongoing feature work and fixes from Broadcom, Cloudflare, and community contributors across bnxt, bcmgenet, tg3, and the newer bnge and bcmasp drivers.
repository signals
sources
- lore.kernel.org
bnxt_en in this directory had an active net-next feature series in March 2026, indicating current upstream development rather than retirement.
- lore.kernel.org
bcmgenet in this directory received non-trivial maintenance/statistics work in 2025, showing active support for deployed Broadcom SoC Ethernet.
- lore.kernel.org
bcmgenet also saw Broadcom-authored power-management fixes in June 2025, further indicating active maintenance.
- lore.kernel.org
tg3 in this directory still received net-next fixes in late 2025, so even older PCIe Broadcom NIC support is not abandoned upstream.
- cateee.net
CONFIG_BNXT is current through 7.0-rc+HEAD and covers Broadcom NetXtreme-E adapters including modern 10/25/40/50/100Gb-class devices.
- docs.broadcom.com
Broadcom was publishing current BCM57500 NetXtreme-E 200Gb Ethernet controller product material in 2026, showing at least part of this driver directory supports hardware still sold for new deployments.
codex reasoning notes (technical)
Real driver directory, not a helper subtree. Local shell inspection of Kconfig and file list showed this is a vendor umbrella containing many live drivers (bnxt, bcmgenet, tg3, bcmasp, bnge, bnx2x, b44, etc.), so there is no single successor driver. Lore evidence was obtained via web search snippets that exposed exact message-IDs, then mapped to canonical lore URLs; those show active 2025-2026 patch traffic and no removal/deprecation series. Deployment remains high because the directory spans both current datacenter NICs (bnxt/NetXtreme-E, corroborated by Broadcom product brief found via web search) and still-common embedded SoC MACs (bcmgenet/systemport). Local git log also showed many 2024-2026 substantive commits across bnxt, tg3, bcmgenet, bcmasp, and bnge, consistent with keeping the directory.