]> 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)
commit607ceb2f016e9cc6b72bbfe6f0d395f7c255294b
tree5a3157b02ac8196710f12cd0d7964c7e2a8913cc
parent6472e6608f4c057ccb39e7d913ee1a83882043d8
parentfc1823e9adcf96e6bda1045297dad5f3bc299df2
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>