original_kernel/net/dccp
Arnaldo Carvalho de Melo 7247887357 [DCCP] ipv6: Add missing ipv6 control socket
I guess I forgot to add it, nah, now it just works:

18:04:33.274066 IP6 ::1.1476 > ::1.5001: request (service=0)
18:04:33.334482 IP6 ::1.5001 > ::1.1476: reset (code=bad_service_code)

Ditched IP_DCCP_UNLOAD_HACK, as now we would have to do it for both
IPv6 and IPv4, so I'll come up with another way for freeing the
control sockets in upcoming changesets.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 22:00:37 -08:00
..
ccids [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
Kconfig [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
Makefile [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c 2006-03-20 21:25:11 -08:00
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
diag.c
feat.c [DCCP] feat: Actually change the CCID upon negotiation 2006-03-20 19:22:37 -08:00
feat.h
input.c [DCCP]: Uninline some functions 2006-03-20 21:58:56 -08:00
ipv4.c [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
ipv6.c [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
ipv6.h
minisocks.c
options.c [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c 2006-03-20 21:25:11 -08:00
output.c [DCCP]: Uninline some functions 2006-03-20 21:58:56 -08:00
proto.c [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
sysctl.c [DCCP] feat: Introduce sysctls for the default features 2006-03-20 19:25:02 -08:00
timer.c [DCCP]: Generalize dccp_v4_send_reset 2006-03-20 19:25:24 -08:00