netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net: add device groups
@ 2011-01-11 16:35 Vlad Dogaru
  2011-01-11 16:35 ` [PATCH v2 1/2] net_device: add support for network " Vlad Dogaru
  2011-01-11 16:35 ` [PATCH v2 2/2] netlink: support setting devgroup parameters Vlad Dogaru
  0 siblings, 2 replies; 5+ messages in thread
From: Vlad Dogaru @ 2011-01-11 16:35 UTC (permalink / raw)
  To: netdev, netdev; +Cc: Vlad Dogaru, jamal, Octavian Purdila

This patchset implements network device grouping and simple manipulation
of groups. Netlink has been updated to provide group information and
means of applying changes to members of a specific group via a single
message.

I will follow up with a patchset which updates iproute2 to use the new
parameters.

Changes since version 1:
 * we avoid adding a new attribute type by using the following
   convention: if no device name is specified, the interface index is
   negative, and there is a group specified, we change parameters for
   the whole group.
 * the dummy module is no longer modified to include an initial group
   for the devices it creates. The user is responsible for moving them
   to a different group by means of the provided netlink interface.

Vlad Dogaru (2):
  net_device: add support for network device groups
  netlink: support setting devgroup parameters

 include/linux/if_link.h   |    1 +
 include/linux/netdevice.h |    7 +++++++
 net/core/dev.c            |   12 ++++++++++++
 net/core/rtnetlink.c      |   38 ++++++++++++++++++++++++++++++++++----
 4 files changed, 54 insertions(+), 4 deletions(-)


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 16:35 [PATCH v2 0/2] net: add device groups Vlad Dogaru
2011-01-11 16:35 ` [PATCH v2 1/2] net_device: add support for network " Vlad Dogaru
2011-01-12 15:40   ` jamal
2011-01-11 16:35 ` [PATCH v2 2/2] netlink: support setting devgroup parameters Vlad Dogaru
2011-01-12 15:44   ` 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).