-
- Downloads
[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>
Showing
- include/net/tcp.h 8 additions, 0 deletionsinclude/net/tcp.h
- net/ipv4/syncookies.c 3 additions, 4 deletionsnet/ipv4/syncookies.c
- net/ipv4/tcp_input.c 1 addition, 0 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_minisocks.c 2 additions, 0 deletionsnet/ipv4/tcp_minisocks.c
- net/ipv4/tcp_output.c 1 addition, 0 deletionsnet/ipv4/tcp_output.c
- net/ipv6/Makefile 1 addition, 0 deletionsnet/ipv6/Makefile
- net/ipv6/syncookies.c 267 additions, 0 deletionsnet/ipv6/syncookies.c
- net/ipv6/tcp_ipv6.c 55 additions, 22 deletionsnet/ipv6/tcp_ipv6.c
Loading
Please register or sign in to comment