drivers/net/ethernet/wangxun/ngbe

Wangxun WX1860 Gigabit Ethernet NICs

A family of PCI Express Gigabit Ethernet network adapters built around Wangxun's WX1860 controller, used in server and embedded NICs (often regional, China-market) such as the LR-Link LRES2025PT quad-port and similar dual-port cards still being sold new.

keep conf=0.89 deploy=low replacement=none subsystem=net category=networking-ethernet
89%

recommendation

It should stay in the kernel because the Wangxun WX1860 chipset is still being shipped in new commercial Gigabit Ethernet adapters in 2025, and upstream patch activity through 2025 and into 2026 shows the driver is actively maintained with ongoing feature work and fixes. No other in-tree driver covers these PCI IDs, so removing it would orphan hardware that is currently for sale.

repository signals

9 files
1,525 source lines
51 commits, 5y
+2,373 / −839 lines added / removed, 5y
10 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 51 total · active in 23/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: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 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 · +253 −0 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +617 −6 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 8 commits · +659 −486 2023-02: 3 commits · +300 −15 2023-03: 3 commits · +5 −7 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +16 −5 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +94 −6 2023-08: 2 commits · +43 −63 2023-09: 1 commit · +4 −118 2023-10: 2 commits · +9 −5 2023-11: 1 commit · +1 −3 2023-12: 1 commit · +1 −0 2024-01: 6 commits · +197 −94 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 2 commits · +14 −5 2024-06: 1 commit · +3 −3 2024-07: 1 commit · +2 −0 2024-08: 1 commit · +6 −2 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 4 commits · +37 −1 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +95 −10 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 2 commits · +4 −4 2025-08: 2 commits · +5 −4 2025-09: 1 commit · +6 −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: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    Netdev patch series dated August 21, 2025 includes active ngbe work such as default ITR changes and adaptive RX/TX coalescing, touching ngbe_main.c and ngbe_ethtool.c.

  2. spinics.net

    Netdev patch series from 2026 shows ongoing Wangxun/ngbe maintenance and cleanup rather than removal, including ngbe WOL and reset-flow changes.

  3. lrnic.com

    A current commercial quad-port Gigabit adapter is marketed as WX1860A4-based, indicating the chipset family is still sold in new hardware.

  4. lrnic.com

    A current commercial dual-port Gigabit adapter is marketed as WX1860A2-based, reinforcing continued new-hardware availability for the supported PCI IDs.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`) in the kernel tree showed this is a real PCIe NIC driver with Wangxun WX1860A* device IDs and MODULE_DESCRIPTION "WangXun(R) Gigabit PCI Express Network Driver". Local shell `git -c safe.directory=... log` showed substantive ngbe fixes/features through 2025 and no path-local deprecation/removal history; a grep for remove/deprecate only found ordinary cleanup. Web search located two netdev archive pages (spinics, both linking lore.kernel.org threads) showing active ngbe patch series in 2025 and 2026, so upstream attention is current. Web search also found live product pages for WX1860A2/A4-based NICs, so hardware is still sold new; deployments look niche/regional and embedded/server-oriented rather than broad mainstream. No upstream replacement driver covers the same PCI IDs, so removal/deprecation is not supported by the evidence.