drivers/net/ethernet/aeroflex

Aeroflex Gaisler GRETH 10/100/1000 Ethernet MAC

The Ethernet MAC shipped as part of Gaisler's GRLIB VHDL IP library, typically synthesized into FPGA-based SPARC LEON systems-on-chip used in aerospace, defense, and industrial control. It supports 10/100 Mbit and gigabit variants and shows up as an on-chip peripheral rather than a discrete NIC.

keep-annotate conf=0.79 deploy=low replacement=none subsystem=net category=networking-ethernet
79%

recommendation

Worth keeping but documenting its niche audience: the GRLIB IP library is still actively marketed by Gaisler in 2025 and pairs with their LEON SPARC cores used in space and avionics designs, so new hardware continues to ship. Volumes are small and the driver sees little churn, but a real 2024 bug fix made it into stable, showing the code is maintained rather than abandoned.

repository signals

4 files
1,716 source lines
10 commits, 5y
+17 / −16 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 8/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +2 −1 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +4 −4 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: 1 commit · +2 −2 2022-09: 1 commit · +1 −1 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +1 −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: 1 commit · +2 −2 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +2 −4 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: 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: 2 commits · +3 −2 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: 0 commits · +0 −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: 0 commits · +0 −0 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. lore.kernel.org

    Recent upstream maintenance exists: a 2024 GRETH bug fix was accepted and queued for stable.

  2. gaisler.com

    The current GRLIB IP Library is still marketed and includes 10/100/1000 Mbit Ethernet MAC IP, indicating the GRETH family remains commercially available.

  3. gaisler.com

    GRLIB product pages were still updated in 2025, supporting the conclusion that the IP library remains an actively sold offering.

  4. cateee.net

    LKDDb shows CONFIG_GRETH is still present through current kernel series and ties it to the Aeroflex/Gaisler GRETH platform and OF IDs.

codex reasoning notes (technical)

Local file read via shell showed this is the GRETH driver for the GRLIB VHDL IP library, a SPARC/platform Ethernet MAC driver. lore_activity on greth.c produced the 2024 stable-patch URL above, showing real bug-fix traffic rather than pure bitrot; lore_file_timeline on the directory returned no separate directory-level removal chatter. Web search returned the current Gaisler GRLIB product pages and LKDDb entry. Conclusion: niche aerospace/industrial IP-core deployment, still sold in 2025, low-volume but not obsolete enough to deprecate; annotate as niche/low-activity rather than remove.