Xen netback virtual network interface backend
The host-side (dom0) component of Xen's paravirtualized networking, which presents virtual network interfaces to Xen guest VMs and shuttles their packets to and from the real network stack. It is not a physical NIC driver but a virtualization building block used wherever Linux runs as a Xen hypervisor host.
recommendation
Worth keeping but documenting its niche, because it is the host-side half of Xen's paravirtualized networking and is still actively maintained, with stable backports and other patches landing as recently as 2026. It only matters on machines acting as Xen hypervisor hosts (dom0), so a brief note about that scope would help readers understand why it lives in the networking tree without corresponding to any physical NIC.
repository signals
sources
- git.kernel.org
Upstream Linux still carries this as a real driver directory for the Xen backend network device.
- lore.kernel.org
Recent 2026 stable backport traffic was returned for xen-netback source via lore history, indicating ongoing maintenance rather than abandonment.
- lore.kernel.org
Recent 2026 -rt/lkml traffic also touched xen-netback code in lore history, further supporting active upkeep.
- en.wikipedia.org
Xen remains a current virtualization platform; xen-netback serves a Xen host/backend deployment niche rather than discrete physical hardware.
codex reasoning notes (technical)
Local shell `rg` in the tree showed `MODULE_DESCRIPTION("Xen backend network device module")` and `MODULE_ALIAS("xen-backend:vif")`, so this is a Xen host-side virtual NIC backend, not a physical chipset driver. `lore_activity(file=drivers/net/xen-netback/xenbus.c,since=5y)` returned 2026 stable and -rt mails (URLs cited), which is strong evidence of continued upstream maintenance and no obvious obsolescence. The kernel.org tree URL is canonical recall for the upstream driver path; the Xen Wikipedia URL is canonical recall for platform context. Because this is virtualization infrastructure still used in Xen host deployments, not sold hardware, I marked `hardware_still_sold_new_in_2025=false`, `last_widely_available_year=null`, and recommend `keep-annotate` rather than deprecate/remove.