All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] [PATCH net-next 0/8] bridge: netlink: complete port attribute support
@ 2015-10-06 12:11 ` Nikolay Aleksandrov
  0 siblings, 0 replies; 26+ messages in thread
From: Nikolay Aleksandrov @ 2015-10-06 12:11 UTC (permalink / raw)
  To: netdev; +Cc: bridge, Nikolay Aleksandrov, roopa, shm, davem

From: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

Hi,
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.

Cheers,
 Nik

Nikolay Aleksandrov (8):
  bridge: netlink: export port's root id
  bridge: netlink: export port's bridge id
  bridge: netlink: export port's designated cost and port
  bridge: netlink: export port's id and number
  bridge: netlink: export port's topology_change_ack and config_pending
  bridge: netlink: export port's timer values
  bridge: netlink: allow to flush port's fdb
  bridge: netlink: add support for port's multicast_router attribute

 include/uapi/linux/if_link.h | 13 ++++++++++
 net/bridge/br_netlink.c      | 57 +++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 69 insertions(+), 1 deletion(-)

-- 
2.4.3


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2015-10-07 11:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 12:11 [Bridge] [PATCH net-next 0/8] bridge: netlink: complete port attribute support Nikolay Aleksandrov
2015-10-06 12:11 ` Nikolay Aleksandrov
2015-10-06 12:11 ` [Bridge] [PATCH net-next 1/8] bridge: netlink: export port's root id Nikolay Aleksandrov
2015-10-06 12:11   ` Nikolay Aleksandrov
2015-10-06 12:30   ` [Bridge] " kbuild test robot
2015-10-06 12:30     ` kbuild test robot
2015-10-06 12:43     ` [Bridge] " Nikolay Aleksandrov
2015-10-06 12:43       ` Nikolay Aleksandrov
2015-10-06 12:30   ` [Bridge] " kbuild test robot
2015-10-06 12:30     ` kbuild test robot
2015-10-06 12:11 ` [Bridge] [PATCH net-next 2/8] bridge: netlink: export port's bridge id Nikolay Aleksandrov
2015-10-06 12:11   ` Nikolay Aleksandrov
2015-10-06 12:11 ` [Bridge] [PATCH net-next 3/8] bridge: netlink: export port's designated cost and port Nikolay Aleksandrov
2015-10-06 12:11   ` Nikolay Aleksandrov
2015-10-06 12:11 ` [Bridge] [PATCH net-next 4/8] bridge: netlink: export port's id and number Nikolay Aleksandrov
2015-10-06 12:11   ` Nikolay Aleksandrov
2015-10-06 12:11 ` [Bridge] [PATCH net-next 5/8] bridge: netlink: export port's topology_change_ack and config_pending Nikolay Aleksandrov
2015-10-06 12:11   ` Nikolay Aleksandrov
2015-10-06 12:12 ` [Bridge] [PATCH net-next 6/8] bridge: netlink: export port's timer values Nikolay Aleksandrov
2015-10-06 12:12   ` Nikolay Aleksandrov
2015-10-06 12:12 ` [Bridge] [PATCH net-next 7/8] bridge: netlink: allow to flush port's fdb Nikolay Aleksandrov
2015-10-06 12:12   ` Nikolay Aleksandrov
2015-10-06 12:12 ` [Bridge] [PATCH net-next 8/8] bridge: netlink: add support for port's multicast_router attribute Nikolay Aleksandrov
2015-10-06 12:12   ` Nikolay Aleksandrov
2015-10-07 11:50 ` [Bridge] [PATCH net-next 0/8] bridge: netlink: complete port attribute support David Miller
2015-10-07 11:50   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.