Linux/linux 4fddbf8Documentation/networking ip-sysctl.txt, include/linux tcp.h

Merge branch 'tcp-fixes'

Eric Dumazet says:

====================
tcp: make sack processing more robust

Jonathan Looney brought to our attention multiple problems
in TCP stack at the sender side.

SACK processing can be abused by malicious peers to either
cause overflows, or increase of memory usage.

First two patches fix the immediate problems.

Since the malicious peers abuse senders by advertizing a very
small MSS in their SYN or SYNACK packet, the last two
patches add a new sysctl so that admins can chose a higher
limit for MSS clamping.
====================

Signed-off-by: David S. Miller <davem at davemloft.net>
DeltaFile
+20-6net/ipv4/tcp_input.c
+11-0net/ipv4/sysctl_net_ipv4.c
+7-3net/ipv4/tcp_output.c
+8-0Documentation/networking/ip-sysctl.txt
+4-0include/linux/tcp.h
+2-0include/net/tcp.h
+1-0net/ipv4/tcp.c
+1-0include/net/netns/ipv4.h
+1-0net/ipv4/tcp_ipv4.c
+1-0include/uapi/linux/snmp.h
+1-0net/ipv4/tcp_timer.c
+1-0net/ipv4/proc.c
+58-912 files

UnifiedSplitRaw