From: Willem de Bruijn <will...@google.com> A few small fixes: - disallow segmentation with XFRM - do not leak gso packets into the ingress path - fix a panic if scatter-gather is disabled
Willem de Bruijn (3): udp: exclude gso from xfrm paths gso: limit udp gso to egress-only virtual devices udp: only use paged allocation with scatter-gather drivers/net/bonding/bond_main.c | 5 +++-- drivers/net/team/team.c | 5 +++-- include/linux/netdev_features.h | 1 - net/ipv4/ip_output.c | 2 +- net/ipv4/udp.c | 3 ++- net/ipv6/ip6_output.c | 2 +- net/ipv6/udp.c | 3 ++- 7 files changed, 12 insertions(+), 9 deletions(-) -- 2.17.0.441.gb46fe60e1d-goog