]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit507a12df0732d911e76e948d34a2256cd78c4560
tree5b2fe0f51f0dc0521fcbcd078bebb101cf4288d0
parent333a8bfc579eb18ff7348e4738991aeff1e4e230
parentc0df409c0002dd4436bb120bbb390033771c8c4b
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>