]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages"
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:39:33 +0000 (17:39 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:39:33 +0000 (17:39 -0400)
commit4f326ca2059999da18e8a6890739178332b4f222
tree348b3944db7801af995a833338559ab7cb807f3a
parentf5689d9c0c86e7175cd975961688f6546dbb2c56
Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages"

This reverts commit a4257ad8c4b55290b6924b110909fd3314fa2e6f.

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>
net/ipv6/ndisc.c