A virtual networking feature that combines multiple physical network interfaces into a single logical link for redundancy or higher throughput. It implements link aggregation modes such as active-backup failover, 802.3ad LACP, and round-robin load balancing, and is widely used on servers, hypervisors, and switches running Linux.
This is not actually a hardware driver; it is the in-kernel implementation of bonded (aggregated) virtual network interfaces. It remains a core, heavily-used networking feature in modern Linux deployments and is not a candidate for removal.
repository signals
11files
15,862source lines
239commits, 5y
+3,638 / −1,645lines added / removed, 5y
89authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 239 total · active in 58/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a hardware driver directory: contains the Linux bonding virtual netdevice/team-link aggregation implementation, not chipset-bound hardware driver code.