drivers/net/ethernet/xscale

Intel IXP4xx XScale Network Processor Ethernet

On-chip Ethernet MACs found in Intel's IXP4xx and IXP46x XScale network processors, an ARM-based embedded silicon family that powered consumer routers, small NAS boxes, and industrial gateways in the 2000s. The companion ptp_ixp46x piece adds IEEE 1588 precision time stamping for the IXP46x variants.

keep-annotate conf=0.83 deploy=low replacement=none subsystem=net category=networking-ethernet
83%

recommendation

Worth keeping but worth flagging as legacy hardware. Although Intel's IXP network processors haven't shipped as new silicon in many years and only a handful of old OpenWrt-supported boards still rely on them, the code is not abandoned: an NXP engineer landed a functional fix as recently as May 2025, and the option remains selectable in current kernels. There is no removal discussion in flight, so it should stay, but it deserves a note that deployments are niche and shrinking.

repository signals

5 files
2,024 source lines
36 commits, 5y
+441 / −328 lines added / removed, 5y
19 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 36 total · active in 23/61 months
2021 2022 2023 2024 2025 2026 2021-04: 3 commits · +154 −68 2021-05: 1 commit · +2 −2 2021-06: 1 commit · +1 −5 2021-07: 2 commits · +3 −1 2021-08: 4 commits · +122 −96 2021-09: 1 commit · +0 −1 2021-10: 2 commits · +3 −4 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +0 −3 2022-01: 0 commits · +0 −0 2022-02: 2 commits · +21 −69 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +1 −1 2022-05: 1 commit · +1 −1 2022-06: 0 commits · +0 −0 2022-07: 2 commits · +13 −2 2022-08: 1 commit · +2 −2 2022-09: 1 commit · +1 −1 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +4 −15 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: 0 commits · +0 −0 2023-09: 2 commits · +10 −3 2023-10: 3 commits · +64 −10 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: 1 commit · +1 −1 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −3 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: 1 commit · +29 −32 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: 1 commit · +4 −4 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream saw a real functional touch in 2025 for ixp4xx_eth, indicating the driver is still maintained rather than abandoned.

  2. openwrt.org

    OpenWrt still carries an ixp4xx target, but only for a small set of old boards and notes the older target was dropped after 18.06, which points to niche legacy deployment rather than broad current use.

  3. cateee.net

    LKDDb shows CONFIG_IXP4XX_ETH remains present in current kernel series and maps to this directory's ixp4xx_eth and ptp_ixp46x drivers.

  4. en.wikipedia.org

    XScale/IXP is a historical Intel network-processor family used in older embedded and industrial devices, supporting the view that the hardware is legacy-era rather than new 2025 design-in silicon.

codex reasoning notes (technical)

Not removable: lore evidence shows non-treewide upstream work continued recently (URL 1 obtained via lore_activity on drivers/net/ethernet/xscale/ixp4xx_eth.c scoped to linux-arm-kernel). Deployment looks niche-but-real, mainly old routers/NAS/industrial boards (URL 2 obtained via web search). The driver is still upstream and selectable in current kernels (URL 3 obtained via web search). Hardware family is historically old XScale/IXP silicon with no evidence of new 2025 sales; that part is an inference from the legacy positioning in URLs 2 and 4, both obtained via web search. Best fit is keep-annotate: obsolete hardware, low deployment, but still seeing real fixes and no clear removal thread.