]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge-netlink-port-attrs'
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 11:49:39 +0000 (04:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 11:49:39 +0000 (04:49 -0700)
commit92c47fc2189316114130de11cd955b18a39b87ad
tree287195fb2c3dab3b9bffe7e4ec89ba80df80b612
parentfd3ac268e71122a01e8f80691831dbc34c54dce2
parent0a2695a6db669abedae57487441fbbefe5096a0d
Merge branch 'bridge-netlink-port-attrs'

Nikolay Aleksandrov says:

====================
bridge: netlink: complete port attribute support

This is the second set that completes the bridge port's netlink support and
makes everything from sysfs available via netlink. I've used sysfs as a
guide of what and how to set again. I've tested setting/getting every
option and also this time tested enabling KASAN. Again there're a few long
line warnings about the ifla attribute names in br_port_info_size() but
as the previous set - it's good to know what's been accounted for.
====================

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