https://github.com/torvalds/linux
Revision 25ad6117e73656071b38fd19fa67ae325471c758 authored by David S. Miller on 30 August 2013, 21:39:33 UTC, committed by David S. Miller on 30 August 2013, 21:39:33 UTC
This reverts commit 1f324e38870cc09659cf23bc626f1b8869e201f2.

It seems to cause regressions, and in particular the output path
really depends upon there being a socket attached to skb->sk for
checks such as sk_mc_loop(skb->sk) for example.  See ip6_output_finish2().

Reported-by: Stephen Warren <swarren@wwwdotorg.org>
Reported-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 737e828
History
Tip revision: 25ad6117e73656071b38fd19fa67ae325471c758 authored by David S. Miller on 30 August 2013, 21:39:33 UTC
Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages"
Tip revision: 25ad611

back to top