]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/syncookies.c
[TCP]: Add IPv6 support to TCP SYN cookies
authorGlenn Griffin <ggriffin.kernel@gmail.com>
Fri, 8 Feb 2008 05:49:26 +0000 (21:49 -0800)
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 4 Mar 2008 06:18:21 +0000 (15:18 +0900)
commitc6aefafb7ec620911d46174eed514f9df639e5a4
tree626e3d47a7bb31f586935c480bed09f342f2fbca
parent11baab7ac34723ad481e0f97fca733272ef364d4
[TCP]: Add IPv6 support to TCP SYN cookies

Updated to incorporate Eric's suggestion of using a per cpu buffer
rather than allocating on the stack.  Just a two line change, but will
resend in it's entirety.

Signed-off-by: Glenn Griffin <ggriffin.kernel@gmail.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
include/net/tcp.h
net/ipv4/syncookies.c
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c
net/ipv6/Makefile
net/ipv6/syncookies.c [new file with mode: 0644]
net/ipv6/tcp_ipv6.c