<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet, branch release/4.8.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T18:49:23Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-03T18:49:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-04-03T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c'/>
<id>urn:sha1:0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c</id>
<content type='text'>
'RELENG_4_8_0_RELEASE'.

This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC rev 1.227</title>
<updated>2003-03-07T07:01:28Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-03-07T07:01:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=352e6a7b5c529516cbf02c208e1c372acc06c70c'/>
<id>urn:sha1:352e6a7b5c529516cbf02c208e1c372acc06c70c</id>
<content type='text'>
Submitted by:	maxim
Approved by:	re
</content>
</entry>
<entry>
<title>A correct MFC:</title>
<updated>2003-02-27T04:50:02Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-02-27T04:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f5d09033755745d0257aa877f5bb875b13d42cc1'/>
<id>urn:sha1:f5d09033755745d0257aa877f5bb875b13d42cc1</id>
<content type='text'>
ip_input.c revs 1.225, 1.229
ip_var.h   rev  1.71

Approved by:	re (bmah)
</content>
</entry>
<entry>
<title>Backout:</title>
<updated>2003-02-27T04:12:01Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-02-27T04:12:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=082250b77d7da970203cee0f70a5a6d986222b1d'/>
<id>urn:sha1:082250b77d7da970203cee0f70a5a6d986222b1d</id>
<content type='text'>
ip_input 1.130.2.49
ip_var.h 1.50.2.10

This is not even close to a straight mfc, my mistake.
</content>
</entry>
<entry>
<title>IP frag per packet limits</title>
<updated>2003-02-27T03:55:46Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-02-27T03:55:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a2dfa399db38fe8232ae9a3eb2fd3b0aa2749d2'/>
<id>urn:sha1:3a2dfa399db38fe8232ae9a3eb2fd3b0aa2749d2</id>
<content type='text'>
MFC
ip_input.c rev 1.225
ip_var.h   rev 1.71

Approved by:	re (bmah)
</content>
</entry>
<entry>
<title>MFC rev 1.39</title>
<updated>2003-02-24T04:02:27Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-02-24T04:02:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4984888febaff9fc8ec48cee0faf48b307212eb'/>
<id>urn:sha1:e4984888febaff9fc8ec48cee0faf48b307212eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the security and performance of syncookies:</title>
<updated>2003-02-23T19:04:58Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-02-23T19:04:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32e5aaa513af0a9080fdb30437ca0da7cad31592'/>
<id>urn:sha1:32e5aaa513af0a9080fdb30437ca0da7cad31592</id>
<content type='text'>
Security improvements:
- Increase the size of each syncookie secret from 32 to 128 bits
  in order to make brute force attacks on the secrets much more
  difficult.
- Always return the lowest order dword from the MD5 hash; this
  allows us to expose 2 more bits of the cookie and makes ACK
  floods which seek to guess the cookie value more difficult.

Performance improvements:
- Increase the lifetime of each syncookie from 4 seconds to 16
  seconds.  This increases the usefulness of syncookies during
  an attack.
- From Yahoo!: Reduce the number of calls to MD5Update; this
  results in a ~17% increase in cookie generation time here.

Reviewed by:	hsu, jayanth, jlemon, nectar
</content>
</entry>
<entry>
<title>MFC: IPSEC_FILTERGIF config option</title>
<updated>2003-02-23T17:45:28Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-02-23T17:45:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2e611bbfac2a7ada5e0aa6b0ee715ab2adeb16a9'/>
<id>urn:sha1:2e611bbfac2a7ada5e0aa6b0ee715ab2adeb16a9</id>
<content type='text'>
Add a new config option IPSEC_FILTERGIF to control whether or not
packets coming out of a GIF tunnel are re-processed by ipfw, et. al.
By default they are not reprocessed.  With the option they are.

This reverts 1.214.  Prior to that change packets were not re-processed.
After they were which caused problems because packets do not have
distinguishing characteristics (like a special network if) that allows
them to be filtered specially.

PR:		48159
Reviewed by:	Guido van Rooij &lt;guido@gvr.org&gt;
Approved by:	re (jhb, murray)
</content>
</entry>
<entry>
<title>MFC revs 1.221 -&gt; 1.223</title>
<updated>2003-02-06T05:05:38Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-02-06T05:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cdb96f1cbc3a37ffb7a1c25ac74020e000a532f4'/>
<id>urn:sha1:cdb96f1cbc3a37ffb7a1c25ac74020e000a532f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev 1.35</title>
<updated>2003-02-06T04:42:51Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-02-06T04:42:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2bf74b79cc1adc5291814dc7f71b45919d2d150'/>
<id>urn:sha1:e2bf74b79cc1adc5291814dc7f71b45919d2d150</id>
<content type='text'>
</content>
</entry>
</feed>
