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.
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,406files
2,628,848source lines
17,230commits, 5y
+965,882 / −426,477lines added / removed, 5y
1,502authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 17,230 total · active in 61/61 months
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.