drivers/net/ethernet/alacritech

Alacritech SLIC Mojave and Oasis gigabit Ethernet adapters

Alacritech's SLIC (Session Layer Interface Card) family of gigabit PCI Ethernet adapters from the 2000s, sold as TCP-offload "accelerator" NICs based on the Mojave and Oasis chipsets. They were marketed mainly to file-server and storage appliance vendors looking to lighten the host CPU's networking load.

keep-annotate conf=0.64 deploy=low replacement=none subsystem=net category=networking-ethernet
64%

recommendation

Worth keeping but flagging as legacy. The hardware is no longer sold and real-world deployments are presumed small, but the upstream code is not abandoned: maintainers landed a functional fix in 2024 and a statistics cleanup as recently as early 2026, so removing it would strand the remaining installed base for no real gain. An annotation noting its niche, end-of-life status would help future cleanup decisions.

repository signals

4 files
2,420 source lines
12 commits, 5y
+69 / −76 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 12 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: 2 commits · +2 −2 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: 1 commit · +1 −3 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +2 −2 2022-09: 1 commit · +1 −1 2022-10: 1 commit · +6 −6 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: 1 commit · +1 −3 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: 0 commits · +0 −0 2024-08: 1 commit · +14 −20 2024-09: 1 commit · +8 −5 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: 0 commits · +0 −0 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: 1 commit · +29 −29 2026-02: 2 commits · +5 −5 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream activity exists: a 2026 net-next maintenance patch updated slicoss statistics handling.

  2. lore.kernel.org

    The driver still received a 2024 functional fix/revert, indicating occasional real maintenance rather than complete abandonment.

  3. git.kernel.org

    Upstream Kconfig describes this as support for Alacritech SLIC Gigabit Ethernet adapters, specifically Mojave and Oasis PCI cards.

codex reasoning notes (technical)

lore_file_timeline on drivers/net/ethernet/alacritech/slicoss.c showed touches through 2026-01-22 and a small but real maintenance stream, with no removal evidence surfaced in the checked lore history. Local source inspection (exec_command) identified the hardware family as Alacritech SLIC Mojave/Oasis gigabit PCI adapters; the kernel.org Kconfig URL is cited via canonical recall for that product description. A follow-up removal search via lore_regex timed out, and lei was blocked by the sandbox, so absence of removal discussion is only weakly supported. Overall read: hardware appears legacy and likely limited to installed-base use, but upstream still accepts fixes, so deprecate/remove would be premature; annotate as legacy instead.