udp: exclude gso from xfrm paths
authorWillem de Bruijn <willemb@google.com>
Tue, 22 May 2018 15:34:39 +0000 (11:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 May 2018 18:48:44 +0000 (14:48 -0400)
commitff06342cbca0ec2c0d5da8685d2691e2d0e9764a
treecaf80215af338031f807e099685cd9369ad22343
parente89e59c08d1bc736c8f593d7bad0706b20e73f30
udp: exclude gso from xfrm paths

UDP GSO delays final datagram construction to the GSO layer. This
conflicts with protocol transformations.

Fixes: bec1f6f69736 ("udp: generate gso with UDP_SEGMENT")
CC: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c
net/ipv6/udp.c