Arquivos
linux/net
David Woodhouse ae0f7d5f83 [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 <dwmw2@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-11 16:32:13 -08:00
..
2006-01-08 20:14:10 -08:00
2006-01-10 19:35:19 -08:00
2006-01-11 02:04:35 +01:00
2005-08-29 15:31:14 -07:00
2006-01-09 14:16:26 -08:00
2006-01-06 13:11:35 -08:00
2005-09-08 08:14:11 -07:00
2006-01-03 13:11:17 -08:00