kernel-ark/net/dccp
Gerrit Renker f53dc67c5e [DCCP]: Use AF-independent rebuild_header routine
This fixes a nasty bug: dccp_send_reset() is called by both DCCPv4 and DCCPv6, but uses
inet_sk_rebuild_header() in each case. This leads to unpredictable and weird behaviour:
under some conditions, DCCPv6 Resets were sent, in other not.

The fix is to use the AF-independent rebuild_header routine.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:55:12 -08:00
..
ccids [TFRC]: Migrate TX history to singly-linked lis 2008-01-28 14:55:11 -08:00
ackvec.c [ACKVEC]: Reduce length of identifiers 2008-01-28 14:54:51 -08:00
ackvec.h [ACKVEC]: Reduce length of identifiers 2008-01-28 14:54:51 -08:00
ccid.c
ccid.h
dccp.h
diag.c
feat.c
feat.h
input.c [NET]: Name magic constants in sock_wake_async() 2008-01-28 14:55:03 -08:00
ipv4.c
ipv6.c
ipv6.h
Kconfig
Makefile
minisocks.c
options.c
output.c [DCCP]: Use AF-independent rebuild_header routine 2008-01-28 14:55:12 -08:00
probe.c
proto.c [DCCP]: Add support for abortive release 2008-01-28 14:55:02 -08:00
sysctl.c
timer.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00