netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] vbus: venet macvlan rt netlink changes
@ 2010-01-14 21:52 Patrick Mullaney
  2010-01-14 21:53 ` [PATCH 1/3] venet-macvlan: allow rt netlink to create venet macvlan devices Patrick Mullaney
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Patrick Mullaney @ 2010-01-14 21:52 UTC (permalink / raw)
  To: alacrityvm-devel; +Cc: linux-kernel, kaber, arnd, netdev

(Applies to alacrityvm.git/master:a725f9950)

This series changes the venet macvlan device such that it can
be created via rt netlink and no longer requires any extensive
changes to the macvlan device itself. The first patch removes
prior changes to the macvlan device introduced in the alacrityvm
tree and also implements the changes needed for creation and
management via rt netlink. The subsequent patches(2 and 3) are
changes to the macvlan device for GRO support and for type
specific release. These 2 patches don't appear to be upstream.
If desired and approved, I'll regenerate these last 2 for
net-next.

---

Patrick Mullaney (3):
      macvlan: use rtnl_link_ops->dellink during unregister notications
      macvlan: add GRO bit to features mask
      venet-macvlan: allow rt netlink to create venet macvlan devices


 drivers/net/macvlan.c                   |   72 ++----
 include/linux/macvlan.h                 |    6 -
 kernel/vbus/devices/venet/device.c      |    8 +
 kernel/vbus/devices/venet/macvlan.c     |  360 ++++++++++++++++++++-----------
 kernel/vbus/devices/venet/tap.c         |    3 
 kernel/vbus/devices/venet/venetdevice.h |    3 
 6 files changed, 265 insertions(+), 187 deletions(-)

-- 

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

end of thread, other threads:[~2010-02-01 12:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 21:52 [PATCH 0/3] vbus: venet macvlan rt netlink changes Patrick Mullaney
2010-01-14 21:53 ` [PATCH 1/3] venet-macvlan: allow rt netlink to create venet macvlan devices Patrick Mullaney
2010-01-14 21:53 ` [PATCH 2/3] macvlan: add GRO bit to features mask Patrick Mullaney
2010-01-15 10:08   ` Patrick McHardy
2010-01-15 20:00     ` [PATCH] " Patrick Mullaney
2010-01-16  9:05       ` David Miller
2010-01-14 21:53 ` [PATCH 3/3] macvlan: use rtnl_link_ops->dellink during unregister notications Patrick Mullaney
2010-02-01 12:53 ` [PATCH 0/3] vbus: venet macvlan rt netlink changes Gregory Haskins

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