]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-Add-support-for-dumping-addresses-for-a-specific-device'
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Oct 2018 02:33:29 +0000 (19:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Oct 2018 02:33:29 +0000 (19:33 -0700)
commitb61ee192e655ecdd091110ccd1b59cbaf7f0b70a
tree266dc6ae02e10fac338a693a94b7372375ba1af9
parent7c73ee937bd91c1bff69678f4e5282c43b915119
parent90fe7028f2ad9fc398e508f27a1b4456c0ee1089
Merge branch 'net-Add-support-for-dumping-addresses-for-a-specific-device'

David Ahern says:

====================
net: Add support for dumping addresses for a specific device

Use the recently added kernel side filter infrastructure to add support
for dumping addresses only for a specific device.

Patch 1 creates an IPv4 version similar to IPv6's in6_dump_addrs function.

Patch 2 simplifies in6_dump_addrs by moving index tracking of IP
addresses from inet6_dump_addr to in6_dump_addrs.

Patches 3 and 4 use the device-based address dump helpers to limit a
dump to just the addresses on a specific device.
====================

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