Re: [PATCH] ipip: validate header length in ipip_tunnel_xmit

2019-07-25 Thread David Miller
From: Haishuang Yan Date: Thu, 25 Jul 2019 11:07:55 +0800 > We need the same checks introduced by commit cb9f1b783850 > ("ip: validate header length on virtual device xmit") for > ipip tunnel. > > Signed-off-by: Haishuang Yan Applied and queued up for -stable.

Re: [PATCH] ipip: validate header length in ipip_tunnel_xmit

2019-07-25 Thread Willem de Bruijn
On Wed, Jul 24, 2019 at 11:09 PM Haishuang Yan wrote: > > We need the same checks introduced by commit cb9f1b783850 > ("ip: validate header length on virtual device xmit") for > ipip tunnel. Fixes: cb9f1b783850b ("ip: validate header length on virtual device xmit") > Signed-off-by: Haishuang Yan

[PATCH] ipip: validate header length in ipip_tunnel_xmit

2019-07-24 Thread Haishuang Yan
We need the same checks introduced by commit cb9f1b783850 ("ip: validate header length on virtual device xmit") for ipip tunnel. Signed-off-by: Haishuang Yan --- net/ipv4/ipip.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 43adfc1..2f01cf6 100644

[PATCH] ipip: validate header length in ipip_tunnel_xmit

2019-07-24 Thread Haishuang Yan
We need the same checks introduced by commit cb9f1b783850 ("ip: validate header length on virtual device xmit") for ipip tunnel. Signed-off-by: Haishuang Yan --- net/ipv4/ipip.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 43adfc1..2f01cf6 100644