drivers/net/can/peak_canfd

PEAK-System PCAN-PCI Express FD CAN bus adapters

PCI Express add-in cards from German vendor PEAK-System that bridge a PC to CAN and CAN-FD buses, the serial networks used in cars, industrial machinery, and lab test rigs. The PCAN-PCI Express FD line has been sold since the mid-2010s and remains in production, with one- to four-channel variants aimed at automotive ECU development and factory automation.

keep conf=0.91 last_sold=2025 deploy=low replacement=none subsystem=net category=networking-other
91%

recommendation

It should stay in the kernel because PEAK-System still sells these cards new in 2025 and actively maintains Linux support, with upstream patches landing as recently as November 2025. Although deployments are niche (industrial and automotive CAN-FD work), the hardware family is current rather than legacy.

repository signals

5 files
1,748 source lines
13 commits, 5y
+86 / −49 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 13 total · active in 9/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +2 −2 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: 3 commits · +5 −9 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: 2 commits · +51 −3 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +1 −1 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: 0 commits · +0 −0 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: 1 commit · +1 −1 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +0 −3 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: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +3 −3 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +7 −7 2025-10: 2 commits · +16 −20 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. lore.kernel.org

    The driver was still receiving targeted upstream maintenance in late 2025 (peak_canfd ndo_hwtstamp callback conversion), which argues against deprecation/removal.

  2. peak-system.com

    PEAK-System still listed PCAN-PCI Express FD hardware for sale, including Linux driver support, indicating the hardware family remained sold new in 2025.

  3. peak-system.com

    PEAK-System's Linux support page lists 'PCAN-PCI Express FD' as supported by mainline kernels since 4.12, showing current vendor-supported Linux deployment relevance.

  4. cateee.net

    LKDDb shows CONFIG_CAN_PEAK_PCIEFD remains present through current kernels and maps to PEAK PCI device IDs handled by this driver.

  5. peak-system.com

    The older non-FD PCAN-PCI Express product page points users to the FD four-channel card as the manufactured alternative, reinforcing that peak_canfd covers the current product line rather than a legacy-only niche.

codex reasoning notes (technical)

Local shell inspection of Kconfig/Makefile showed this directory builds CONFIG_CAN_PEAK_PCIEFD for PEAK-System PCAN-PCIe FD cards only; no broader helper-library role. lore_activity on peak_canfd.c and peak_pciefd_main.c showed active 2025 maintenance and no removal-thread evidence in the sampled history. Web search found the official PEAK product page and Linux support matrix confirming the hardware family was sold/supported in 2025. Web search also found LKDDb confirming ongoing upstream presence. Industrial/automotive PCIe CAN-FD adapters are real but niche today, so deployments are low rather than none.