From: David S. Miller Date: Wed, 23 May 2018 18:48:44 +0000 (-0400) Subject: Merge branch 'udp-gso-fixes' X-Git-Tag: v4.19~872^2~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75a839c34bb772f0c2f70e30601b4ce894a5d361;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'udp-gso-fixes' Willem de Bruijn says: ==================== udp gso fixes A few small fixes: - disallow segmentation with XFRM - do not leak gso packets into the ingress path Changes v1 -> v2 - fix build failure in team.c - drop scatter-gather fix: this is now fixed by commit 113f99c33585 ("net: test tailroom before appending to linear skb"). After this patch gso skbs are built non-linear regardless of NETIF_F_SG and skb_segment builds linear segs. ==================== Signed-off-by: David S. Miller --- 75a839c34bb772f0c2f70e30601b4ce894a5d361