Merge branch 'ipv6-fix-neighbour-resolution-with-raw-socket'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 20:26:08 +0000 (13:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 20:26:08 +0000 (13:26 -0700)
commit13696531dc90d2bd54d143aabcb766d228240e06
tree5a3157b02ac8196710f12cd0d7964c7e2a8913cc
parent22e72b5e049b95789b34a4cef316c791e7c2fed5
parent2c6b55f45d53420d8310d41310e0e2cd41fe073f
Merge branch 'ipv6-fix-neighbour-resolution-with-raw-socket'

Nicolas Dichtel says:

====================
ipv6: fix neighbour resolution with raw socket

The first patch prepares the fix, it constify rt6_nexthop().
The detail of the bug is explained in the second patch.

v1 -> v2:
 - fix compilation warnings
 - split the initial patch
====================

Signed-off-by: David S. Miller <davem@davemloft.net>