drivers/net/fjes

Fujitsu PRIMEQUEST Extended Socket inter-partition NIC

A virtual network interface used inside Fujitsu's PRIMEQUEST 2000 E2 and E3 high-end x86 servers, which can be carved into hardware partitions. The Extended Socket device, exposed to Linux as "es0", provides an Ethernet-like link between those partitions without going through an external network. It shipped from the mid-2010s until PRIMEQUEST 2000 sales ended in 2019.

keep-annotate conf=0.84 last_sold=2019 deploy=low replacement=none subsystem=net category=networking-ethernet
84%

recommendation

Worth keeping but documenting its niche: the hardware is no longer sold (PRIMEQUEST 2000 sales wrapped up by March 2019) yet Fujitsu was still publishing operational manuals for it as recently as 2024, so a real installed base of mission-critical systems still relies on it. The kernel code is also actively maintained, with a 2026 patch reworking its initialization rather than removing it, and there is no generic replacement offering the same partition-to-partition transport.

repository signals

10 files
4,171 source lines
24 commits, 5y
+723 / −748 lines added / removed, 5y
20 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 24 total · active in 17/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 3 commits · +8 −12 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +11 −8 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +5 −0 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +2 −3 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 · +3 −3 2022-09: 2 commits · +614 −646 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +1 −3 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: 1 commit · +1 −1 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +2 −4 2024-01: 1 commit · +30 −7 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +0 −1 2024-04: 0 commits · +0 −0 2024-05: 3 commits · +7 −7 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −3 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 2 commits · +24 −42 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: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +3 −2 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +9 −3 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −3 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    As of 2026-03-18 the driver still receives upstream changes; the patch 'net: fjes: Drop fjes_acpi_driver and rework initialization' updates initialization rather than proposing driver removal.

  2. cateee.net

    LKDDb identifies CONFIG_FUJITSU_ES as the FUJITSU Extended Socket Network Device driver for Extended Partitioning of FUJITSU PRIMEQUEST 2000 E2 series, with module fjes still present in current kernels.

  3. fujitsu.com

    Fujitsu's PRIMEQUEST 2000 series 2015-model lineup page says sales ended on 2017-06-30; this page includes E2 models such as 2400E2 and 2800E2.

  4. fujitsu.com

    Fujitsu's PRIMEQUEST 2000 series 2016-model lineup page says sales ended on 2019-03-31, supporting that the platform family was no longer widely sold well before 2025.

  5. fujitsu.com

    A Fujitsu manual published in late 2024 still documents loading/unloading the Extended Socket driver and states the device appears as an 'es0' interface on PRIMEQUEST 2400E3/2400E2 and 2800E3/2800E2, indicating lingering deployed systems.

codex reasoning notes (technical)

Kernel-tree inspection via shell showed a real platform net driver under CONFIG_FUJITSU_ES for ACPI-discovered 'Extended Socket'. lore_file_timeline and lore_activity MCP calls showed fresh 2026 maintenance and no removal series, so this is not a dead driver. Web search found LKDDb confirming the hardware scope (PRIMEQUEST 2000 E2 Extended Partitioning) and Fujitsu product pages showing E2/E3 PRIMEQUEST 2000 sales ended by 2019, plus a 2024 Fujitsu manual still documenting operational use. That points to legacy but extant deployments: niche mission-critical installed base, not new sales, and no natural generic replacement for the same partition-to-partition transport.