lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed,  8 Nov 2017 13:01:25 -0800
From:   Yuchung Cheng <ycheng@...gle.com>
To:     davem@...emloft.net
Cc:     netdev@...r.kernel.org, edumazet@...gle.com, ncardwell@...gle.com,
        soheil@...gle.com, priyarjha@...gle.com,
        Yuchung Cheng <ycheng@...gle.com>
Subject: [PATCH net-next 0/2] remove FACK loss recovery

This patch set removes the forward-acknowledgment (FACK)
packet-based loss and reordering detection. This simplifies TCP
loss recovery since the SACK scoreboard no longer needs to track
the number of pending packets under highest SACKed sequence. FACK
is subsumed by the time-based RACK loss detection which is more
robust under reordering and second order losses.

Yuchung Cheng (2):
  tcp: retire FACK loss detection
  tcp: use sequence distance to detect reordering

 Documentation/networking/ip-sysctl.txt |   3 +-
 include/linux/tcp.h                    |   2 -
 include/net/tcp.h                      |  14 +--
 include/uapi/linux/snmp.h              |   1 -
 net/ipv4/proc.c                        |   1 -
 net/ipv4/tcp.c                         |   3 -
 net/ipv4/tcp_input.c                   | 208 ++++++++++++---------------------
 net/ipv4/tcp_metrics.c                 |   4 +-
 net/ipv4/tcp_minisocks.c               |   6 +-
 net/ipv4/tcp_output.c                  |  22 +---
 10 files changed, 80 insertions(+), 184 deletions(-)

-- 
2.15.0.448.gf294e3d99a-goog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ