drivers/net/ethernet

Ethernet drivers top-level directory

An umbrella directory in the Linux kernel source tree that groups together every vendor-specific Ethernet network adapter driver, from Intel and Broadcom to obscure 1990s ISA cards. It is the parent folder for dozens of independent driver subdirectories rather than a driver in its own right.

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 organisational root under which all wired Ethernet NIC drivers live. Any keep-or-remove decisions happen at the level of the individual vendor subdirectories inside it, not here.

repository signals

3,406 files
2,628,848 source lines
17,230 commits, 5y
+965,882 / −426,477 lines added / removed, 5y
1,502 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 17,230 total · active in 61/61 months
2021 2022 2023 2024 2025 2026 2021-04: 161 commits · +8,091 −3,073 2021-05: 324 commits · +15,132 −9,953 2021-06: 467 commits · +41,388 −4,117 2021-07: 241 commits · +11,137 −4,761 2021-08: 478 commits · +25,063 −9,292 2021-09: 331 commits · +8,491 −4,042 2021-10: 488 commits · +39,015 −20,793 2021-11: 324 commits · +15,323 −3,924 2021-12: 306 commits · +16,572 −6,152 2022-01: 416 commits · +12,212 −6,880 2022-02: 287 commits · +23,953 −8,350 2022-03: 313 commits · +16,620 −6,774 2022-04: 341 commits · +18,067 −7,685 2022-05: 292 commits · +52,785 −14,575 2022-06: 259 commits · +7,371 −5,396 2022-07: 323 commits · +26,767 −30,569 2022-08: 231 commits · +8,844 −3,646 2022-09: 376 commits · +20,020 −8,032 2022-10: 272 commits · +32,667 −9,008 2022-11: 427 commits · +22,957 −5,829 2022-12: 253 commits · +11,007 −7,062 2023-01: 383 commits · +19,978 −11,380 2023-02: 245 commits · +16,697 −3,771 2023-03: 360 commits · +14,572 −11,270 2023-04: 248 commits · +9,139 −3,128 2023-05: 250 commits · +9,017 −3,645 2023-06: 321 commits · +9,139 −3,305 2023-07: 303 commits · +14,979 −8,189 2023-08: 348 commits · +36,124 −5,130 2023-09: 276 commits · +11,585 −4,518 2023-10: 279 commits · +7,620 −6,041 2023-11: 268 commits · +10,729 −4,099 2023-12: 290 commits · +18,842 −6,327 2024-01: 206 commits · +8,113 −11,757 2024-02: 268 commits · +13,158 −4,376 2024-03: 177 commits · +4,435 −3,410 2024-04: 280 commits · +11,458 −6,696 2024-05: 177 commits · +8,323 −3,133 2024-06: 253 commits · +31,955 −4,609 2024-07: 181 commits · +17,836 −1,216 2024-08: 276 commits · +8,016 −3,781 2024-09: 310 commits · +12,272 −5,201 2024-10: 348 commits · +15,804 −9,307 2024-11: 209 commits · +12,732 −3,957 2024-12: 252 commits · +13,664 −7,491 2025-01: 249 commits · +7,710 −3,583 2025-02: 312 commits · +15,724 −4,845 2025-03: 263 commits · +14,684 −15,791 2025-04: 296 commits · +16,719 −8,239 2025-05: 243 commits · +15,350 −5,141 2025-06: 307 commits · +12,969 −5,129 2025-07: 221 commits · +13,661 −15,338 2025-08: 299 commits · +25,035 −12,890 2025-09: 306 commits · +25,648 −5,025 2025-10: 256 commits · +8,897 −3,180 2025-11: 325 commits · +10,517 −5,275 2025-12: 69 commits · +902 −183 2026-01: 242 commits · +11,421 −15,607 2026-02: 173 commits · +8,830 −7,515 2026-03: 97 commits · +1,002 −468 2026-04: 13 commits · +65 −20

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: top-level Ethernet subsystem aggregation directory containing multiple vendor drivers/subdirectories, not one kernel-bound hardware driver.