From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Date: Tue, 08 Apr 2008 16:50:41 +0000 Subject: [RFC][PATCH 0/12][NETNS]: Make DCCP protocol minimally work in net Message-Id: <47FBA7D4.8020708@openvz.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dccp@vger.kernel.org Hi, Arnaldo. This is the set against current net-2.6.26 David's tree with minimal DCCP per-net functionality. It actually includes the ctl socket netnsization, proper use of IP routing and socket lookup. The dccp is currently flooded with init_net access, rather than proper net and it's going to become more of this stuff, so I think it's time to pay more attention to it. Signed-off-by: Pavel Emelyanov