drivers/net/ethernet/agere

Agere ET-131x PCIe Gigabit Ethernet controllers

A single-chip PCI Express gigabit Ethernet controller family (the ET1310 / ET131x) originally designed by Agere Systems in the mid-2000s and later inherited by LSI after the 2007 merger. It appeared on a modest number of add-in NICs and embedded boards and has had no new silicon developed since.

keep-annotate conf=0.72 deploy=low replacement=none subsystem=net category=networking-ethernet
72%

recommendation

Worth keeping but documenting its niche because the hardware comes from Agere Systems, which was absorbed into LSI in 2007, and the chip is no longer sold new. Despite that, the code still picks up small fixes through stable backports as recently as August 2025, and there is no replacement driver for these specific PCI IDs, so removing it would strand the remaining users without offering any obvious benefit.

repository signals

4 files
5,533 source lines
14 commits, 5y
+67 / −26 lines added / removed, 5y
12 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 14 total · active in 13/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: 1 commit · +1 −1 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +2 −2 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +2 −3 2022-02: 1 commit · +10 −4 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 1 commit · +1 −1 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +2 −2 2022-09: 1 commit · +1 −1 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: 0 commits · +0 −0 2023-08: 1 commit · +1 −2 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: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +1 −1 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: 1 commit · +1 −1 2025-05: 1 commit · +2 −1 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +36 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +7 −7 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still receives upstream maintenance via stable backports in 2025, so it is not fully abandoned.

  2. cateee.net

    The in-tree driver covers Agere/LSI ET-131x PCIe Ethernet controllers (PCI IDs 11c1:ed00 and 11c1:ed01) and remains present in current kernel releases.

  3. en.wikipedia.org

    Agere Systems ceased to exist as an independent vendor in 2007 after merging into LSI, consistent with this being legacy hardware rather than a current product line.

codex reasoning notes (technical)

Legacy single-chip PCIe GbE NIC family from a defunct vendor, with low likely deployment today and no obvious successor driver because support is specific to this controller family. I used `mcp__lore_http__.lore_file_timeline` on `drivers/net/ethernet/agere/et131x.c` to verify recent activity and took the cited lore URL from that result; I used web search to obtain the LKDDb device/support page and the Agere Systems Wikipedia page. A subject-regex lore query for removal talk timed out, so I found no positive evidence of an active removal campaign; given 2025 stable traffic, `keep-annotate` fits better than deprecate/remove.