Re: [PATCH net] tcp: record TLP and ER timer stats in v6 stats

2016-06-07 Thread David Miller
From: Yuchung Cheng Date: Mon, 6 Jun 2016 15:07:18 -0700 > The v6 tcp stats scan do not provide TLP and ER timer information > correctly like the v4 version . This patch fixes that. > > Fixes: 6ba8a3b19e76 ("tcp: Tail loss probe (TLP)") > Fixes: eed530b6c676 ("tcp: early retransmit") > Signed-o

[PATCH net] tcp: record TLP and ER timer stats in v6 stats

2016-06-06 Thread Yuchung Cheng
The v6 tcp stats scan do not provide TLP and ER timer information correctly like the v4 version . This patch fixes that. Fixes: 6ba8a3b19e76 ("tcp: Tail loss probe (TLP)") Fixes: eed530b6c676 ("tcp: early retransmit") Signed-off-by: Yuchung Cheng Signed-off-by: Neal Cardwell --- net/ipv6/tcp_ip