netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] iproute2: ip link: add support for network device groups
@ 2011-01-10 11:39 Vlad Dogaru
  2011-01-10 11:39 ` [PATCH 1/3] ip link: add support for setting " Vlad Dogaru
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vlad Dogaru @ 2011-01-10 11:39 UTC (permalink / raw)
  To: netdev, netdev; +Cc: Vlad Dogaru, jamal, Octavian Purdila

This patch series adds userspace support for network device groups.
There is support for setting device groups, listing only interfaces of a
specific group, and setting basic device parameters for all interfaces
in a group.

The patches use the IFLA_GROUP and IFLA_FILTERGROUP messages, for which
I posted pathes in a different set.


Vlad Dogaru (3):
  ip link: add support for setting device groups
  ip link: support listing devices by group
  ip link: support setting device parameters by group

 include/linux/if_link.h   |    3 ++
 include/linux/netdevice.h |    2 +-
 include/utils.h           |    3 +-
 ip/ipaddress.c            |   14 +++++++++++
 ip/iplink.c               |   54 +++++++++++++++++++++++++++++++++++++++++++-
 ip/link_veth.c            |    3 +-
 6 files changed, 74 insertions(+), 5 deletions(-)


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

end of thread, other threads:[~2011-01-11 12:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 11:39 [PATCH 0/3] iproute2: ip link: add support for network device groups Vlad Dogaru
2011-01-10 11:39 ` [PATCH 1/3] ip link: add support for setting " Vlad Dogaru
2011-01-10 11:39 ` [PATCH 2/3] ip link: support listing devices by group Vlad Dogaru
2011-01-10 11:39 ` [PATCH 3/3] ip link: support setting device parameters " Vlad Dogaru
2011-01-10 16:47 ` [PATCH 0/3] iproute2: ip link: add support for network device groups Stephen Hemminger
2011-01-11 12:38   ` jamal

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).