]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet/tcp_input.c
zfs: merge openzfs/zfs@71c609852 (zfs-2.1-release) into stable/13
[FreeBSD/FreeBSD.git] / sys / netinet / tcp_input.c
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-08-02 Richard Scheffeneggertcp: Add PRR cwnd reduction for non-SACK loss
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-21 Mark JohnstonConsistently use the SOLISTENING() macro
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-09 Richard Scheffenegger[tcp] Keep socket buffer locked until upcall
2021-06-09 Randall Stewarttcp: A better fix for the previously attempted fix...
2021-06-09 Randall Stewarttcp: When we have an out-of-order FIN we do want to...
2021-06-09 Randall Stewarttcp: Fix bugs related to the PUSH bit and rack and...
2021-06-08 Randall StewartThis brings into sync FreeBSD with the netflix versions...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Michael Tuexenmend
2021-06-02 Michael Tuexentcp: improve handling of SYN segments in SYN-SENT state
2021-05-10 Hans Petter Selaskynet: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC...
2021-05-01 Richard Scheffeneggertcp: stop spurious rescue retransmissions and potential...
2021-04-22 Richard Scheffeneggertcp: Prepare PRR to work with NewReno LossRecovery
2021-04-22 Richard Scheffeneggertcp: Use PRR for ECN congestion recovery
2021-04-22 Richard Scheffeneggertcp: Refactor PRR code
2021-04-08 Richard Scheffeneggertcp: Perform simple fast retransmit when SACK Blocks...
2021-03-10 Alexander V. ChernikovRemove per-packet ifa refcounting from IPv6 fast path.
2021-03-08 Richard Scheffeneggertcp: Add prr_out in preparation for PRR/nonSACK and LRD
2021-03-08 Richard Scheffeneggertcp: remove incorrect reset of SACK variable in PRR
2021-03-04 Richard Scheffeneggercalculate prr_out correctly when pipe < ssthresh
2021-03-03 Richard ScheffeneggerImprove PRR initial transmission timing
2021-03-02 Richard Scheffeneggerupdate the SACK loss recovery to RFC6675, with the...
2021-03-01 Richard ScheffeneggerInclude new data sent in PRR calculation
2021-02-28 Richard ScheffeneggerTCP_NOOPT may prevent the negotiation of TCP features...
2021-02-28 Richard ScheffeneggerPRR: Avoid accounting left-edge twice in partial ACK.
2021-02-28 Richard ScheffeneggerAddress two incorrect calculations and enhance readabil...
2021-02-28 Richard ScheffeneggerPRR: use accurate rfc6675_pipe when enabled
2021-02-26 Richard ScheffeneggerEnsure cwnd doesn't shrink to zero with PRR
2021-01-29 Richard ScheffeneggerTCP PRR: Patch div/0 in tcp_prr_partialack
2021-01-29 Richard ScheffeneggerAdjust line length in tcp_prr_partialack
2021-01-20 Richard ScheffeneggerAddress panic with PRR due to missed initialization...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Michael Tuexentcp: add sysctl to tolerate TCP segments missing timestamps
2021-01-14 Michael Tuexentcp: fix handling of TCP RST segments missing timestamps
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-04 Richard ScheffeneggerAdd TCP feature Proportional Rate Reduction (PRR) ...
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-23 Michael TuexenFix two occurences of a typo in a comment introduced...
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-09 Michael TuexenRFC 7323 specifies that:
2020-11-08 Richard ScheffeneggerPrevent premature SACK block transmission during loss...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-10-27 Cy SchubertMFV r367082:
2020-10-24 Richard Scheffeneggertcp: move cwnd and ssthresh updates into cc modules
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-01 Mateusz Guziknet: clean up empty lines in .c and .h files
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-25 Michael TuexenRFC 3465 defines a limit L used in TCP slow start for...
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
next