From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Denis V. Lunev" Subject: [PATCH 0/13 net-2.6.26] UDP/ICMP/TCP for a namespace v2 Date: Mon, 31 Mar 2008 17:16:07 +0400 Message-ID: <1206969367.10660.16.camel@iris.sw.ru> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Sender: netdev-owner@vger.kernel.org To: David Miller Cc: Netdev List , devel@openvz.org, containers , xemul List-Id: containers.vger.kernel.org Hello, Dave! This patch set finally enables TCP/UDP and ICMP inside a namespace. In order to do this we fix ARP processing, IP options processing and allow packets to flow to namespace aware protocols. Finally, this makes namespace functional and alive :) Changed from v1: - inet_csk_ctl_sock_create is renamed to inet_ctl_sock_create. Thanks to Arnaldo Carvalho de Melo - dccp_ctl_make_reset now accept sock rather than socket. Thanks to Arnaldo Carvalho de Melo - added inet_ctl_sock_destroy Signed-off-by: Denis V. Lunev