drivers/net/ethernet/vertexcom

Vertexcom MSE1021/MSE1022 HomePlug GreenPHY SPI Ethernet controllers

A small family of SPI-attached Ethernet-over-powerline chips from Vertexcom that bridge a host processor to a HomePlug GreenPHY powerline network. They are mostly used inside electric-vehicle charging equipment and industrial control gear, where data has to travel over existing AC wiring rather than dedicated Ethernet cabling.

keep conf=0.87 last_sold=2025 deploy=low replacement=none subsystem=net category=networking-ethernet
87%

recommendation

It should stay in the kernel because the parts are still sold new by Vertexcom in 2025 for EV charging and industrial powerline applications, and the driver continues to receive real bug-fix activity upstream, including a double-free fix reviewed in late 2024 and further fixes pulled into v6.15-rc5 in May 2025. Deployments are niche rather than mass-market, but there is no sign of removal discussion and clear evidence of active maintenance.

repository signals

3 files
806 source lines
25 commits, 5y
+904 / −67 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 25 total · active in 10/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: 0 commits · +0 −0 2021-12: 2 commits · +801 −1 2022-01: 3 commits · +3 −5 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +1 −1 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 · +1 −1 2022-09: 1 commit · +8 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 1 commit · +1 −1 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: 5 commits · +7 −13 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 2 commits · +6 −3 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: 4 commits · +29 −7 2025-05: 5 commits · +47 −35 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. vertexcom.com

    Vendor product page still listed MSE1021/MSE1022 HomePlug GreenPHY parts with ordering information and EV charging / industrial applications in 2025.

  2. lkml.org

    Networking pull for v6.15-rc5 included Vertexcom mse102x fixes, indicating ongoing upstream maintenance rather than removal.

  3. lkml.indiana.edu

    Public review traffic existed in late 2024 for a net patch fixing a double-free in mse102x, showing real bug-fix activity.

  4. cateee.net

    LKDDb lists CONFIG_MSE102X with supported compatibles vertexcom,mse1021 and vertexcom,mse1022 across current kernel series.

  5. lkml.org

    Original RFC describes MSE102x as a HomePlug GreenPHY SPI-attached network chip family.

codex reasoning notes (technical)

Local shell inspection of Kconfig and mse102x.c identified a real SPI Ethernet driver for Vertexcom MSE1021/MSE1022; local git log showed first merge on 2021-12-13 and substantive fixes through 2025-05-12. URLs were obtained via web search results: Vertexcom vendor page for current sale status, lkml.org / lkml.indiana.edu pages for lore-visible maintenance traffic, and cateee LKDDb for in-tree support coverage. No removal discussion surfaced in the searched lore-indexed results; combined with recent fixes, that supports keep rather than deprecate. Deployment appears niche but extant, mainly EV charging / industrial HomePlug GreenPHY systems, so use is low rather than none.