[PATCH 0/4] Add host USO support to TUN device

From: Yuri Benditovich
Date: Tue May 11 2021 - 00:43:24 EST


This series adds support for UDP segmentation offload feature
in TUN device according to the VIRTIO specification

Yuri Benditovich (4):
virtio-net: add definitions for host USO feature
virtio-net: add support of UDP segmentation (USO) on the host
tun: define feature bit for USO support
tun: indicate support for USO feature

drivers/net/tun.c | 2 +-
include/linux/virtio_net.h | 5 +++++
include/uapi/linux/if_tun.h | 1 +
include/uapi/linux/virtio_net.h | 2 ++
4 files changed, 9 insertions(+), 1 deletion(-)

--
2.26.3