<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netinet, branch releng/6.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-12-22T21:01:53Z</updated>
<entry>
<title>Merge in_pcb.c:1.165.2.7 from RELENG_6 to RELENG_6_3:</title>
<updated>2007-12-22T21:01:53Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-12-22T21:01:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36b3e34efe493fe623c790db6375d433ea7a46eb'/>
<id>urn:sha1:36b3e34efe493fe623c790db6375d433ea7a46eb</id>
<content type='text'>
  When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,
  free the MAC label on the inpcb before freeing the inpcb.

  Submitted by:   tanyong &lt;tanyong at ercist dot iscas dot ac dot cn&gt;,
                  zhouzhouyi

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Specify minimum retransmit scale factor in fractions of hz, not ticks.</title>
<updated>2007-12-18T04:13:52Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2007-12-18T04:13:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b2521f3b45bba94a57c9e2da1c9f2561397af96'/>
<id>urn:sha1:6b2521f3b45bba94a57c9e2da1c9f2561397af96</id>
<content type='text'>
Approved by:  re (kensmith)
</content>
</entry>
<entry>
<title>o Update tcp sendcookie stats.  HEAD has a different code and does</title>
<updated>2007-09-28T17:39:45Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2007-09-28T17:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be9ae416eb32019359f2ac3d4bf7fb789d4ed013'/>
<id>urn:sha1:be9ae416eb32019359f2ac3d4bf7fb789d4ed013</id>
<content type='text'>
not have this bug.

Submitted by:	Igor Sysoev
Reviewed by:	silby
</content>
</entry>
<entry>
<title>MFC revs. 1.15, 1.16:</title>
<updated>2007-07-12T20:50:06Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-07-12T20:50:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=67b109e5b831d70413de265e10a855741e8261c5'/>
<id>urn:sha1:67b109e5b831d70413de265e10a855741e8261c5</id>
<content type='text'>
  Add a sysctl for the purge run interval so that it can
  be tuned along with the rest of hostcache parameters.
  The new sysctl name is `net.inet.tcp.hostcache.prune'.

  Replace a constant with an already defined symbolic name for it.
</content>
</entry>
<entry>
<title>Fix a problem introduced in netinet/in.c 1.85.2.7 where</title>
<updated>2007-07-07T00:54:46Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2007-07-07T00:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=02da434280312b9de5cc49af9a44cb897b87ef8a'/>
<id>urn:sha1:02da434280312b9de5cc49af9a44cb897b87ef8a</id>
<content type='text'>
in_ifdetach() calls in_delmulti_ifp().

The code now *really* deletes the elements in in_multihead
for the ifp that's going away (rather than just decrementing
the reference count).  Previously we were left with inm and
ifma structures containing bogus ifnet pointers after
destroying an interface that had more than one IP4 assignment
made to it in it's lifetime.

I've also added a if_delmulti_ent() to make deleting known
ifma structures possible rather than depending on
if_findmulti() to end up finding the same thing.  It
will in fact always find the correct ifma *unless* the
passed sockaddr has a bogus sa_len of zero.

Finally, when adding a multicast address, we no longer
increment the refcount (well, we do, but then we decrement
it again).  The refcount here is in fact bogus so hopefully
readers will see that now.

This code is going directly into -stable as it has been
rewritten in -current and those changes are deemed too
intrusive for -stable consumption right now.

Reviewed by:	bms
</content>
</entry>
<entry>
<title>MFC 1.30: Certain (bad) values of sack blocks can end up corrupting the</title>
<updated>2007-06-12T19:21:54Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-06-12T19:21:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=43f1fa22696d6bae776098b83dc52d8c821f7b49'/>
<id>urn:sha1:43f1fa22696d6bae776098b83dc52d8c821f7b49</id>
<content type='text'>
sack scoreboard.  Make the checks in tcp_sack_doack() more robust to
prevent this.
</content>
</entry>
<entry>
<title>MFC 1.28: Fix for a bug that causes SACK scoreboard corruption when the</title>
<updated>2007-06-12T19:20:13Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-06-12T19:20:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b053350a7f833c90d74d9ff97e045119a7ed41e'/>
<id>urn:sha1:3b053350a7f833c90d74d9ff97e045119a7ed41e</id>
<content type='text'>
limit on holes per connection is reached.
</content>
</entry>
<entry>
<title>MFC 1.315: In the SYN_SENT case, Initialize the snd_wnd before the call to</title>
<updated>2007-06-12T18:53:32Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-06-12T18:53:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87b112e9f1cf2be284f780211db36f88a6afcab2'/>
<id>urn:sha1:87b112e9f1cf2be284f780211db36f88a6afcab2</id>
<content type='text'>
tcp_mss().  The TCP hostcache logic in tcp_mss() depends on the snd_wnd
being initialized.
</content>
</entry>
<entry>
<title>MFC 1.209: Don't verify UDP IPv4 checksum in-place.</title>
<updated>2007-06-10T07:29:08Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2007-06-10T07:29:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2005fb913b97584ba54ef75f2eb6071dcf049a38'/>
<id>urn:sha1:2005fb913b97584ba54ef75f2eb6071dcf049a38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2007-06-07T09:50:53Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2007-06-07T09:50:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=09b4ed255bd1ab5bc1d0d475805c0d8a3c68c644'/>
<id>urn:sha1:09b4ed255bd1ab5bc1d0d475805c0d8a3c68c644</id>
<content type='text'>
  1.200 sbin/ipfw/ipfw.8, 1.104 sbin/ipfw/ipfw2.c
  1.110 sys/netinet/ip_fw.h, 1.164 sys/netinet/ip_fw2.c

  Add support for filtering on Routing Header Type 0 and
  Mobile IPv6 Routing Header Type 2 in addition to filter
  on the non-differentiated presence of any Routing Header.
</content>
</entry>
</feed>
