Merge branch 'tcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2019 17:39:56 +0000 (10:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2019 17:39:56 +0000 (10:39 -0700)
commit4fddbf8a99ee5a65bdd31b3ebbf5a84b9395d496
tree671cdce9ff92bdd0a99619f995bbcea9124735ad
parent6be8e297f9bcea666ea85ac7a6cd9d52d6deaf92
parent967c05aee439e6e5d7d805e195b3a20ef5c433d6
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@davemloft.net>
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp.c