]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
[run] Fix up tx/rx frame size.
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-06-03 rrsWe should never allow either the broadcast or IN_ADDR_A...
2020-06-03 rrsThis fixes a couple of skyzaller crashes. Most
2020-06-03 tuexenRestrict enabling TCP-FASTOPEN to end-points in CLOSED...
2020-06-01 melifaro* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 melifaroRevert r361704, it accidentally committed merged D25067...
2020-06-01 melifaro* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 melifaroUse fib[46]_lookup() in mtu calculations.
2020-05-28 melifaroSwitch ip_output/icmp_reflect rt lookup calls with...
2020-05-28 melifaroSwitch gif(4) path verification to fib[46]_check_urfp().
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-23 manubbr: Use arc4random_uniform from libkern.
2020-05-23 melifaroMove <add|del|change>_route() functions to route_ctl...
2020-05-21 rscheffDCTCP: update alpha only once after loss recovery.
2020-05-21 rscheffWith RFC3168 ECN, CWR SHOULD only be sent with new...
2020-05-21 rscheffRetain only mutually supported TCP options after simult...
2020-05-21 rscheffHandle ECN handshake in simultaneous open
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-19 markjDefine a module version for accept filter modules.
2020-05-19 tuexenReplace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPR...
2020-05-19 tuexenRevert r361209:
2020-05-19 karelsFix NULL-pointer bug from r361228.
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...
next