drivers/net/ethernet/intel

Intel Ethernet driver umbrella directory

A vendor umbrella folder under the kernel's networking tree that collects Intel's family of wired Ethernet drivers, ranging from the classic 8254x PCI gigabit chips through modern 100GbE controllers used in servers, workstations, and embedded boards. It contains no hardware-binding code itself, only build glue and shared helpers used by the per-chipset drivers beneath it.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=net category=not-a-driver
100%

recommendation

This is not actually a driver directory; it is the top-level folder that groups together all of Intel's individual Ethernet drivers (e1000, e1000e, igb, igc, ixgbe, i40e, ice, idpf, and shared helpers) along with their Kconfig and Makefile glue. Each child directory is a real driver and should be evaluated on its own.

repository signals

406 files
415,863 source lines
2,832 commits, 5y
+192,694 / −91,366 lines added / removed, 5y
393 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 2,832 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 31 commits · +2,273 −349 2021-05: 49 commits · +1,422 −317 2021-06: 69 commits · +5,138 −646 2021-07: 27 commits · +1,522 −644 2021-08: 65 commits · +8,709 −1,048 2021-09: 41 commits · +1,063 −475 2021-10: 76 commits · +11,364 −3,731 2021-11: 46 commits · +1,693 −440 2021-12: 60 commits · +5,365 −1,171 2022-01: 44 commits · +1,534 −567 2022-02: 65 commits · +7,016 −6,424 2022-03: 51 commits · +2,663 −710 2022-04: 50 commits · +752 −670 2022-05: 30 commits · +731 −179 2022-06: 46 commits · +1,045 −437 2022-07: 43 commits · +1,600 −1,017 2022-08: 39 commits · +1,584 −427 2022-09: 26 commits · +749 −290 2022-10: 27 commits · +1,088 −472 2022-11: 39 commits · +1,574 −448 2022-12: 55 commits · +4,662 −4,145 2023-01: 60 commits · +3,223 −2,958 2023-02: 44 commits · +738 −603 2023-03: 42 commits · +643 −6,643 2023-04: 35 commits · +882 −790 2023-05: 28 commits · +804 −976 2023-06: 57 commits · +2,987 −937 2023-07: 57 commits · +3,974 −1,468 2023-08: 59 commits · +19,945 −841 2023-09: 34 commits · +4,050 −631 2023-10: 90 commits · +3,122 −2,425 2023-11: 48 commits · +2,398 −1,816 2023-12: 73 commits · +5,008 −2,903 2024-01: 37 commits · +1,598 −1,450 2024-02: 60 commits · +2,612 −2,070 2024-03: 55 commits · +1,978 −2,008 2024-04: 40 commits · +1,890 −2,430 2024-05: 32 commits · +4,566 −1,371 2024-06: 50 commits · +3,085 −2,492 2024-07: 45 commits · +5,990 −361 2024-08: 66 commits · +3,263 −1,678 2024-09: 50 commits · +1,307 −1,137 2024-10: 35 commits · +1,477 −601 2024-11: 30 commits · +2,040 −559 2024-12: 47 commits · +5,956 −1,037 2025-01: 43 commits · +1,249 −1,222 2025-02: 39 commits · +1,179 −394 2025-03: 49 commits · +1,270 −318 2025-04: 69 commits · +9,404 −2,770 2025-05: 45 commits · +2,419 −2,234 2025-06: 68 commits · +3,964 −1,745 2025-07: 31 commits · +1,567 −873 2025-08: 77 commits · +12,546 −10,942 2025-09: 36 commits · +2,510 −1,652 2025-10: 34 commits · +2,796 −383 2025-11: 60 commits · +2,394 −1,835 2025-12: 19 commits · +184 −60 2026-01: 19 commits · +399 −220 2026-02: 26 commits · +1,827 −962 2026-03: 15 commits · +120 −83 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: vendor umbrella directory containing multiple Intel Ethernet drivers plus Kconfig/Makefile/helper subdirs, not a single kernel-bound hardware driver.