From: Eric W. Biederman Date: Mon, 6 Aug 2012 08:41:13 +0000 (+0000) Subject: sctp: Make the association hashtable handle multiple network namespaces X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4110cc255ddec59c79fba4d71cdd948d0a382140;p=pandora-kernel.git sctp: Make the association hashtable handle multiple network namespaces - Use struct net in the hash calculation - Use sock_net(association.base.sk) in the association lookups. - On receive calculate the network namespace from skb->dev. - Pass struct net from receive down to the functions that actually do the association lookup. Signed-off-by: "Eric W. Biederman" Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed