]> 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)
commit362565f1ea05770620d4826704c79e1c9abc82d2
tree5b2fe0f51f0dc0521fcbcd078bebb101cf4288d0
parentb4a8aa4be1579bcaef5a59e7aff064e153a4bf7e
parentdedf1375d7bd687905c4b2a4f80f29499f64abc4
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>