netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Add support of multicast static tree
@ 2013-01-18 16:59 Nicolas Dichtel
  2013-01-18 16:59 ` [PATCH net-next 1/2] mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() Nicolas Dichtel
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Nicolas Dichtel @ 2013-01-18 16:59 UTC (permalink / raw)
  To: netdev; +Cc: davem

The goal of this serie is to add the support of proxy multicast, ie being able
to build a static multicast tree. In other words, it adds the support of (*,G)
mf[6]c entries.

 include/linux/mroute.h       |   2 +-
 include/linux/mroute6.h      |   2 +-
 include/uapi/linux/in6.h     |  15 ++----
 include/uapi/linux/mroute.h  |   3 ++
 include/uapi/linux/mroute6.h |   3 ++
 net/ipv4/ipmr.c              | 118 +++++++++++++++++++++++++++++++++++-----
 net/ipv6/ip6mr.c             | 126 ++++++++++++++++++++++++++++++++++++++-----
 7 files changed, 230 insertions(+), 39 deletions(-)

Comments are welcome.

Regards,
Nicolas

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

end of thread, other threads:[~2013-01-21 18:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18 16:59 [PATCH net-next 0/2] Add support of multicast static tree Nicolas Dichtel
2013-01-18 16:59 ` [PATCH net-next 1/2] mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() Nicolas Dichtel
2013-01-21 14:16   ` David Stevens
2013-01-18 16:59 ` [PATCH net-next 2/2] mcast: add multicast proxy support (IPv4 and IPv6) Nicolas Dichtel
2013-01-21 14:12   ` David Stevens
2013-01-21 16:00     ` [PATCH net-next 0/2 v2] Add support of multicast static tree Nicolas Dichtel
2013-01-21 16:00       ` [PATCH net-next v2 1/2] mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() Nicolas Dichtel
2013-01-21 16:00       ` [PATCH net-next v2 2/2] mcast: add multicast proxy support (IPv4 and IPv6) Nicolas Dichtel
2013-01-21 18:56       ` [PATCH net-next 0/2 v2] Add support of multicast static tree David Miller
2013-01-19 15:58 ` [PATCH net-next 0/2] " 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).