All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] fixes in timeout and retransmission accounting
@ 2018-11-29  0:06 Yuchung Cheng
  2018-11-29  0:06 ` [PATCH net 1/3] tcp: fix off-by-one bug on aborting window-probing socket Yuchung Cheng
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yuchung Cheng @ 2018-11-29  0:06 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, ncardwell, Yuchung Cheng

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-01 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29  0:06 [PATCH net 0/3] fixes in timeout and retransmission accounting Yuchung Cheng
2018-11-29  0:06 ` [PATCH net 1/3] tcp: fix off-by-one bug on aborting window-probing socket Yuchung Cheng
2018-11-29  0:06 ` [PATCH net 2/3] tcp: fix SNMP under-estimation on failed retransmission Yuchung Cheng
2018-11-29  0:06 ` [PATCH net 3/3] tcp: fix SNMP TCP timeout under-estimation Yuchung Cheng
2018-12-01  1:23 ` [PATCH net 0/3] fixes in timeout and retransmission accounting David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.