]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc5407823c7299d4b9d857a1e3232f716f98db0ad
tree5a3157b02ac8196710f12cd0d7964c7e2a8913cc
parent1681372fc9b16c2ff87596009fbfa17807f27bfd
parentce81ad845f7fd918691772abdd1fdcac58d479fe
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>