]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fixing the soft update macros in -r359612 triggered a previously
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-04-08 impFix copyright year and eliminate the obsolete all right...
2020-04-06 tuexenDo more argument validation under INVARIANTS when start...
2020-04-02 melifaroUse interface fib for proxyarp checks.
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-03-31 tuexenAllow the TCP backhole detection to be disabled at...
2020-03-30 markjRemove the "config" taskqgroup and its KPIs.
2020-03-28 tuexenSmall cleanup by using a variable just assigned.
2020-03-28 tuexenHandle integer overflows correctly when converting...
2020-03-27 emastesys/netinet: remove spurious doubled ;s
2020-03-27 tuexenSome more uint32_t cleanups, no functional change.
2020-03-27 tuexenUse uint32_t where it is expected to be used. No functi...
2020-03-25 tuexenRemove an optimization, which was incorrect a couple...
2020-03-25 tuexenImprove consistency in debug output.
2020-03-25 tuexenRevert https://svnweb.freebsd.org/changeset/base/357829
2020-03-25 tuexenUse consistent debug output.
2020-03-25 tuexenDon't restore the vnet too early in error cases.
2020-03-24 tuexenOnly call panic when building with INVARIANTS.
2020-03-24 tuexenAnother cleanup of the timer code. Also be more pedanti...
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-23 tuexenCleanup the file and add two ASSERT variants for locks...
2020-03-21 tuexenMore timer cleanups, no functional change.
2020-03-20 tuexenRemove a set, but unused variable.
2020-03-19 tuexenA a missing NET_EPOCH_ENTER/NET_EPOCH_EXIT pair. This...
2020-03-19 tuexenConsistently provide arguments for timer start and...
2020-03-19 tuexenCleanup the stream reset and asconf timer.
2020-03-19 tuexenThe MTU candidates MUST be a multiple of 4, so make...
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-17 tuexenHandle the timers in a consistent sequence according...
2020-03-16 gallatinAvoid a cache miss accessing an mbuf ext_pgs pointer...
2020-03-12 tuexenUse KMOD_TCPSTAT_INC instead of TCPSTAT_INC for RACK...
2020-03-10 dimMerge ^/head r358731 through r358831.
2020-03-09 gallatinmake lacp's use_numa hashing aware of send tags
2020-03-07 dimMerge ^/head r358712 through r358730.
2020-03-07 hrsFix an issue of net.inet.igmp.stats handler.
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-04 cyMFV r358616:
2020-03-04 tuexenWhen using automatically generated flow labels and...
2020-03-04 bzAdd new ICMPv6 counters for Anti-DoS limits.
2020-03-04 tuexenDon't send an uninitilised traffic class in the IPv6...
2020-03-03 bztcp_hpts: make RSS kernel compile again.
2020-03-02 mmMFV r358511,r358532:
2020-03-01 tuexenRemove stale definitions. The removed definitions are...
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-26 rrsThis commit expands tcp_ratelimit to be able to handle...
2020-02-24 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-22 dimMerge r358179 through r358238.
2020-02-21 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-20 dimMerge ^/head r358131 through r358178.
2020-02-20 tuexenRemove an unused timer type.
2020-02-19 dimMerge ^/head r358075 through r358130.
2020-02-18 tuexenEpochify SCTP.
2020-02-18 tuexenRemove unused function.
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-17 tuexenFix the non-default stream schedulers such that do...
2020-02-17 tuexenDon't use uninitialised stack memory if the sysctl...
2020-02-17 hselaskyFix kernel panic while trying to read multicast stream.
2020-02-15 dimMerge ^/head r357931 through r357965.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 mjgsctp: use new capsicum helpers
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-13 tuexensack_newdata and snd_recover hold the same value. There...
2020-02-13 tuexenWhitespace cleanup. No functional change.
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 tuexenDon't panic under INVARIANTS when we can't allocate...
2020-02-12 tuexenMark the socket as disconnected when freeing the associ...
2020-02-12 rrsLets get the real correct version.. gessh. I need
2020-02-12 rrsOpps committed the wrong ratelimit version in the
2020-02-12 rrsWhite space cleanup -- remove trailing tab's or spaces
2020-02-12 rrsWhitespace, remove from three files trailing white
2020-02-12 rrsThis small fix makes it so we properly follow
2020-02-12 rrsRemove all trailing white space from the BBR/Rack fold...
2020-02-12 rrsNow that all of the stats framework is
2020-02-12 mmMFV r357783:
2020-02-11 tuexenRevert https://svnweb.freebsd.org/changeset/base/357761
2020-02-11 tuexenDon't start an SCTP timer using a net, which has been...
2020-02-11 tuexenUse an int instead of a bool variable, since bool is...
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-09 tuexenStop the PMTU and HB timer when removing a net, not...
2020-02-09 tuexenCleanup timer handling.
2020-02-07 emasteMiscellaneous typo fixes
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-04 tuexenRemove unused timer.
2020-02-04 tuexenImprove numbering of debug information.
2020-02-03 cemnetinet/libalias: Fix typo in debug message
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-29 glebiusFix missing NET_EPOCH_ENTER() when compiled with TCP_OF...
2020-01-29 dimMerge ^/head r357179 through r357269.
2020-01-28 tuexenFix build issues for the userland stack on 32-bit platf...
2020-01-27 dimMerge ^/head r357119 through r357178.
2020-01-26 melifaroFix NOINET6 build after r357038.
2020-01-25 dimMerge ^/head r356931 through r357118.
2020-01-25 tuexenSending CWR after an RTO is according to RFC 3168 gener...
2020-01-25 tuexenDon't set the ECT codepoint on retransmitted packets...
next