Microchip LAN966x industrial TSN Ethernet switches
A family of Microchip Ethernet switch chips (notably the LAN9662 and LAN9668) aimed at industrial automation, supporting Time-Sensitive Networking and PROFINET. They are typically found on embedded boards for factory networking, automotive gateways, and other deterministic-Ethernet applications.
recommendation
It should stay because the underlying silicon is still in active production at Microchip and is being actively marketed for industrial PROFINET and TSN use in 2025. Upstream maintenance is clearly ongoing, with CVE fixes and patch series landing in netdev as recently as April 2026, and there is no alternative driver in the kernel that handles this hardware family.
repository signals
sources
- lore.kernel.org
A Linux CVE announcement dated 2026-04-24 references a lan966x fix, showing the driver is still receiving current upstream maintenance attention.
- spinics.net
Patchwork-bot reported on 2026-04-09 that a lan966x fix series was applied to netdev/net.git, indicating active upstream development rather than removal.
- microchip.com
Microchip lists LAN9668 as 'Status: In Production', indicating the LAN966x family is still an active product line.
- microchip.com
Microchip lists LAN9662 as 'Status: In Production', showing newer and smaller LAN966x-family parts are still commercially available.
- microchip.com
Microchip's current PROFINET/industrial networking portfolio still features LAN9668 and LAN9662, supporting ongoing industrial deployment relevance.
codex reasoning notes (technical)
web.search_query found current maintenance evidence via lore/spinics results (including the direct lore URL surfaced in a Red Hat CVE result and a spinics patchwork-bot application notice), plus Microchip product/portfolio pages showing LAN9662/LAN9668 remain in production and marketed for industrial TSN/PROFINET use. Local shell checks (`sed` on lan966x_main.c) confirmed this is the main platform OF driver for `microchip,lan966x-switch`, and local `git -c safe.directory ... log` showed recent 2025-2026 bug-fix traffic with no removal discussion. No natural replacement exists for the same silicon family, so this should be kept.