drivers/net/ethernet/intel/igb

Intel 82575/82576/82580, I350, and I210/I211 gigabit Ethernet controllers

Intel's mainstream gigabit Ethernet controller family covering the 82575/82576/82580 server NICs from the late 2000s through the long-lived I350 quad-port server adapters and the I210/I211 single-port chips widely embedded on motherboards, industrial PCs, network appliances, and edge servers.

keep conf=0.93 deploy=high replacement=none subsystem=net category=networking-ethernet
93%

recommendation

It should stay because the hardware is still actively sold by Intel in 2025, with the I350-AM4 not slated for discontinuation until 2031 and the I210-IT not until 2035, and the driver continues to receive substantive upstream fixes (including commits in March 2025 and 2026). These chips remain ubiquitous on server boards, embedded systems, and network appliances, so removal would break a very large installed base.

repository signals

22 files
29,109 source lines
145 commits, 5y
+2,018 / −914 lines added / removed, 5y
83 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 145 total · active in 54/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +13 −2 2021-05: 3 commits · +45 −37 2021-06: 5 commits · +5 −6 2021-07: 1 commit · +1 −1 2021-08: 2 commits · +20 −16 2021-09: 0 commits · +0 −0 2021-10: 5 commits · +300 −54 2021-11: 6 commits · +12 −9 2021-12: 2 commits · +13 −10 2022-01: 2 commits · +19 −23 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +2 −4 2022-04: 1 commit · +2 −2 2022-05: 2 commits · +2 −5 2022-06: 4 commits · +14 −13 2022-07: 2 commits · +85 −51 2022-08: 2 commits · +17 −5 2022-09: 1 commit · +1 −2 2022-10: 4 commits · +19 −29 2022-11: 2 commits · +60 −77 2022-12: 1 commit · +1 −1 2023-01: 1 commit · +0 −5 2023-02: 4 commits · +64 −17 2023-03: 3 commits · +3 −11 2023-04: 2 commits · +5 −0 2023-05: 1 commit · +2 −2 2023-06: 2 commits · +11 −2 2023-07: 2 commits · +6 −6 2023-08: 3 commits · +22 −18 2023-09: 2 commits · +6 −6 2023-10: 5 commits · +32 −26 2023-11: 1 commit · +3 −3 2023-12: 5 commits · +63 −79 2024-01: 3 commits · +33 −32 2024-02: 4 commits · +32 −33 2024-03: 4 commits · +35 −61 2024-04: 1 commit · +3 −0 2024-05: 1 commit · +1 −1 2024-06: 2 commits · +7 −3 2024-07: 2 commits · +1 −2 2024-08: 3 commits · +24 −4 2024-09: 3 commits · +5 −9 2024-10: 3 commits · +7 −3 2024-11: 2 commits · +2 −2 2024-12: 0 commits · +0 −0 2025-01: 7 commits · +796 −98 2025-02: 0 commits · +0 −0 2025-03: 5 commits · +79 −11 2025-04: 2 commits · +10 −18 2025-05: 2 commits · +29 −29 2025-06: 1 commit · +10 −10 2025-07: 3 commits · +10 −12 2025-08: 3 commits · +6 −10 2025-09: 0 commits · +0 −0 2025-10: 2 commits · +1 −3 2025-11: 2 commits · +10 −9 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +30 −8 2026-02: 3 commits · +14 −16 2026-03: 1 commit · +1 −2 2026-04: 0 commits · +0 −0

sources

  1. intel.com

    Intel still lists I210-IT as launched, with expected discontinuance in 1H'35, indicating new-sale availability well past 2025.

  2. intel.com

    Intel still lists I350-AM4 as launched, with expected discontinuance in 1H'31, supporting continued new deployments of igb-supported parts.

  3. intel.com

    Intel's current Ethernet catalog still includes I350 and I210 series, showing the family remains an actively marketed product line.

  4. cateee.net

    LKDDb shows CONFIG_IGB present through current kernel series and tied to many PCI IDs in igb_main.c, indicating broad ongoing upstream support.

  5. git.kernel.org

    A March 12, 2026 igb bugfix commit shows active maintenance rather than removal.

  6. git.kernel.org

    A March 19, 2025 igb interrupt-handling fix further shows recent substantive upstream attention.

codex reasoning notes (technical)

Real driver directory: module entrypoints and PCI ID table in igb_main.c cover 82575/82576/82580, I350, I210/I211. Lore-first attempt via shell `lei q` failed because `lei` is not installed in this environment, so I fell back to local source inspection (`rg`, `sed`) and local `git log`; git.kernel commit URLs were then formed from those commit hashes by canonical recall of kernel.org commit URL format. Intel and LKDDb URLs were obtained via web search. Evidence points to active upstream fixes in 2025-2026, no removal signal found, and hardware family members still sold/newly deployable in embedded, industrial, appliance, and some server/edge contexts, so this should be kept rather than deprecated.