From: Shan Wei Date: Tue, 26 Jan 2010 02:40:38 +0000 (+0000) Subject: ipv6: conntrack: Add member of user to nf_ct_frag6_queue structure X-Git-Tag: v2.6.27.57~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c5e8fb2127d908006ff47cda51708fb31151ec;p=pandora-kernel.git ipv6: conntrack: Add member of user to nf_ct_frag6_queue structure commit c92b544bd5d8e7ed7d81c77bbecab6df2a95aa53 upstream. The commit 0b5ccb2(title:ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery) has broken the saddr&&daddr member of nf_ct_frag6_queue when creating new queue. And then hash value generated by nf_hashfn() was not equal with that generated by fq_find(). So, a new received fragment can't be inserted to right queue. The patch fixes the bug with adding member of user to nf_ct_frag6_queue structure. Signed-off-by: Shan Wei Acked-by: Patrick McHardy Signed-off-by: David S. Miller Cc: Pascal Hambourg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed