From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuchung Cheng Subject: [PATCH net 0/3] fixes in timeout and retransmission accounting Date: Wed, 28 Nov 2018 16:06:42 -0800 Message-ID: <20181129000645.163425-1-ycheng@google.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org, edumazet@google.com, ncardwell@google.com, Yuchung Cheng To: davem@davemloft.net Return-path: Received: from mail-pg1-f176.google.com ([209.85.215.176]:37295 "EHLO mail-pg1-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726617AbeK2LKr (ORCPT ); Thu, 29 Nov 2018 06:10:47 -0500 Received: by mail-pg1-f176.google.com with SMTP id 80so58869pge.4 for ; Wed, 28 Nov 2018 16:07:23 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: This patch set has assorted fixes of minor accounting issues in timeout, window probe, and retransmission stats. Yuchung Cheng (3): tcp: fix off-by-one bug on aborting window-probing socket tcp: fix SNMP under-estimation on failed retransmission tcp: fix SNMP TCP timeout under-estimation net/ipv4/tcp_output.c | 2 +- net/ipv4/tcp_timer.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) -- 2.20.0.rc0.387.gc7a69e6b6c-goog