<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Revised MLD-related definitions</title>
<updated>2002-06-29T18:31:11+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2002-06-29T18:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=017eafc92fbb96ffdd42aab6a30d7fa8725c157b'/>
<id>017eafc92fbb96ffdd42aab6a30d7fa8725c157b</id>
<content type='text'>
- Used mld_xxx and MLD_xxx instead of mld6_xxx and MLD6_xxx according
  to the official defintions in rfc2292bis
  (macro definitions for backward compatibility were provided)
- Changed the first member of mld_hdr{} from mld_hdr to mld_icmp6_hdr
  to avoid name space conflict in C++

	sys/netinet/icmp6.h:	1.8
	sys/netinet6/icmp6.c:	1.18
	sys/netinet6/mld6.c:	1.8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Used mld_xxx and MLD_xxx instead of mld6_xxx and MLD6_xxx according
  to the official defintions in rfc2292bis
  (macro definitions for backward compatibility were provided)
- Changed the first member of mld_hdr{} from mld_hdr to mld_icmp6_hdr
  to avoid name space conflict in C++

	sys/netinet/icmp6.h:	1.8
	sys/netinet6/icmp6.c:	1.18
	sys/netinet6/mld6.c:	1.8
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r1.23; delay referencing next entry in timer chain.</title>
<updated>2002-06-28T19:31:58+00:00</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2002-06-28T19:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef4b265017e15adcd2d2853aa3a50b12ddce5be1'/>
<id>ef4b265017e15adcd2d2853aa3a50b12ddce5be1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC netinet/if_ether.c:1.93-1.94,</title>
<updated>2002-06-18T00:15:31+00:00</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2002-06-18T00:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2939190e5543692f066a08757f83e1df183e5ee7'/>
<id>2939190e5543692f066a08757f83e1df183e5ee7</id>
<content type='text'>
    net/if_iso88025subr.c:1.21,
    net/iso88025.h:1.6-1.8:
	Move ISO88025 source routing information into sockaddr_dl's
	sdl_data field.  This returns the sdl_data field to a
	variable-length field.  More importantly, this prevents a
	easily-reproduceable data-corruption bug when the interface name
	plus the hardware address exceed the sdl_data field's original 12
	byte limit.  However, token-ring interfaces may still overflow the
	new sdl_data field's 46 byte limit if the interface name exceeds 6
	characters (since 6 characters for interface name plus 6 for hardware
	address plus 34 for source routing = the size of sdl_data).

Sponsored by:	NTT Multimedia Communications Labs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    net/if_iso88025subr.c:1.21,
    net/iso88025.h:1.6-1.8:
	Move ISO88025 source routing information into sockaddr_dl's
	sdl_data field.  This returns the sdl_data field to a
	variable-length field.  More importantly, this prevents a
	easily-reproduceable data-corruption bug when the interface name
	plus the hardware address exceed the sdl_data field's original 12
	byte limit.  However, token-ring interfaces may still overflow the
	new sdl_data field's 46 byte limit if the interface name exceeds 6
	characters (since 6 characters for interface name plus 6 for hardware
	address plus 34 for source routing = the size of sdl_data).

Sponsored by:	NTT Multimedia Communications Labs
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: rev 1.51.2.13 (reduce windows size to 57k).</title>
<updated>2002-06-07T20:54:02+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-07T20:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bc3f1177e9363de64ad16c641da239591c1f9bd2'/>
<id>bc3f1177e9363de64ad16c641da239591c1f9bd2</id>
<content type='text'>
Requested by:	murray
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by:	murray
</pre>
</div>
</content>
</entry>
<entry>
<title>IPfiler has problems with its keep state when the windows size is 64k.</title>
<updated>2002-06-07T20:23:44+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-07T20:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=611551cd44768fe1ad43d5af53b9c576e730d6ea'/>
<id>611551cd44768fe1ad43d5af53b9c576e730d6ea</id>
<content type='text'>
So reduce it to 57k for now.  It should remain 64k in -CURRENT so we can
force a fix in broken software.  There is nice explanation in the PR about
the environment in which the bug happens.

Approved by:	murray
PR:		34801
Submitted by:	AMAKAWA Shuhei &lt;sa264@cam.ac.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So reduce it to 57k for now.  It should remain 64k in -CURRENT so we can
force a fix in broken software.  There is nice explanation in the PR about
the environment in which the bug happens.

Approved by:	murray
PR:		34801
Submitted by:	AMAKAWA Shuhei &lt;sa264@cam.ac.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: net.inet.icmp.icmplim_output</title>
<updated>2002-05-06T07:29:18+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-05-06T07:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d5b38da9062ce346f3076d35760a0fedcd1a7e62'/>
<id>d5b38da9062ce346f3076d35760a0fedcd1a7e62</id>
<content type='text'>
Approved by:	dan, murray
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	dan, murray
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert MFC of ephemeral port changes.  More work will have to be done</title>
<updated>2002-05-02T02:36:50+00:00</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2002-05-02T02:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fdadf62c8d53ab1469d004d5d0ad4b8b4b937976'/>
<id>fdadf62c8d53ab1469d004d5d0ad4b8b4b937976</id>
<content type='text'>
before this MFC is agreeable to all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
before this MFC is agreeable to all.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Enlighten those who read the FINE POINTS of the documentation a</title>
<updated>2002-05-01T21:30:05+00:00</updated>
<author>
<name>Crist J. Clark</name>
<email>cjc@FreeBSD.org</email>
</author>
<published>2002-05-01T21:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f7bc9b4f7b0cdfb5e293007580ac1fb5e8ff7b8c'/>
<id>f7bc9b4f7b0cdfb5e293007580ac1fb5e8ff7b8c</id>
<content type='text'>
bit more on how ipfw(8) deals with tiny fragments. While we're at it,
add a quick log message to even let people know we dropped a
packet. (Note that the second FINE POINT is somewhat redundant given
the first, but since the code is there, leave the docs for it.)

  src/sbin/ipfw/ipfw.8:		1.102
  src/sys/netinet/ip_fw.c:	1.184
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bit more on how ipfw(8) deals with tiny fragments. While we're at it,
add a quick log message to even let people know we dropped a
packet. (Note that the second FINE POINT is somewhat redundant given
the first, but since the code is there, leave the docs for it.)

  src/sbin/ipfw/ipfw.8:		1.102
  src/sys/netinet/ip_fw.c:	1.184
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 1.9 (fix bad string handling)</title>
<updated>2002-05-01T08:34:37+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-01T08:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=10b9fc12ab22192440e43c3e1cd7a0a91f963f12'/>
<id>10b9fc12ab22192440e43c3e1cd7a0a91f963f12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
