netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/5] fix bonding slave info API (sysfs and netlink)
@ 2014-01-22  8:05 Jiri Pirko
  2014-01-22  8:05 ` [patch net-next 1/5] bonding: change name of sysfs dir for bonding slaves Jiri Pirko
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Jiri Pirko @ 2014-01-22  8:05 UTC (permalink / raw)
  To: netdev
  Cc: davem, fubar, vfalico, andy, sfeldma, stephen, vyasevic,
	nicolas.dichtel, john.r.fastabend

The main part of this patchset is the introduction of a generic way how
to get/set info of slaves unsing rtnl_link_ops.

Jiri Pirko (5):
  bonding: change name of sysfs dir for bonding slaves
  rtnetlink: put "BOND" into nl attribute names which are related to
    bonding
  rtnetlink: provide api for getting and setting slave info
  bonding: convert netlink to use slave data info api
  rtnetlink: remove ndo_get_slave

 drivers/net/bonding/bond_main.c        |   1 -
 drivers/net/bonding/bond_netlink.c     |  33 ++++--
 drivers/net/bonding/bond_sysfs_slave.c |   2 +-
 drivers/net/bonding/bonding.h          |   1 -
 include/linux/netdevice.h              |   5 -
 include/net/rtnetlink.h                |  14 +++
 include/uapi/linux/if_link.h           |  21 ++--
 net/core/rtnetlink.c                   | 209 ++++++++++++++++++++++-----------
 8 files changed, 190 insertions(+), 96 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-01-23 22:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22  8:05 [patch net-next 0/5] fix bonding slave info API (sysfs and netlink) Jiri Pirko
2014-01-22  8:05 ` [patch net-next 1/5] bonding: change name of sysfs dir for bonding slaves Jiri Pirko
2014-01-22  8:05 ` [patch net-next 2/5] rtnetlink: put "BOND" into nl attribute names which are related to bonding Jiri Pirko
2014-01-22 15:57   ` Nicolas Dichtel
2014-01-22  8:05 ` [patch net-next 3/5] rtnetlink: provide api for getting and setting slave info Jiri Pirko
2014-01-22  8:05 ` [patch net-next 4/5] bonding: convert netlink to use slave data info api Jiri Pirko
2014-01-22  8:05 ` [patch net-next 5/5] rtnetlink: remove ndo_get_slave Jiri Pirko
2014-01-22 10:43 ` [patch net-next 6/6] rtnetlink: remove IFLA_SLAVES definition Jiri Pirko
2014-01-23 20:47   ` David Miller
2014-01-23 21:33     ` Jiri Pirko
2014-01-23 22:43       ` David Miller
2014-01-22 23:06 ` [patch net-next 0/5] fix bonding slave info API (sysfs and netlink) Scott Feldman
2014-01-23  5:58 ` 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).