<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netinet/tcp_hostcache.c, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>/* -&gt; /*- for license, minor formatting changes</title>
<updated>2005-01-07T01:45:51Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-07T01:45:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c398230b64aea809cb7c5cea8db580af7097920c'/>
<id>urn:sha1:c398230b64aea809cb7c5cea8db580af7097920c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor grammer fix in comment.</title>
<updated>2004-12-05T22:20:59Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-12-05T22:20:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fbed4af22f3a0c3ac1abf57c0ca345015b7f619'/>
<id>urn:sha1:6fbed4af22f3a0c3ac1abf57c0ca345015b7f619</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove RFC1644 T/TCP support from the TCP side of the network stack.</title>
<updated>2004-11-02T22:22:22Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2004-11-02T22:22:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c94c54e4df9ae401d299ca3b08f00acade2fccc8'/>
<id>urn:sha1:c94c54e4df9ae401d299ca3b08f00acade2fccc8</id>
<content type='text'>
A complete rationale and discussion is given in this message
and the resulting discussion:

 http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706

Note that this commit removes only the functional part of T/TCP
from the tcp_* related functions in the kernel.  Other features
introduced with RFC1644 are left intact (socket layer changes,
sendmsg(2) on connection oriented protocols)  and are meant to
be reused by a simpler and less intrusive reimplemention of the
previous T/TCP functionality.

Discussed on:	-arch
</content>
</entry>
<entry>
<title>White space cleanup for netinet before branch:</title>
<updated>2004-08-16T18:32:07Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-08-16T18:32:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4f757cd5dc1421d90d72a34853247e0c2c18cce'/>
<id>urn:sha1:a4f757cd5dc1421d90d72a34853247e0c2c18cce</id>
<content type='text'>
- Trailing tab/space cleanup
- Remove spurious spaces between or before tabs

This change avoids touching files that Andre likely has in his working
set for PFIL hooks changes for IPFW/DUMMYNET.

Approved by:	re (scottl)
Submitted by:	Xin LI &lt;delphij@frontfree.net&gt;
</content>
</entry>
<entry>
<title>Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and</title>
<updated>2004-08-11T17:08:31Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2004-08-11T17:08:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4efb805c0c38b380ebe380547c541be91083d8dc'/>
<id>urn:sha1:4efb805c0c38b380ebe380547c541be91083d8dc</id>
<content type='text'>
TCP code.  This flag would have prevented giving back excessive free slabs
to the global pool after a transient peak usage.
</content>
</entry>
<entry>
<title>Correct the displayed bandwidth calculation for a readout via sysctl.  The</title>
<updated>2004-08-11T10:12:16Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2004-08-11T10:12:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f6e6e9b4c07922fa23cdc41b7cc288a99a96ef9'/>
<id>urn:sha1:2f6e6e9b4c07922fa23cdc41b7cc288a99a96ef9</id>
<content type='text'>
saved value does not have to be scaled with HZ; it is already in bytes per
second.  Only the multiply by eight remains to show bits per second (bps).
</content>
</entry>
<entry>
<title>Fix a potential race when purging expired hostcache entries.</title>
<updated>2004-04-23T13:54:28Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2004-04-23T13:54:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b62dccc7e5ef1dd90c0fceb6219f81b153abd173'/>
<id>urn:sha1:b62dccc7e5ef1dd90c0fceb6219f81b153abd173</id>
<content type='text'>
Spotted by:	luigi
</content>
</entry>
<entry>
<title>Swap destination and source arguments of two bcopy() calls.</title>
<updated>2003-12-02T21:25:12Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2003-12-02T21:25:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f5bd8e9affdb04ec6ac7260b2a233f9e3e7b0557'/>
<id>urn:sha1:f5bd8e9affdb04ec6ac7260b2a233f9e3e7b0557</id>
<content type='text'>
Before committing the initial tcp_hostcache I changed them from memcpy()
to conform with FreeBSD style without realizing the difference in argument
definition.

This fixes hostcache operation for IPv6 (in general and explicitly IPv6
path mtu discovery) and T/TCP (RFC1644).

Submitted by:	Taku YAMAMOTO &lt;taku@cent.saitama-u.ac.jp&gt;
Approved by:	re (rwatson)
</content>
</entry>
<entry>
<title>Fix an optimization where I made an ifdef'd out section to broad.</title>
<updated>2003-11-28T16:33:03Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2003-11-28T16:33:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd6c4060c8801b7b1c1e74ffbc7aedc37c603fe8'/>
<id>urn:sha1:cd6c4060c8801b7b1c1e74ffbc7aedc37c603fe8</id>
<content type='text'>
When the hostcache bucket limit is reached the last bucket wasn't
removed from the bucket row but inserted a few lines later at the
bucket row head again.  This leads to infinite loop when the same
bucket row is accessed the next time for a lookup/insert or purge
action.

Tested by:	imp, Matt Smith
Approved by:	re (rwatson)
</content>
</entry>
</feed>
