<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netinet/tcp_input.c, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2014-01-08T03:22:42Z</updated>
<entry>
<title>Revert MFC of r258821</title>
<updated>2014-01-08T03:22:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2014-01-08T03:22:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b870694b605722580fa6bbbe8e2956214c6affbe'/>
<id>urn:sha1:b870694b605722580fa6bbbe8e2956214c6affbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r258821 - fix tcp simultaneous close</title>
<updated>2014-01-07T23:04:06Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2014-01-07T23:04:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=efa596224ac42e2d92907594a2fa72161aeb9c16'/>
<id>urn:sha1:efa596224ac42e2d92907594a2fa72161aeb9c16</id>
<content type='text'>
PR:             kern/99188
</content>
</entry>
<entry>
<title>MFC: 1.300 When we receive an out-of-window SYN for an "ESTABLISHED"</title>
<updated>2006-08-21T12:43:24Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2006-08-21T12:43:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=04e78af938e0fc9039008418632d15df3878e9ea'/>
<id>urn:sha1:04e78af938e0fc9039008418632d15df3878e9ea</id>
<content type='text'>
connection, ACK the SYN as required by RFC793.
</content>
</entry>
<entry>
<title>Correct bzip2 denial of service and permission race vulnerabilities.</title>
<updated>2005-06-29T21:43:42Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2005-06-29T21:43:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b8833141ed790bed2f5afa0e92a90c84172f325d'/>
<id>urn:sha1:b8833141ed790bed2f5afa0e92a90c84172f325d</id>
<content type='text'>
Obtained from:	Redhat, Steve Grubb via RedHat
Security:	CAN-2005-0953, CAN-2005-1260
Security:	FreeBSD-SA-05:14.bzip2
Approved by:	obrien

Correct TCP connection stall denial-of-service vulnerabilities.

MFC: rev 1.270 of tcp_input.c, rev 1.25 of tcp_seq.h by ps: When a TCP
packets containing a timestamp is received, inadequate checking of
sequence numbers is performed, allowing an attacker to artificially
increase the internal "recent" timestamp for a connection.

A TCP packets with the SYN flag set is accepted for established
connections, allowing an attacker to overwrite certain TCP options.

Security:	CAN-2005-0356, CAN-2005-2068
Security:	FreeBSD-SA-05:15.tcp

Approved by:	cperciva
</content>
</entry>
<entry>
<title>MFC revs 1.235 and 1.264;</title>
<updated>2005-01-05T08:45:43Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2005-01-05T08:45:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01e59d4dee6c039c714785a6949d444127843145'/>
<id>urn:sha1:01e59d4dee6c039c714785a6949d444127843145</id>
<content type='text'>
Improve the security of RST handling, and add a sysctl which can fall
back to the old method.
</content>
</entry>
<entry>
<title>MFC rev 1.259; accept RSTs when our window is closed.</title>
<updated>2004-12-23T22:07:19Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2004-12-23T22:07:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15c54e979b651ed84b2b98beaa758716351e0691'/>
<id>urn:sha1:15c54e979b651ed84b2b98beaa758716351e0691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2004-03-22T23:59:55Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2004-03-22T23:59:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cadec8d42eac963d957397d3c584ca8c7031bbd7'/>
<id>urn:sha1:cadec8d42eac963d957397d3c584ca8c7031bbd7</id>
<content type='text'>
speedup stream socket recv handling by tracking the tail of the
mbuf chain instead of walking the list for each append.  This has
been pretty well tested at Yahoo!

Obtained from:	netbsd (jason thorpe)
Reviewed by:	silby
</content>
</entry>
<entry>
<title>MFC in part tcp_input.c 1.228, tcp_subr.c 1.182, tcp_var.h 1.98:</title>
<updated>2004-03-02T17:19:18Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-03-02T17:19:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3cda90ae2f76940f0e82e6fca649911dbc5a9d27'/>
<id>urn:sha1:3cda90ae2f76940f0e82e6fca649911dbc5a9d27</id>
<content type='text'>
Limit TCP segment reassembly queue size.

Submitted by:	andre
</content>
</entry>
<entry>
<title>MFC: Import of TCP-MD5 (RFC2385) support.</title>
<updated>2004-02-14T22:24:09Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-02-14T22:24:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3d973742d3c9561265a6c3a361f3acd6e8283a1'/>
<id>urn:sha1:e3d973742d3c9561265a6c3a361f3acd6e8283a1</id>
<content type='text'>
Sponsored by:   sentex.net
</content>
</entry>
<entry>
<title>MFC 1.188: Add the TCP flags to the log message when log_in_vain is 1,</title>
<updated>2003-05-21T04:46:41Z</updated>
<author>
<name>Crist J. Clark</name>
<email>cjc@FreeBSD.org</email>
</author>
<published>2003-05-21T04:46:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=904c35fcc135bdbdd0347ae024c913aae4fbb4f2'/>
<id>urn:sha1:904c35fcc135bdbdd0347ae024c913aae4fbb4f2</id>
<content type='text'>
and not just when set to 2.

PR:		kern/43348
</content>
</entry>
</feed>
