From: Pavel Emelyanov Date: Thu, 31 Jan 2008 13:05:50 +0000 (-0800) Subject: [NETNS]: Make bind buckets live in net namespaces. X-Git-Tag: v2.6.25-rc1~1089^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=941b1d22cc035ad58b3d9b44a1c74efac2d7e499;p=pandora-kernel.git [NETNS]: Make bind buckets live in net namespaces. This tags the inet_bind_bucket struct with net pointer, initializes it during creation and makes a filtering during lookup. A better hashfn, that takes the net into account is to be done in the future, but currently all bind buckets with similar port will be in one hash chain. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed