]> asedeno.scripts.mit.edu Git - linux.git/commit
udp: add gso support to virtual devices
authorWillem de Bruijn <willemb@google.com>
Thu, 26 Apr 2018 17:42:21 +0000 (13:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2018 19:09:12 +0000 (15:09 -0400)
commit83aa025f535f76733e334e3d2a4d8577c8441a7e
tree04dae9f8c0b71ec90612cac1ca947272447bde56
parent2e8de8576343ab540856082916bfb84d17288b08
udp: add gso support to virtual devices

Virtual devices such as tunnels and bonding can handle large packets.
Only segment packets when reaching a physical or loopback device.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/netdev-features.txt
include/linux/netdev_features.h
include/linux/netdevice.h
net/core/ethtool.c