drivers/net/ethernet/aquantia/atlantic/hw_atl2

Marvell AQtion AQC113/114/115/116 Multi-Gigabit Ethernet Controllers

Second-generation AQtion PCIe multi-gigabit Ethernet controllers (2.5/5/10 Gbps) — the AQC113, AQC114CS, AQC115C, and AQC116C chips originally from Aquantia before Marvell acquired it in 2019. They are commonly found on enthusiast motherboards, workstations, NAS appliances, and docking stations, and remain marketed for new designs in 2025.

keep conf=0.90 deploy=medium replacement=none subsystem=net category=networking-ethernet
90%

recommendation

It should stay in the kernel because the hardware is still actively sold by Marvell in 2025 for PCs, workstations, NAS boxes, and docking stations, and the code is still receiving real bug fixes from contributors as recently as November 2025 (a descriptor cache fix) and June 2025 (a Wake-on-LAN fix). There is no sign of an upstream effort to retire it.

repository signals

9 files
3,154 source lines
12 commits, 5y
+196 / −47 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 12 total · active in 7/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: 1 commit · +1 −1 2021-11: 6 commits · +145 −35 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: 1 commit · +2 −2 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +7 −7 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +1 −1 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +39 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +1 −1 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. patch.msgid.link

    ATL2 received a substantive upstream bug fix in November 2025 for descriptor cache invalidation, indicating active maintenance rather than retirement.

  2. patch.msgid.link

    ATL2 received a Wake-on-LAN power-management fix in June 2025 for AQC113/AQC113C hardware, showing current users are still exercising this path.

  3. marvell.com

    Marvell still markets Scalable mGig AQtion controllers including AQC113, AQC114CS, and AQC115C for PCs, workstations, CPE, NAS, docking stations, and motherboard deployments.

  4. marvell.com

    The current product brief covers the ATL2-family parts AQC113/AQC114CS/AQC115C/AQC116C and their supported speeds, aligning with the in-tree ATL2 capability tables.

  5. git.kernel.org

    The atlantic PCI table routes AQC113/AQC114CS/AQC115C/AQC116C device IDs to hw_atl2_ops, confirming this directory is the hardware backend for those controllers.

codex reasoning notes (technical)

In-tree evidence gathered with shell (`sed`, `rg`, `git log -c safe.directory=...`) showed hw_atl2 backs AQC113/AQC114CS/AQC115C/AQC116C and has non-trivial fixes in 2024-2025, including two ATL2-specific/publicly linked patches above. Web search found Marvell product pages and product brief showing these controllers remained marketed for new designs in 2025-era materials. No removal discussion surfaced in reachable lore/web results; given ongoing fixes plus still-marketed silicon, `keep` is the defensible recommendation.