drivers/net/ethernet/renesas

Renesas SH, R-Car, and RZ Ethernet, AVB, and TSN controllers

Ethernet MAC, Audio Video Bridging (AVB), Time-Sensitive Networking (TSN), and on-chip Ethernet switch controllers built into Renesas system-on-chip parts, ranging from older SuperH microcontrollers to current RZ/G industrial SoCs and R-Car automotive processors used in cars, factory equipment, and embedded networking gear.

keep conf=0.93 deploy=medium replacement=none subsystem=net category=networking-ethernet
93%

recommendation

It should stay because this directory holds several actively maintained drivers for Renesas Ethernet hardware that ships in current SoCs. The older SH Ethernet support sits alongside RAVB, R-Switch, and RTSN drivers that were still receiving feature work and stable fixes in 2026, and Renesas continues to sell RZ/G2L (with longevity guaranteed to 2037) and R-Car V4H automotive parts that rely on these drivers.

repository signals

15 files
14,717 source lines
296 commits, 5y
+9,571 / −2,787 lines added / removed, 5y
44 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 296 total · active in 45/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +16 −26 2021-05: 0 commits · +0 −0 2021-06: 3 commits · +6 −16 2021-07: 3 commits · +5 −5 2021-08: 24 commits · +300 −159 2021-09: 1 commit · +1 −0 2021-10: 27 commits · +680 −200 2021-11: 2 commits · +14 −8 2021-12: 2 commits · +1 −6 2022-01: 4 commits · +7 −24 2022-02: 1 commit · +1 −1 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 4 commits · +107 −14 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 5 commits · +23 −4 2022-10: 3 commits · +3,089 −14 2022-11: 7 commits · +17 −15 2022-12: 4 commits · +11 −3 2023-01: 5 commits · +70 −39 2023-02: 9 commits · +369 −227 2023-03: 8 commits · +43 −34 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −1 2023-06: 3 commits · +44 −37 2023-07: 1 commit · +2 −6 2023-08: 2 commits · +27 −3 2023-09: 4 commits · +38 −17 2023-10: 8 commits · +63 −23 2023-11: 16 commits · +111 −54 2023-12: 9 commits · +311 −141 2024-01: 2 commits · +43 −24 2024-02: 24 commits · +701 −497 2024-03: 9 commits · +119 −176 2024-04: 7 commits · +52 −53 2024-05: 1 commit · +2 −2 2024-06: 11 commits · +2,211 −258 2024-07: 2 commits · +5 −5 2024-08: 0 commits · +0 −0 2024-09: 5 commits · +18 −9 2024-10: 13 commits · +88 −73 2024-11: 0 commits · +0 −0 2024-12: 15 commits · +198 −159 2025-01: 3 commits · +19 −8 2025-02: 2 commits · +3 −6 2025-03: 1 commit · +1 −2 2025-04: 2 commits · +1 −10 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 3 commits · +7 −2 2025-08: 0 commits · +0 −0 2025-09: 14 commits · +503 −124 2025-10: 7 commits · +73 −90 2025-11: 8 commits · +81 −140 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 9 commits · +89 −72 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    `ravb_main.c` was still receiving bug-fix and stable-track attention in April 2026 ('net: ethernet: ravb: Disable interrupts when closing device').

  2. lore.kernel.org

    `rswitch_main.c` was under active net-next feature development in March 2026 as part of a v3 13-patch series.

  3. renesas.com

    Renesas lists RZ/G2L as Active with product longevity to 2037 and integrated Gigabit Ethernet, indicating current sale of SoCs using this driver family.

  4. renesas.com

    Renesas lists R-Car V4H as Active and advertises Ethernet AVB and TSN, matching the newer Renesas Ethernet drivers in this directory.

codex reasoning notes (technical)

Local tree inspection via `exec_command` showed this directory contains multiple real platform drivers (`sh_eth`, `ravb`, `rswitch`, `rtsn`) in Kconfig and module declarations, so it is an active multi-driver vendor subtree rather than a legacy singleton. Lore evidence was gathered with `lore_activity` on `ravb_main.c` and `rswitch_main.c`; both show 2026 activity, including stable fixes and net-next feature work, and no removal signal was found. Vendor deployment evidence was gathered with `web.search_query`, which returned current Renesas product pages for RZ/G2L and R-Car V4H marked Active; together they show this subtree still maps to shipping embedded/automotive silicon. Because the directory mixes old SH-era support with actively developed AVB/TSN/switch blocks and has no single successor driver, removal or deprecation is not justified.