Files
i2som-imx-linux/include/net
Eric Dumazet 61f69dc4e4 tcp: implement RFC 5961 3.2
[ Upstream commit 282f23c6ee ]

Implement the RFC 5691 mitigation against Blind
Reset attack using RST bit.

Idea is to validate incoming RST sequence,
to match RCV.NXT value, instead of previouly accepted
window : (RCV.NXT <= SEG.SEQ < RCV.NXT+RCV.WND)

If sequence is in window but not an exact match, send
a "challenge ACK", so that the other part can resend an
RST with the appropriate sequence.

Add a new sysctl, tcp_challenge_ack_limit, to limit
number of challenge ACK sent per second.

Add a new SNMP counter to count number of challenge acks sent.
(netstat -s | grep TCPChallengeACK)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Kiran Kumar Kella <kkiran@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-16 01:13:25 +00:00
..
2011-08-13 01:10:16 -07:00
2011-07-26 16:49:47 -07:00
2011-05-05 11:10:14 -07:00
2012-06-10 14:42:03 +01:00
2011-07-26 16:49:47 -07:00
2011-07-17 23:11:35 -07:00
2011-09-16 19:20:20 -04:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-05-17 14:16:58 -04:00
2011-06-11 16:23:59 -07:00
2013-01-16 01:13:25 +00:00