Intel PRO/1000 PCIe and ICH/PCH Gigabit Ethernet (e1000e)
Intel's PCI Express gigabit Ethernet adapters and the integrated 1 GbE controllers built into Intel chipsets, covering the 82571 through 82574/82583 discrete NICs and the I217/I218/I219 LAN-on-motherboard parts found on PCH-based desktops, laptops, and embedded boards from the late 2000s through current Intel platforms.
recommendation
It should stay in the kernel because the hardware is still being sold new — Intel does not plan to discontinue the I219-LM until the first half of 2033 — and the driver is under active development, with recent net-next work in 2026 adding XDP support and ongoing EEPROM and endianness fixes. There is no alternative driver for these chips, so e1000e remains the supported upstream choice for a very large installed base of Intel onboard gigabit NICs.
repository signals
sources
- spinics.net
March 23, 2026 net-next v4 series adds XDP support to e1000e, showing active upstream feature development rather than removal.
- spinics.net
March 25, 2026 patch series updates e1000e EEPROM/endianness handling, showing ongoing maintenance traffic.
- cateee.net
LKDDb describes CONFIG_E1000E as Intel PRO/1000 PCI-Express Gigabit Ethernet support and lists many supported 8257x/I217/I218/I219 devices.
- intel.com
Intel lists I219-LM as launched and not expected to discontinue until 1H'33, indicating the family was still sold new in 2025.
codex reasoning notes (technical)
Recommendation: keep. The directory is an active production NIC driver, not a legacy orphan: user-provided history already shows 92 substantive commits in the last 5 years with most recent touch on 2026-03-10, and web-obtained mailing-list pages show fresh March 2026 net-next work (spinics URLs from web search) including new XDP support and bug-fix traffic. No removal/deprecation discussion was found in web searches. LKDDb page (web search) confirms e1000e covers a broad Intel PCIe 1GbE family including still-common I219 variants; local netdev.c inspection also shows ICH/PCH generations through modern PCH IDs. Intel's product page for I219-LM (web search) shows marketing status launched with expected discontinuance in 1H 2033, so this hardware family was still shipping new in 2025, though mainly as onboard 1GbE in OEM/client/embedded systems rather than as a growth segment. There is no direct replacement driver for the same hardware; newer Intel NIC families use other drivers, but e1000e remains the correct upstream driver for these devices.