All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denis V. Lunev" <den@sw.ru>
To: David Miller <davem@davemloft.net>
Cc: Linux Containers <containers@lists.osdl.org>,
	netdev <netdev@vger.kernel.org>,
	devel@openvz.org
Subject: [PATCH 0/17] Finish IPv4 infrastructure namespacing
Date: Wed, 06 Feb 2008 13:53:10 +0300	[thread overview]
Message-ID: <47A99196.2030105@sw.ru> (raw)

This set finally allows to manipulate with network devices inside a
namespace and allows to configure them [via netlink]. 'route' is not yet
supported (but prepared to).

Additionally, better routing cache support is added.

By the way, working ICMP is behind a couple of patches after this set :)

Signed-off-by: Denis V. Lunev <den@openvz.org>


             reply	other threads:[~2008-02-06 10:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-06 10:53 Denis V. Lunev [this message]
2008-02-06 10:53 ` [PATCH 1/17] [IPV4]: Remove ifa != NULL check Denis V. Lunev
2008-02-06 10:53 ` [PATCH 2/17] [IPV4]: Remove check for ifa->ifa_dev != NULL Denis V. Lunev
2008-02-06 10:53 ` [PATCH 3/17] [IPV4]: Consolidate masq_inet_event and masq_device_event Denis V. Lunev
2008-02-06 10:53 ` [PATCH 4/17] [NETNS]: Disable address notifiers in namespaces other than initial Denis V. Lunev
2008-02-06 10:53 ` [PATCH 5/17] [NETNS]: Register neighbour parameters of the net device in the correct namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 6/17] [NETNS]: Default arp parameters lookup Denis V. Lunev
2008-02-06 10:53 ` [PATCH 7/17] [NETNS]: Disable multicaststing configuration inside namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 8/17] [NETNS]: Enable inetdev_event notifier Denis V. Lunev
2008-02-06 10:53 ` [PATCH 9/17] [NETNS]: DST cleanup routines should be called inside namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 10/17] [NETNS]: Process ip_rt_redirect in the correct namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 11/17] [IPV4]: rt_cache_get_next should take rt_genid into account Denis V. Lunev
2008-02-06 10:53 ` [PATCH 12/17] [NETNS]: Process /proc/net/rt_cache inside a namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 13/17] [NETNS]: Register /proc/net/rt_cache for each namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 14/17] [NETNS]: Process devinet ioctl in the correct namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 15/17] [NETNS]: Enable all routing manipulation via netlink inside namespace Denis V. Lunev
2008-02-06 10:53 ` [PATCH 16/17] [NETNS]: Enable IPv4 address manipulations " Denis V. Lunev
2008-02-06 10:53 ` [PATCH 17/17] [NETNS]: Process inet_select_addr inside a namespace Denis V. Lunev
2008-02-06 11:27 ` [PATCH 0/17] Finish IPv4 infrastructure namespacing David Miller
2008-02-06 11:34   ` Denis V. Lunev
  -- strict thread matches above, loose matches on Subject: below --
2008-02-19  7:28 Denis V. Lunev
2008-02-29  4:53 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47A99196.2030105@sw.ru \
    --to=den@sw.ru \
    --cc=containers@lists.osdl.org \
    --cc=davem@davemloft.net \
    --cc=devel@openvz.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.