]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Revert https://svnweb.freebsd.org/changeset/base/357829
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-03-25 Michael TuexenRevert https://svnweb.freebsd.org/changeset/base/357829
2020-03-25 Michael TuexenUse consistent debug output.
2020-03-25 Michael TuexenDon't restore the vnet too early in error cases.
2020-03-24 Michael TuexenOnly call panic when building with INVARIANTS.
2020-03-24 Michael TuexenAnother cleanup of the timer code. Also be more pedanti...
2020-03-23 Brooks DavisImport the kyua test framework.
2020-03-23 Brooks DavisAdd liblutok a lightweight C++ API for lua.
2020-03-23 Michael TuexenCleanup the file and add two ASSERT variants for locks...
2020-03-22 Xin LIMFV r359197: xz 5.2.5.
2020-03-21 Michael TuexenMore timer cleanups, no functional change.
2020-03-20 Michael TuexenRemove a set, but unused variable.
2020-03-19 Michael TuexenA a missing NET_EPOCH_ENTER/NET_EPOCH_EXIT pair. This...
2020-03-19 Michael TuexenConsistently provide arguments for timer start and...
2020-03-19 Michael TuexenCleanup the stream reset and asconf timer.
2020-03-19 Michael TuexenThe MTU candidates MUST be a multiple of 4, so make...
2020-03-18 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-18 Jung-uk KimMerge OpenSSL 1.1.1e.
2020-03-17 Michael TuexenHandle the timers in a consistent sequence according...
2020-03-16 Andrew GallatinAvoid a cache miss accessing an mbuf ext_pgs pointer...
2020-03-12 Michael TuexenUse KMOD_TCPSTAT_INC instead of TCPSTAT_INC for RACK...
2020-03-10 Dimitry AndricMerge ^/head r358731 through r358831.
2020-03-09 Andrew Gallatinmake lacp's use_numa hashing aware of send tags
2020-03-07 Dimitry AndricMerge ^/head r358712 through r358730.
2020-03-07 Hiroki SatoFix an issue of net.inet.igmp.stats handler.
2020-03-05 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 Dimitry AndricMerge ^/head r358466 through r358677.
2020-03-04 Cy SchubertMFV r358616:
2020-03-04 Michael TuexenWhen using automatically generated flow labels and...
2020-03-04 Bjoern A. ZeebAdd new ICMPv6 counters for Anti-DoS limits.
2020-03-04 Michael TuexenDon't send an uninitilised traffic class in the IPv6...
2020-03-03 Bjoern A. Zeebtcp_hpts: make RSS kernel compile again.
2020-03-02 Martin MatuskaMFV r358511,r358532:
2020-03-01 Michael TuexenRemove stale definitions. The removed definitions are...
2020-02-28 Emmanuel Vadotdts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 Dimitry AndricMerge ^/head r358269 through r358399.
2020-02-27 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-26 Pawel BiernackiMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-26 Randall StewartThis commit expands tcp_ratelimit to be able to handle...
2020-02-24 Pawel BiernackiMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-22 Dimitry AndricMerge r358179 through r358238.
2020-02-21 Pawel BiernackiMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-20 Dimitry AndricMerge ^/head r358131 through r358178.
2020-02-20 Michael TuexenRemove an unused timer type.
2020-02-19 Dimitry AndricMerge ^/head r358075 through r358130.
2020-02-19 Baptiste DaroussinUpdate to 6.2-20200215
2020-02-18 Michael TuexenEpochify SCTP.
2020-02-18 Michael TuexenRemove unused function.
2020-02-18 Baptiste DaroussinUpdate ncurses to 20200118
2020-02-17 Dimitry AndricMerge ^/head r358000 through r358048.
2020-02-17 Dimitry AndricMerge r358042 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358034 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358030 from the clang1000-import branch:
2020-02-17 Michael TuexenFix the non-default stream schedulers such that do...
2020-02-17 Michael TuexenDon't use uninitialised stack memory if the sysctl...
2020-02-17 Hans Petter SelaskyFix kernel panic while trying to read multicast stream.
2020-02-15 Dimitry AndricMerge ^/head r357931 through r357965.
2020-02-15 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 Jung-uk KimMFV: r357927
2020-02-15 Mateusz Guziksctp: use new capsicum helpers
2020-02-14 Dimitry AndricMerge ^/head r357855 through r357920.
2020-02-14 Ed MasteUpgrade to OpenSSH 7.9p1.
2020-02-13 Dimitry AndricMerge r357872 from the clang1000-import branch:
2020-02-13 Dimitry AndricMerge r357864 from the clang1000-import branch:
2020-02-13 Michael Tuexensack_newdata and snd_recover hold the same value. There...
2020-02-13 Michael TuexenWhitespace cleanup. No functional change.
2020-02-13 Dimitry AndricMerge ^/head r357662 through r357854.
2020-02-12 Michael TuexenDon't panic under INVARIANTS when we can't allocate...
2020-02-12 Michael TuexenMark the socket as disconnected when freeing the associ...
2020-02-12 Randall StewartLets get the real correct version.. gessh. I need
2020-02-12 Randall StewartOpps committed the wrong ratelimit version in the
2020-02-12 Randall StewartWhite space cleanup -- remove trailing tab's or spaces
2020-02-12 Randall StewartWhitespace, remove from three files trailing white
2020-02-12 Randall StewartThis small fix makes it so we properly follow
2020-02-12 Randall StewartRemove all trailing white space from the BBR/Rack fold...
2020-02-12 Randall StewartNow that all of the stats framework is
2020-02-12 Martin MatuskaMFV r357783:
2020-02-11 Michael TuexenRevert https://svnweb.freebsd.org/changeset/base/357761
2020-02-11 Michael TuexenDon't start an SCTP timer using a net, which has been...
2020-02-11 Michael TuexenUse an int instead of a bool variable, since bool is...
2020-02-11 Xin LIMFV r357712: file 5.38.
2020-02-09 Michael TuexenStop the PMTU and HB timer when removing a net, not...
2020-02-09 Michael TuexenCleanup timer handling.
2020-02-09 Kyle EvansMFV r357687: Import NFS fix for O_SEARCH tests
2020-02-07 Ed MasteMiscellaneous typo fixes
2020-02-07 Dimitry AndricMerge ^/head r357408 through r357661.
2020-02-06 Kyle EvansMFV r357635: imnport v1.9 of the O_SEARCH tests
2020-02-06 Xin LIMFV r357608: Limit memory usage in xz(1) instead of...
2020-02-04 Michael TuexenRemove unused timer.
2020-02-04 Michael TuexenImprove numbering of debug information.
2020-02-03 Conrad Meyernetinet/libalias: Fix typo in debug message
2020-01-31 Dimitry AndricMerge ^/head r357270 through r357349.
2020-01-31 Dimitry AndricMerge r357348 from the clang 10.0.0 import branch:
2020-01-31 Dimitry AndricMerge r357345 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357342 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357339 from the clang1000-import branch:
2020-01-29 Gleb SmirnoffFix missing NET_EPOCH_ENTER() when compiled with TCP_OF...
2020-01-29 Dimitry AndricMerge ^/head r357179 through r357269.
2020-01-29 Dimitry AndricMerge r357267 from the clang1000-import branch:
2020-01-29 Dimitry AndricMerge r357260 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357231 from the clang1000-import branch:
next