Merge branch 'bridge-netlink'
authorDavid S. Miller <davem@davemloft.net>
Sun, 4 Oct 2015 23:46:14 +0000 (16:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Oct 2015 23:46:14 +0000 (16:46 -0700)
commit3e087caa23ef36370bfb925d3bbca78e8302d3ce
tree5b2fe0f51f0dc0521fcbcd078bebb101cf4288d0
parent68d4e5208291ac8bd7d47d992f353da31a2e1484
parent0f963b7592ef9e054974b6672b86ec1edd84b4bc
Merge branch 'bridge-netlink'

Nikolay Aleksandrov says:

====================
bridge: complete netlink support

This set completes the bridge device's netlink support and makes it
possible to view and configure everything that can be configured via
sysfs. I have tested all of these (setting and getting). There're a few
longer line warnings about the br_get_size() ifla comments but I think we
should have them to know what has been accounted for. I have used the sysfs
interface as a guide of what and how to set. As usual I'll send the
corresponding iproute2 patches later.
The bridge port's netlink interface will be completed after this set gets
applied in some form.

This patch-set is on top of my last vlan cleanups set:
http://www.spinics.net/lists/netdev/msg346005.html
====================

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