All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next 0/7] bonding: introduce bonding options Netlink support
@ 2013-10-18 15:43 Jiri Pirko
  2013-10-18 15:43 ` [patch net-next 1/7] bonding: push Netlink bits into separate file Jiri Pirko
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Jiri Pirko @ 2013-10-18 15:43 UTC (permalink / raw)
  To: netdev; +Cc: davem, fubar, vfalico, andy, stephen, vyasevic

This patchset basically allows "mode" and "active_slave" bonding options
to be propagated and set up via standart RT Netlink interface.

In future other options can be easily added as well.

Jiri Pirko (7):
  bonding: push Netlink bits into separate file
  bonding: move mode setting into separate function
  bonding: move active_slave setting into separate function
  bonding: remove bond_ioctl_change_active()
  bonding: move active_slave getting into separate function
  bonding: add Netlink support mode option
  bonding: add Netlink support active_slave option

 drivers/net/bonding/Makefile       |   2 +-
 drivers/net/bonding/bond_main.c    |  91 ++----------------------
 drivers/net/bonding/bond_netlink.c | 131 ++++++++++++++++++++++++++++++++++
 drivers/net/bonding/bond_options.c | 142 +++++++++++++++++++++++++++++++++++++
 drivers/net/bonding/bond_sysfs.c   | 127 ++++++++-------------------------
 drivers/net/bonding/bonding.h      |  19 ++++-
 include/uapi/linux/if_link.h       |  11 +++
 7 files changed, 337 insertions(+), 186 deletions(-)
 create mode 100644 drivers/net/bonding/bond_netlink.c
 create mode 100644 drivers/net/bonding/bond_options.c

-- 
1.8.3.1

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

end of thread, other threads:[~2013-10-30 23:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 15:43 [patch net-next 0/7] bonding: introduce bonding options Netlink support Jiri Pirko
2013-10-18 15:43 ` [patch net-next 1/7] bonding: push Netlink bits into separate file Jiri Pirko
2013-10-18 15:43 ` [patch net-next 2/7] bonding: move mode setting into separate function Jiri Pirko
2013-10-18 15:43 ` [patch net-next 3/7] bonding: move active_slave " Jiri Pirko
2013-10-18 15:43 ` [patch net-next 4/7] bonding: remove bond_ioctl_change_active() Jiri Pirko
2013-10-18 15:43 ` [patch net-next 5/7] bonding: move active_slave getting into separate function Jiri Pirko
2013-10-18 15:43 ` [patch net-next 6/7] bonding: add Netlink support mode option Jiri Pirko
2013-10-18 15:43 ` [patch net-next 7/7] bonding: add Netlink support active_slave option Jiri Pirko
2013-10-18 15:50 ` [patch iproute2] iplink: add support for bonding netlink Jiri Pirko
2013-10-29 19:00   ` Scott Feldman
2013-10-29 20:12     ` Vlad Yasevich
2013-10-30 23:46   ` Stephen Hemminger
2013-10-19 22:59 ` [patch net-next 0/7] bonding: introduce bonding options Netlink support 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.