From: David S. Miller Date: Fri, 30 Aug 2013 21:39:33 +0000 (-0400) Subject: Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages" X-Git-Tag: v3.11~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25ad6117e73656071b38fd19fa67ae325471c758;p=pandora-kernel.git Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages" 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 Reported-by: Fabio Estevam Signed-off-by: David S. Miller --- Reading git-diff-tree failed