]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
authorChristoph Hellwig <hch@lst.de>
Mon, 18 May 2020 06:28:06 +0000 (08:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2020 00:35:02 +0000 (17:35 -0700)
commit1cb8f8d4f0bc1756319c6ca7d3a3cd441a00dda5
tree059ca3049ba14c984fec240879f55397ad34ed79
parent6cfa80bc63006e007620f97d3c0bee06082e57db
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl

To prepare removing the global routing_ioctl hack start lifting the code
into a newly added ipv6 ->compat_ioctl handler.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/dccp/ipv6.c
net/ipv6/af_inet6.c
net/ipv6/raw.c
net/l2tp/l2tp_ip6.c
net/mptcp/protocol.c
net/sctp/ipv6.c
net/socket.c