From: David Woodhouse Date: Wed, 11 Jan 2006 23:53:04 +0000 (-0800) Subject: [IPV6]: Avoid calling ip6_xmit() with NULL sk X-Git-Tag: v2.6.16-rc1~421^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0f7d5f83236a43c572a744e4bbb30e8702d821;p=pandora-kernel.git [IPV6]: Avoid calling ip6_xmit() with NULL sk The ip6_xmit() function now assumes that its sk argument is non-NULL, which isn't currently true when TCPv6 code is sending RST or ACK packets. This fixes that code to use a socket of its own for sending such packets, as TCPv4 does. (Thanks Andi for the pointer). Signed-off-by: David Woodhouse Signed-off-by: David S. Miller --- Reading git-diff-tree failed