]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipv6: drop frames with attached skb->sk in forwarding
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Thu, 8 Oct 2015 16:19:53 +0000 (18:19 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:45:38 +0000 (15:45 -0700)
commitfd3302e718c210805b5537526017a3727fe383ca
tree8273d5833d557adc04e2c832b4d924f218c7113f
parent1619eec402aa37fe3418f2c1457ced57161360ed
ipv6: drop frames with attached skb->sk in forwarding

Orabug: 23330993

[ Upstream commit 9ef2e965e55481a52d6d91ce61977a27836268d3 ]

This is a clone of commit 2ab957492d13b ("ip_forward: Drop frames with
attached skb->sk") for ipv6.

This commit has exactly the same reasons as the above mentioned commit,
namely to prevent panics during netfilter reload or a misconfigured stack.

Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
(cherry picked from commit b014bae072a1dad1767c5c6e7e7b480165685c3e)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
net/ipv6/ip6_output.c