commit | 9ef2e965e55481a52d6d91ce61977a27836268d3 | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Thu Oct 08 18:19:53 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 11 05:30:44 2015 -0700 |
tree | 95d5caad57531ee5a4b9847c25b586fe2b91a6ca | |
parent | d9e4ce65b27694b0b70ff4d1cbbb740195fd916b [diff] |
ipv6: drop frames with attached skb->sk in forwarding 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>