diff options
author | Jakub Kicinski <[email protected]> | 2023-08-02 11:28:43 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-08-03 11:57:38 -0700 |
commit | 0765c5f293357ee43eca72e27c3547f9d99ac355 (patch) | |
tree | 62f9f8c97d293364821e5512cfba9feca9035422 | |
parent | 3932f2272313fc79c3166cceb886c9697c00ff86 (diff) |
MAINTAINERS: update TUN/TAP maintainers
Willem and Jason have agreed to take over the maintainer
duties for TUN/TAP, thank you!
There's an existing entry for TUN/TAP which only covers
the user mode Linux implementation.
Since we haven't heard from Maxim on the list for almost
a decade, extend that entry and take it over, rather than
adding a new one.
Acked-by: Willem de Bruijn <[email protected]>
Acked-by: Jason Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1085dfb35777..8f93c48f6931 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21670,11 +21670,14 @@ S: Orphan F: drivers/net/ethernet/dec/tulip/ TUN/TAP driver -M: Maxim Krasnyansky <[email protected]> +M: Willem de Bruijn <[email protected]> +M: Jason Wang <[email protected]> S: Maintained W: http://vtun.sourceforge.net/tun F: Documentation/networking/tuntap.rst F: arch/um/os-Linux/drivers/ +F: drivers/net/tap.c +F: drivers/net/tun.c TURBOCHANNEL SUBSYSTEM M: "Maciej W. Rozycki" <[email protected]> |