[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180514230747.118875-1-willemdebruijn.kernel@gmail.com>
Date: Mon, 14 May 2018 19:07:44 -0400
From: Willem de Bruijn <willemdebruijn.kernel@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, Willem de Bruijn <willemb@...gle.com>
Subject: [PATCH net-next 0/3] udp gso fixes
From: Willem de Bruijn <willemb@...gle.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
Powered by blists - more mailing lists