commit | a9f11f963a546fea9144f6a6d1a307e814a387e7 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon May 01 15:29:48 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 02 15:07:02 2017 -0400 |
tree | f0b2d91346ba97af27e4b5ba3cdaf8f4127d02f7 | |
parent | ddc665a4bb4b728b4e6ecec8db1b64efa9184b9c [diff] |
tcp: fix wraparound issue in tcp_lp Be careful when comparing tcp_time_stamp to some u32 quantity, otherwise result can be surprising. Fixes: 7c106d7e782b ("[TCP]: TCP Low Priority congestion control") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>