<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet, branch release/6.0.0_cvs</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 tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge in.c:1.89,1.90 from HEAD to RELENG_6_0:</title>
<updated>2005-10-16T17:12:18+00:00</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-10-16T17:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3d0f46b8df60075f0598a687aceae62c6ab94854'/>
<id>3d0f46b8df60075f0598a687aceae62c6ab94854</id>
<content type='text'>
  Acquire Giant conditionally in in_addmulti() and in_delmulti() based on
  whether the interface being accessed is IFF_NEEDSGIANT or not.  This
  avoids lock order reversals when calling into the interface ioctl
  handler, which could potentially lead to deadlock.

  The long term solution is to eliminate non-MPSAFE network drivers.

  Discussed with: jhb

  Unlock Giant symmetrically with respect to lock acquire order as that's
  generally nicer.

  Spotted by:     johan

Approved by:    re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Acquire Giant conditionally in in_addmulti() and in_delmulti() based on
  whether the interface being accessed is IFF_NEEDSGIANT or not.  This
  avoids lock order reversals when calling into the interface ioctl
  handler, which could potentially lead to deadlock.

  The long term solution is to eliminate non-MPSAFE network drivers.

  Discussed with: jhb

  Unlock Giant symmetrically with respect to lock acquire order as that's
  generally nicer.

  Spotted by:     johan

Approved by:    re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev. 1.234: teach sysctl_drop() how to deal with the sockets</title>
<updated>2005-10-09T08:21:34+00:00</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2005-10-09T08:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4b011b7ce6845de000ab5d3c5f2c8f17ced2ee8'/>
<id>a4b011b7ce6845de000ab5d3c5f2c8f17ced2ee8</id>
<content type='text'>
in TIME_WAIT state.

Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in TIME_WAIT state.

Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: move RFC3542 related definitions into ip6.h.</title>
<updated>2005-10-09T05:50:43+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-10-09T05:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=808d0f11aae709baf53320dd5025c6fa41e2fcdd'/>
<id>808d0f11aae709baf53320dd5025c6fa41e2fcdd</id>
<content type='text'>
	sys/contrib/pf/net/pf_norm.c:	1.12
	sys/netinet/ip6.h:		1.15

Approved by:    re (scottl)
Committed at:   CBUG Meeting meets XCAST6 Festival
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	sys/contrib/pf/net/pf_norm.c:	1.12
	sys/netinet/ip6.h:		1.15

Approved by:    re (scottl)
Committed at:   CBUG Meeting meets XCAST6 Festival
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.18: add missing RFC3542 definition.</title>
<updated>2005-10-09T05:34:33+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-10-09T05:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4fd1122556b27d715a61f96e2d5727ac30b7e650'/>
<id>4fd1122556b27d715a61f96e2d5727ac30b7e650</id>
<content type='text'>
Approved by:    re (scottl)
Committed at:   CBUG Meeting meets XCAST6 Festival
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:    re (scottl)
Committed at:   CBUG Meeting meets XCAST6 Festival
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: update comments:</title>
<updated>2005-10-09T05:21:18+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-10-09T05:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=328e6e5229d137c80a2095a4cab7df8b48a09f54'/>
<id>328e6e5229d137c80a2095a4cab7df8b48a09f54</id>
<content type='text'>
    - RFC2292bis -&gt; RFC3542
    - typo fixes

	sys/netinet/icmp6.h		1.17
	sys/netinet/ip6.h:		1.14
	sys/netinet6/in6.h:		1.37
	sys/netinet6/ip6_input.c:	1.82
	sys/netinet6/ip6_mroute.h:	1.7
	sys/netinet6/ip6_output.c:	1.91

Approved by:    re (scottl)
Committed at:   CBUG Meeting meets XCAST6 Festival
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - RFC2292bis -&gt; RFC3542
    - typo fixes

	sys/netinet/icmp6.h		1.17
	sys/netinet/ip6.h:		1.14
	sys/netinet6/in6.h:		1.37
	sys/netinet6/ip6_input.c:	1.82
	sys/netinet6/ip6_mroute.h:	1.7
	sys/netinet6/ip6_output.c:	1.91

Approved by:    re (scottl)
Committed at:   CBUG Meeting meets XCAST6 Festival
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (by andre)</title>
<updated>2005-10-09T04:24:45+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-10-09T04:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5278b7359edf032aba275ec0496f64e7496bc36c'/>
<id>5278b7359edf032aba275ec0496f64e7496bc36c</id>
<content type='text'>
| Use the correct mbuf type for MGET().
|
| Revision  Changes    Path
| 1.304     +1 -1      src/sys/netinet/ip_input.c
| 1.246     +1 -1      src/sys/netinet/ip_output.c
| 1.232     +1 -1      src/sys/netinet/tcp_subr.c
| 1.97      +1 -1      src/sys/netinet6/ip6_output.c

Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
| Use the correct mbuf type for MGET().
|
| Revision  Changes    Path
| 1.304     +1 -1      src/sys/netinet/ip_input.c
| 1.246     +1 -1      src/sys/netinet/ip_output.c
| 1.232     +1 -1      src/sys/netinet/tcp_subr.c
| 1.97      +1 -1      src/sys/netinet6/ip6_output.c

Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (by ps):</title>
<updated>2005-10-09T03:22:51+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-10-09T03:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4a7499a6ecb8d7d02f824f10cf3c3e5d7cb1267b'/>
<id>4a7499a6ecb8d7d02f824f10cf3c3e5d7cb1267b</id>
<content type='text'>
| Fix up the comment for MAX_SACK_BLKS.
|
| Submitted by:   Noritoshi Demizu
|
| Revision  Changes    Path
| 1.32      +1 -1      src/sys/netinet/tcp.h

Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
| Fix up the comment for MAX_SACK_BLKS.
|
| Submitted by:   Noritoshi Demizu
|
| Revision  Changes    Path
| 1.32      +1 -1      src/sys/netinet/tcp.h

Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (by andre)</title>
<updated>2005-10-09T03:17:41+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-10-09T03:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d82f1efe6444827b6a5424f770d0ede77d78067a'/>
<id>d82f1efe6444827b6a5424f770d0ede77d78067a</id>
<content type='text'>
| Remove unnecessary IPSEC includes.
|
| MFC after:      2 weeks
| Sponsored by:   TCP/IP Optimization Fundraise 2005
|
| Revision  Changes    Path
| 1.27      +0 -11     src/sys/netinet/tcp_sack.c
| 1.126     +0 -5      src/sys/netinet/tcp_usrreq.c

Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
| Remove unnecessary IPSEC includes.
|
| MFC after:      2 weeks
| Sponsored by:   TCP/IP Optimization Fundraise 2005
|
| Revision  Changes    Path
| 1.27      +0 -11     src/sys/netinet/tcp_sack.c
| 1.126     +0 -5      src/sys/netinet/tcp_usrreq.c

Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r1.144</title>
<updated>2005-10-07T01:51:29+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2005-10-07T01:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7b20d5db3921d27dd68633df895f8aa3fd2359cb'/>
<id>7b20d5db3921d27dd68633df895f8aa3fd2359cb</id>
<content type='text'>
 When bridging is enabled and an ARP request is recieved on a member interface,
 the arp code will search all local interfaces for a match. This triggers a
 kernel log if the bridge has been assigned an address.

 arp: ac:de:48:18:83:3d is using my IP address 192.168.0.142!

 bridge0: flags=8041&lt;UP,RUNNING,MULTICAST&gt; mtu 1500
         inet 192.168.0.142 netmask 0xffffff00
         ether ac:de:48:18:83:3d

 Silence this warning for 6.0 to stop unnecessary bug reports, the code will need
 to be reworked.

Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 When bridging is enabled and an ARP request is recieved on a member interface,
 the arp code will search all local interfaces for a match. This triggers a
 kernel log if the bridge has been assigned an address.

 arp: ac:de:48:18:83:3d is using my IP address 192.168.0.142!

 bridge0: flags=8041&lt;UP,RUNNING,MULTICAST&gt; mtu 1500
         inet 192.168.0.142 netmask 0xffffff00
         ether ac:de:48:18:83:3d

 Silence this warning for 6.0 to stop unnecessary bug reports, the code will need
 to be reworked.

Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
</feed>
