Re: [PATCH v2 2/2] tcp: account for ts offset only if tsecr not zero

2017-02-22 Thread David Miller
From: Alexey Kodanev Date: Wed, 22 Feb 2017 13:23:56 +0300 > We can get SYN with zero tsecr, don't apply offset in this case. > > Fixes: ee684b6f2830 ("tcp: send packets with a socket timestamp") > Signed-off-by: Alexey Kodanev Applied.

Re: [PATCH v2 2/2] tcp: account for ts offset only if tsecr not zero

2017-02-22 Thread Eric Dumazet
On Wed, 2017-02-22 at 13:23 +0300, Alexey Kodanev wrote: > We can get SYN with zero tsecr, don't apply offset in this case. > > Fixes: ee684b6f2830 ("tcp: send packets with a socket timestamp") > Signed-off-by: Alexey Kodanev > --- > v2: no changes from the previous version Acked-by: Eric Dumaze

[PATCH v2 2/2] tcp: account for ts offset only if tsecr not zero

2017-02-22 Thread Alexey Kodanev
We can get SYN with zero tsecr, don't apply offset in this case. Fixes: ee684b6f2830 ("tcp: send packets with a socket timestamp") Signed-off-by: Alexey Kodanev --- v2: no changes from the previous version net/ipv4/tcp_minisocks.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) di