Intel I225/I226 "Foxville" 2.5 Gigabit Ethernet Controllers
Intel's I225 and I226 "Foxville" family of 2.5 Gigabit Ethernet PCIe controllers, found on a huge range of desktop motherboards, mini-PCs, NAS units, and industrial systems from 2019 onward. The chips come in consumer (V), industrial-temperature (IT), and managed (LM) variants and are Intel's mainstream successor to the I21x gigabit parts.
recommendation
It should stay in the kernel because the I225 and I226 are Intel's current 2.5 Gbps Ethernet controllers, widely integrated on consumer and industrial motherboards, and Intel itself only schedules them for discontinuance in 2027 and 2033 respectively. Upstream activity is healthy: Intel pushed igc fixes through netdev in 2025 and a 2026 series adds a build_skb RX path, so the driver is still gaining features rather than winding down.
repository signals
sources
- intel.com
Intel lists I226-V as launched in Q2'22 with expected discontinuance in 1H'33, indicating the family remains an actively sold product well past 2025.
- intel.com
Intel lists I225-V as launched in Q4'19 with expected discontinuance in 1H'27, showing the earlier igc-supported generation was still in-market in 2025.
- intel.com
Intel ARK shows the I226 series currently includes I226-V, I226-IT, and I226-LM 2.5G PCIe controllers, matching an ongoing product family rather than a legacy-only niche.
- spinics.net
A March 2026 netdev thread discusses a 2-patch igc series enabling the build_skb RX path, evidence of ongoing upstream feature and performance work rather than retirement.
- lore-kernel.gnuweeb.org
An August 2025 Intel Wired LAN update for netdev included igc fixes, showing the driver is still part of active Intel-maintained upstream update streams.
- spinics.net
A June 2025 pull request for igc added queue-priority harmonization and preemptible queue support, indicating active enhancement work and no visible removal trajectory.
codex reasoning notes (technical)
In-tree inspection via exec_command showed `config IGC` plus PCI IDs for I225/I226 variants, so this is a live dedicated hardware driver with no natural replacement driver. Recent local `git log` output (exec_command) showed substantive 2025-2026 fixes. External URLs were obtained via web search: Intel ARK/spec pages show I225/I226 products still marketed with future discontinuance dates; netdev/lore mirror results show active 2025-2026 patch traffic and no removal discussion surfaced in the allotted search budget. Given ongoing upstream work and hardware still shipping into the 2030s for I226, the correct recommendation is keep.