drivers/net/ethernet/altera

Altera/Intel FPGA Triple-Speed Ethernet MAC

A 10/100/1000 Mbps Ethernet MAC implemented as an FPGA IP block, instantiated inside Altera (now Intel) Cyclone, Arria, and Stratix FPGA and SoC designs. It is typically used in embedded, industrial, and custom networking hardware where the Ethernet controller is built into the FPGA fabric rather than being a discrete chip.

keep conf=0.88 deploy=low replacement=none subsystem=net category=networking-ethernet
88%

recommendation

It should stay in the kernel because the underlying Triple-Speed Ethernet IP is still listed as a current production product by Intel/Altera in 2025, and the in-tree driver continues to receive real maintenance — including a 2023 conversion to the modern phylink/mdio-regmap networking infrastructure and a fresh skb-leak fix in 2026. Deployments are niche (custom FPGA-based embedded systems rather than commodity NICs), but there is no sign of deprecation upstream.

repository signals

13 files
3,404 source lines
30 commits, 5y
+285 / −421 lines added / removed, 5y
17 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 30 total · active in 17/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: 2 commits · +2 −2 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +6 −3 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +5 −5 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 2 commits · +8 −3 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −0 2022-09: 4 commits · +166 −337 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +1 −1 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: 1 commit · +0 −5 2023-06: 4 commits · +54 −10 2023-07: 1 commit · +1 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +2 −4 2023-10: 1 commit · +4 −11 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: 1 commit · +1 −1 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: 4 commits · +28 −32 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +4 −6 2026-03: 0 commits · +0 −0 2026-04: 1 commit · +1 −0

sources

  1. altera.com

    Altera's Triple-Speed Ethernet FPGA IP is listed as Production and supports current FPGA/SoC families, indicating the underlying IP block is still sold for new designs in 2025.

  2. intel.com

    Intel publishes current 2025 Triple-Speed Ethernet IP release notes, showing the IP family remains maintained and marketed recently.

  3. cateee.net

    LKDDb shows CONFIG_ALTERA_TSE present through 6.19-rc+HEAD and maps it to OF compatibles altr,tse-1.0 / altr,tse-msgdma-1.0, confirming ongoing upstream presence and target hardware bindings.

  4. git.kernel.org

    The upstream path log shows continued activity in recent kernels rather than abandonment or staged removal.

  5. git.kernel.org

    A substantive net: altera-tse fix landed on 2026-04-01, showing active bug-fix traffic.

  6. git.kernel.org

    The driver received a major phylink/mdio-regmap modernization in 2023, indicating active adaptation to current networking stack infrastructure rather than pure legacy caretaking.

codex reasoning notes (technical)

Real driver directory: platform Ethernet MAC driver for Altera/Intel FPGA TSE IP. Local shell inspection of Kconfig/source identified ALTERA_TSE and OF compatibles altr,tse-1.0/altr,tse-msgdma-1.0. Local git log tool call showed substantive updates from 2022-2026, including phylink/mdio-regmap conversion and a 2026 skb-leak fix; corresponding git.kernel.org log/commit URLs are cited via canonical recall. Web search found current vendor product/release-note pages and LKDDb. No active removal/deprecation signal was found in recent history; deployments are niche embedded/FPGA/industrial rather than mass-market, so keep the driver but treat it as low-volume specialized hardware.