]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit68e4bd2778fb48a98cf9db8e218ef2f3a817bafc
tree287195fb2c3dab3b9bffe7e4ec89ba80df80b612
parentdeaa0a6a930edc79081268bf23b196d0340499af
parent5d6ae479ab7ddf77bb22bdf739268581453ff886
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>