drivers/net/ethernet/engleder

Engleder TSN Endpoint Ethernet MAC

A Time-Sensitive Networking (TSN) endpoint Ethernet controller built around an IP core (marketed by Fraunhofer IPMS as TSN-EP 1G and 10G) that gets dropped into FPGAs and SoCs for industrial automation, robotics, and automotive applications. It supports modern features like precision time protocol timestamping, time-aware traffic shaping (taprio), and high-performance XDP/AF_XDP packet paths.

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

recommendation

It should stay in the kernel because the hardware is actively sold for new industrial and automotive TSN deployments in 2025, and the driver is still being maintained upstream — including a 2025 timestamping fix that flowed into the stable trees and further commits landing into 2026. Volumes are low and the niche is narrow, but this is a current, well-maintained driver rather than legacy code.

repository signals

11 files
5,621 source lines
79 commits, 5y
+6,331 / −657 lines added / removed, 5y
24 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 79 total · active in 29/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: 0 commits · +0 −0 2021-11: 6 commits · +3,514 −7 2021-12: 2 commits · +1 −3 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +1 −2 2022-05: 1 commit · +63 −7 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 7 commits · +93 −36 2022-09: 5 commits · +656 −118 2022-10: 0 commits · +0 −0 2022-11: 5 commits · +401 −81 2022-12: 0 commits · +0 −0 2023-01: 11 commits · +455 −79 2023-02: 2 commits · +25 −0 2023-03: 1 commit · +0 −1 2023-04: 6 commits · +830 −131 2023-05: 1 commit · +9 −7 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −1 2023-08: 2 commits · +2 −0 2023-09: 4 commits · +18 −12 2023-10: 2 commits · +86 −33 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 6 commits · +44 −22 2024-02: 1 commit · +1 −2 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: 1 commit · +1 −1 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +0 −4 2024-10: 1 commit · +1 −1 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +23 −5 2025-02: 1 commit · +2 −2 2025-03: 2 commits · +11 −12 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +19 −11 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: 1 commit · +51 −59 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +8 −3 2026-02: 4 commits · +14 −16 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Mainline saw a tsnep-specific update on 2026-01-17, indicating ongoing upstream maintenance rather than abandonment.

  2. git.kernel.org

    Mainline carried a functional tsnep bug fix in 2025 ('fix timestamping with a stacked DSA driver'), showing active bug-fix traffic.

  3. spinics.net

    The 2025 tsnep timestamping fix propagated into stable review, which is evidence of real downstream maintenance and deployed users.

  4. cateee.net

    LKDDb shows CONFIG_TSNEP present across kernel releases from 5.17 through current HEAD, with platform/OF bindings for 'engleder,tsnep'.

  5. ipms.fraunhofer.de

    Vendor marketing for TSN endpoint IP cores remains current, listing TSN-EP 1G and TSN-EP 10G for industrial/robotics/automotive use and noting Linux drivers as an available software option for TSN-EP-10G.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`) showed this is a real platform Ethernet driver for OF compatible `engleder,tsnep`, with module description 'TSN endpoint Ethernet MAC driver' and modern features such as PTP, taprio, XDP and XSK. Local shell `git log` found tsnep-specific commits in 2024, 2025, and 2026, including commit URLs cited above; no local history suggested a removal/deprecation series. Web search located the stable-list mirror URL for a 2025 tsnep fix and the Fraunhofer TSN IP-core product page; web open/find confirmed the LKDDb presence and that TSN-EP products are still being marketed for new industrial deployments. Conclusion: niche industrial IP-core hardware with low-volume but current deployments and active maintenance, so keep rather than deprecate/remove.