netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] netns: IPv4 multicast routing per-namespace
@ 2009-01-22 14:56 Benjamin Thery
  2009-01-22 14:56 ` [PATCH 1/9] netns: ipmr: allocate mroute_socket per-namespace Benjamin Thery
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Benjamin Thery @ 2009-01-22 14:56 UTC (permalink / raw)
  To: Dave Miller; +Cc: netdev, Benjamin Thery

This patchset introduces the support for network namespaces in IPv4
multicast routing code (net/ipv4/ipmr.c).

The structure of this patchset is similar to the "IPv6 multicast routing
per namespace" patchset merged previously into 2.6.29.

The first patches in the series moves global data from ipmr.c into 
struct netns_ipv4 to prepare netns support. Data are still referenced in
init_net only. One of these patches makes the related /proc entries
per-namespace.

The last patch does the main job and enables the network namespace support
by replacing all the init_net references with the proper net retrieved
from sockets or net devices.

The patchset applies on top of net-next-2.6

Regards,
Benjamin


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

end of thread, other threads:[~2009-01-22 22:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 14:56 [PATCH 0/9] netns: IPv4 multicast routing per-namespace Benjamin Thery
2009-01-22 14:56 ` [PATCH 1/9] netns: ipmr: allocate mroute_socket per-namespace Benjamin Thery
2009-01-22 14:56 ` [PATCH 2/9] netns: ipmr: dynamically allocates vif_table Benjamin Thery
2009-01-22 14:56 ` [PATCH 3/9] netns: ipmr: store netns in struct mfc_cache Benjamin Thery
2009-01-22 14:56 ` [PATCH 4/9] netns: ipmr: dynamically allocates mfc_cache_array Benjamin Thery
2009-01-22 14:56 ` [PATCH 5/9] netns: ipmr: declare counter cache_resolve_queue_len per-namespace Benjamin Thery
2009-01-22 14:56 ` [PATCH 6/9] netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace Benjamin Thery
2009-01-22 14:56 ` [PATCH 7/9] netns: ipmr: declare reg_vif_num per-namespace Benjamin Thery
2009-01-22 14:56 ` [PATCH 8/9] netns: ipmr: declare ipmr /proc/net entries per-namespace Benjamin Thery
2009-01-22 14:56 ` [PATCH 9/9] netns: ipmr: enable namespace support in ipv4 multicast routing code Benjamin Thery
2009-01-22 22:05 ` [PATCH 0/9] netns: IPv4 multicast routing per-namespace 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).