Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit c3ae62a (tcp: should drop incoming frames without ACK flag set) added a regression on the handling of RST messages. RST should be allowed to come even without ACK bit set. We validate the RST by checking the exact sequence, as requested by RFC 793 and 5961 3.2, in tcp_validate_incoming() Reported-by: Eric Wong <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Acked-by: Neal Cardwell <[email protected]> Tested-by: Eric Wong <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information