linux/net/dccp
Gerrit Renker 8a73cd09d9 [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
This patch removes two functions, the send_ack functions of request_sock,
which are not called/used by the DCCP code. It is correct that these
functions are not called, below is a justification why calling these
functions (on a passive socket in the LISTEN/RESPOND state) would mean
a DCCP protocol violation.

A) Background: using request_sock in TCP:
2006-12-02 21:21:58 -08:00
..
ccids [DCCP]: fix printk format warnings 2006-10-30 15:24:37 -08:00
ackvec.c [DCCP]: Update documentation references. 2006-10-24 16:17:51 -07:00
ackvec.h [DCCP]: Update documentation references. 2006-10-24 16:17:51 -07:00
ccid.c
ccid.h
dccp.h [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG 2006-12-02 21:21:58 -08:00
diag.c
feat.c
feat.h [DCCP]: Shift sysctls into feat.h 2006-09-22 15:18:16 -07:00
input.c [DCCP]: Update documentation references. 2006-10-24 16:17:51 -07:00
ipv4.c [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG 2006-12-02 21:21:58 -08:00
ipv6.c [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG 2006-12-02 21:21:58 -08:00
ipv6.h
Kconfig [DCCP]: Update documentation references. 2006-10-24 16:17:51 -07:00
Makefile [DCCP]: Introduce dccp_probe 2006-09-24 18:08:17 -03:00
minisocks.c [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG 2006-12-02 21:21:58 -08:00
options.c [DCCP]: Update documentation references. 2006-10-24 16:17:51 -07:00
output.c [DCCP]: Combine allocating & zeroing header space on skb 2006-12-02 21:21:55 -08:00
probe.c [NET]: Fix kfifo_alloc() error check. 2006-11-25 15:16:49 -08:00
proto.c [NET]: Size listen hash tables using backlog hint 2006-12-02 21:21:44 -08:00
sysctl.c [DCCP]: Shift sysctls into feat.h 2006-09-22 15:18:16 -07:00
timer.c