]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Allow TCP to reuse local port with different destinations
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-05-18 karelsAllow TCP to reuse local port with different destinations
2020-05-18 tuexenRemove assignment without effect.
2020-05-18 tuexenDon't check an unsigned variable for being negative.
2020-05-18 tuexenRemove redundant assignment.
2020-05-18 tuexenCleanup, no functional change intended.
2020-05-18 tuexenAvoid an integer underflow.
2020-05-18 tuexenRemove redundant check.
2020-05-18 tuexenFix logical condition by looking at usecs.
2020-05-18 tuexenWhitespace change.
2020-05-18 tuexenHandle failures of snprintf().
2020-05-17 tuexenNon-functional changes, cleanups.
2020-05-17 melifaroRemove redundant checks for nhop validity.
2020-05-16 tuexenEnsure that an stcb is not dereferenced when it is...
2020-05-16 emastelibalias: retire cuseeme support
2020-05-15 tuexenAllow only IPv4 addresses in sendto() for TCP on AF_INE...
2020-05-15 rrsThis fixes several skyzaller issues found with the
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-12 emastelibalias: fix potential memory disclosure from ftp...
2020-05-12 emastelibalias: validate packet lengths before accessing...
2020-05-11 tuexenFix a copy and paste error introduced in r360878.
2020-05-11 melifaroFix NOINET[6] build by using af-independent route looku...
2020-05-11 gallatinKtls: never skip stamping tags for NIC TLS
2020-05-10 tuexenEnsure that the SCTP iterator runs with an stcb and...
2020-05-10 tuexenRemove trailing whitespace.
2020-05-10 tuexenEnsure that we have a path when starting the T3 RXT...
2020-05-10 tuexenOnly drop DATA chunk with lower priorities as specified...
2020-05-07 rrsWhen in the SYN-SENT state bbr and rack will not proper...
2020-05-07 rrsNF has an internal option that changes the tcp_mcopy_m...
2020-05-05 tuexenAvoid underflowing a variable, which would result in...
2020-05-05 tuexenFix the computation of the numbers of entries of the...
2020-05-04 tuexenAdd net epoch support back, which was taken out by...
2020-05-04 rrsThis fixes two issues found by ankitraheja09@gmail.com
2020-05-04 tuexenEnter the net epoch before calling the output routine...
2020-05-04 rrsThis commit brings things into sync with the advancemen...
2020-05-04 rrsAdjust the fb to have a way to ask the underlying stack
2020-05-04 melifaroRemove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-05-03 glebiusStep 4.2: start divorce of M_EXT and M_EXTPG
2020-05-03 glebiusStep 4.1: mechanically rename M_NOMAP to M_EXTPG
2020-05-03 glebiusStep 3: anonymize struct mbuf_ext_pgs and move all...
2020-04-30 rscheffIntroduce a lower bound of 2 MSS to TCP Cubic.
2020-04-29 rscheffPrevent premature shrinking of the scaled receive window
2020-04-29 rscheffCorrectly set up the initial TCP congestion window...
2020-04-28 melifaroMove route_temporal.c and route_var.h to net/route.
2020-04-28 melifaroConvert rtalloc_mpath_fib() users to the new KPI.
2020-04-28 melifaroEliminate now-unused parts of old routing KPI.
2020-04-27 jhbInitial support for kernel offload of TLS receive.
2020-04-27 jhbAdd the initial sequence number to the TLS enable socke...
2020-04-27 rrsThis change does a small prepratory step in getting the
2020-04-26 melifaroConvert debugnet to the new routing KPI.
2020-04-26 melifaroFix order of arguments in fib[46]_lookup calls in SCTP.
2020-04-25 melifaroFix LINT build #2 after r360292.
2020-04-25 melifaroFix LINT build broken by r360292.
2020-04-25 melifaroConvert route caching to nexthop caching.
2020-04-23 melifaroUnbreak LINT-NOINET[6] builds broken in r360191.
2020-04-22 tuexenImprove input validation when processing AUTH chunks.
2020-04-22 tuexenImprove input validation when processing AUTH chunks.
2020-04-22 melifaroConvert TOE routing lookups to the new routing KPI.
2020-04-22 rscheffrevert rS360143 - Correctly set up initial cwnd
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 rscheffCorrectly set up the initial TCP congestion window
2020-04-16 jtlAvoid calling protocol drain routines more than once...
2020-04-16 melifaroAdd nhop parameter to rti_filter callback.
2020-04-16 rscheffReduce default TCP delayed ACK timeout to 40ms.
2020-04-14 melifaroConvert IP/IPv6 forwarding, ICMP processing and IP...
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-14 tuexenImprove the TCP blackhole detection. The principle...
2020-04-14 gallatinKTLS: Re-work unmapped mbufs to carry ext_pgs in the...
2020-04-14 melifaroPlug netmask NULL check during route addition causing...
2020-04-12 kpcarp: Widen epoch coverage
2020-04-12 melifaroIntroduce nexthop objects and new routing KPI.
2020-04-12 tuexenRevert https://svnweb.freebsd.org/changeset/base/359809
2020-04-11 tuexenZero out pointers for consistency.
2020-04-11 melifaroRemove per-AF radix_mpath initializtion functions.
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.
next