drivers/net/bonding

Linux Bonding Network Interface Driver

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.

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

recommendation

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

11 files
15,862 source lines
239 commits, 5y
+3,638 / −1,645 lines added / removed, 5y
89 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 239 total · active in 58/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +4 −3 2021-05: 6 commits · +22 −11 2021-06: 5 commits · +29 −12 2021-07: 14 commits · +617 −115 2021-08: 5 commits · +121 −82 2021-09: 3 commits · +12 −13 2021-10: 3 commits · +17 −19 2021-11: 4 commits · +132 −36 2021-12: 6 commits · +60 −38 2022-01: 5 commits · +56 −20 2022-02: 8 commits · +433 −62 2022-03: 2 commits · +2 −8 2022-04: 2 commits · +10 −5 2022-05: 5 commits · +41 −18 2022-06: 6 commits · +180 −61 2022-07: 1 commit · +20 −15 2022-08: 8 commits · +55 −40 2022-09: 4 commits · +115 −102 2022-10: 3 commits · +11 −31 2022-11: 3 commits · +23 −7 2022-12: 5 commits · +35 −19 2023-01: 3 commits · +7 −4 2023-02: 1 commit · +1 −1 2023-03: 3 commits · +25 −16 2023-04: 3 commits · +37 −5 2023-05: 5 commits · +59 −10 2023-06: 2 commits · +3 −3 2023-07: 1 commit · +5 −0 2023-08: 11 commits · +83 −87 2023-09: 0 commits · +0 −0 2023-10: 2 commits · +2 −2 2023-11: 4 commits · +15 −33 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 5 commits · +235 −41 2024-03: 1 commit · +1 −1 2024-04: 4 commits · +22 −22 2024-05: 2 commits · +8 −7 2024-06: 1 commit · +3 −0 2024-07: 3 commits · +7 −10 2024-08: 11 commits · +131 −84 2024-09: 5 commits · +90 −19 2024-10: 2 commits · +5 −2 2024-11: 2 commits · +105 −2 2024-12: 3 commits · +5 −5 2025-01: 2 commits · +12 −16 2025-02: 6 commits · +12 −19 2025-03: 5 commits · +64 −19 2025-04: 6 commits · +96 −88 2025-05: 1 commit · +9 −14 2025-06: 4 commits · +157 −16 2025-07: 2 commits · +3 −2 2025-08: 3 commits · +66 −142 2025-09: 6 commits · +100 −14 2025-10: 3 commits · +27 −119 2025-11: 3 commits · +13 −10 2025-12: 1 commit · +1 −0 2026-01: 9 commits · +114 −70 2026-02: 7 commits · +38 −27 2026-03: 7 commits · +80 −16 2026-04: 1 commit · +2 −2

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.