]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet/tcp_ratelimit.c
Revert r352406, which contained changes I didn't intend to commit.
[FreeBSD/FreeBSD.git] / sys / netinet / tcp_ratelimit.c
2019-09-11 rrsWith the recent commit of ktls, we no longer have a
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-08-26 tuexenDon't hold the rs_mtx lock while calling malloc().
2019-08-22 cyMFV r346563:
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-02 delphijFix !INET build.
2019-08-02 rrsFix one more atomic for i86
2019-08-01 rrsOpps use fetchadd_u64 not long to keep old 32 bit platforms
2019-08-01 rrsThis adds the third step in getting BBR into the tree...