From: Pavel Emelyanov Date: Mon, 14 Jan 2008 13:35:31 +0000 (-0800) Subject: [NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware. X-Git-Tag: v2.6.25-rc1~1162^2~756 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be185884b31093555dc10aa32efe0b73c835312e;p=pandora-kernel.git [NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware. This requires just to pass the appropriate struct net pointer into __raw_v[46]_lookup and skip sockets that do not belong to a needed namespace. The proper net is get from skb->dev in all the cases. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed