From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Ariyasu Subject: [PATCH 00/13] SCTP: Enable netns Date: Sat, 4 Aug 2012 15:30:37 -0600 Message-ID: <1344115837-6150-1-git-send-email-jan.ariyasu@hp.com> Cc: Jan Ariyasu To: Vlad Yasevich , "David S. Miller" , linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:62429 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753453Ab2HDVbB (ORCPT ); Sat, 4 Aug 2012 17:31:01 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the parameters on a per-namespace basis. The first five patches enable netns handling of the protocol, procfs and sysfs. Signed-off-by: Jan Ariyasu ---