]> 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)
commit84ff00c251495b4217cfb6f15fe48ecedd94199b
tree04dae9f8c0b71ec90612cac1ca947272447bde56
parentc78af527789524a0680bfaf19da6d316eb569846
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