]> www.infradead.org Git - users/hch/misc.git/commit
tun: Extract the vnet handling code
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Fri, 7 Feb 2025 06:10:55 +0000 (15:10 +0900)
committerJakub Kicinski <kuba@kernel.org>
Tue, 11 Feb 2025 03:07:11 +0000 (19:07 -0800)
commit1d41e2fa93f7d4dce4d05dfa2f980fba0898bea8
tree1d9101a6297745d5fb343cf2911a1d9c08b7794f
parent2506251e81d18783885d34a329795f4398488957
tun: Extract the vnet handling code

The vnet handling code will be reused by tap.

Functions are renamed to ensure that their names contain "vnet" to
clarify that they are part of the decoupled vnet handling code.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20250207-tun-v6-5-fb49cf8b103e@daynix.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS
drivers/net/tun.c
drivers/net/tun_vnet.h [new file with mode: 0644]