netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/5] bridge: implement rtnl_link options for getting and setting bridge options
@ 2014-09-05 13:51 Jiri Pirko
  2014-09-05 13:51 ` [patch net-next 1/5] bridge: switch order of rx_handler reg and upper dev link Jiri Pirko
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Jiri Pirko @ 2014-09-05 13:51 UTC (permalink / raw)
  To: netdev; +Cc: davem, stephen, sfeldma, arvid.brodin, sucheta.chakraborty

So far, only sysfs is complete interface for getting and setting bridge
options. This patchset follows-up on the similar bonding code and
allows userspace to get/set bridge master/port options using Netlink
IFLA_INFO_DATA/IFLA_INFO_SLAVE_DATA attr.

Jiri Pirko (5):
  bridge: switch order of rx_handler reg and upper dev link
  bridge: implement rtnl_link_ops->get_slave_size and
    rtnl_link_ops->fill_slave_info
  bridge: implement rtnl_link_ops->slave_changelink
  bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_info
  bridge: implement rtnl_link_ops->changelink

 include/uapi/linux/if_link.h |  12 +++++
 net/bridge/br_if.c           |  15 +++---
 net/bridge/br_netlink.c      | 109 +++++++++++++++++++++++++++++++++++++++----
 3 files changed, 121 insertions(+), 15 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-09-30  8:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 13:51 [patch net-next 0/5] bridge: implement rtnl_link options for getting and setting bridge options Jiri Pirko
2014-09-05 13:51 ` [patch net-next 1/5] bridge: switch order of rx_handler reg and upper dev link Jiri Pirko
2014-09-05 13:51 ` [patch net-next 2/5] bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave_info Jiri Pirko
2014-09-05 13:51 ` [patch net-next 3/5] bridge: implement rtnl_link_ops->slave_changelink Jiri Pirko
2014-09-05 13:51 ` [patch net-next 4/5] bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_info Jiri Pirko
2014-09-05 13:51 ` [patch net-next 5/5] bridge: implement rtnl_link_ops->changelink Jiri Pirko
2014-09-05 13:55 ` [patch iproute2 1/2] add bridge_slave device support Jiri Pirko
2014-09-05 13:55   ` [patch iproute2 2/2] add bridge master " Jiri Pirko
2014-09-28 23:09   ` [patch iproute2 1/2] add bridge_slave " Stephen Hemminger
2014-09-28 23:33   ` Stephen Hemminger
2014-09-29 18:20   ` Or Gerlitz
2014-09-30  8:05     ` Jiri Pirko
2014-09-05 17:06 ` [patch net-next 0/5] bridge: implement rtnl_link options for getting and setting bridge options Stephen Hemminger
2014-09-07 23:06 ` David Miller
2014-09-09 18:30 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).