From: Vitaly Lavrov Date: Mon, 30 Sep 2013 15:07:02 +0000 (+0200) Subject: netfiler: ipset: Add net namespace for ipset X-Git-Tag: v3.13-rc1~105^2~227^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1785e8f473082aa60d62c7165856cf6484077b99;p=pandora-kernel.git netfiler: ipset: Add net namespace for ipset This patch adds netns support for ipset. Major changes were made in ip_set_core.c and ip_set.h. Global variables are moved to per net namespace. Added initialization code and the destruction of the network namespace ipset subsystem. In the prototypes of public functions ip_set_* added parameter "struct net*". The remaining corrections related to the change prototypes of public functions ip_set_*. The patch for git://git.netfilter.org/ipset.git commit 6a4ec96c0b8caac5c35474e40e319704d92ca347 Signed-off-by: Vitaly Lavrov Signed-off-by: Jozsef Kadlecsik --- Reading git-diff-tree failed