]> git.baikalelectronics.ru Git - kernel.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)
commitcbcd84ab1b5e9bea192c7a2d638c1e9cafa3cb51
tree04dae9f8c0b71ec90612cac1ca947272447bde56
parent080deb21a243357a757fc4ccdd4ba662fdc3062d
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