<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/netipx/ipx_input.c, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2010-11-16T15:02:53Z</updated>
<entry>
<title>Fix build problem introduced in r215368 MFC when IPX is enabled.</title>
<updated>2010-11-16T15:02:53Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2010-11-16T15:02:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a981a16bd236a7f3b68b225a4b2ce4deddbb726d'/>
<id>urn:sha1:a981a16bd236a7f3b68b225a4b2ce4deddbb726d</id>
<content type='text'>
Submitted by:	des
</content>
</entry>
<entry>
<title>MFC r207554:</title>
<updated>2010-11-16T04:40:03Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2010-11-16T04:40:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=33277cd93ac5d310691576dc71a2aff357cebdb1'/>
<id>urn:sha1:33277cd93ac5d310691576dc71a2aff357cebdb1</id>
<content type='text'>
    Add new tunable 'net.link.ifqmaxlen' to set default send interface
    queue length. The default value for this parameter is 50, which is
    quite low for many of today's uses and the only way to modify this
    parameter right now is to edit if_var.h file. Also add read-only
    sysctl with the same name, so that it's possible to retrieve the
    current value.
</content>
</entry>
<entry>
<title>Use ANSI C function declarations throughout netipx.</title>
<updated>2007-05-11T10:38:34Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-05-11T10:38:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=94ad7d68c755fc6bce5616c1eb5ac8dd1754d4d8'/>
<id>urn:sha1:94ad7d68c755fc6bce5616c1eb5ac8dd1754d4d8</id>
<content type='text'>
Remove 'register' use.
</content>
</entry>
<entry>
<title>Factor out UCB and my copyrights from copyrights of Mike Mitchell;</title>
<updated>2007-01-08T22:14:00Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-01-08T22:14:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=28b2aee58f4fe5310bfdee185f9d118c2fca1ccd'/>
<id>urn:sha1:28b2aee58f4fe5310bfdee185f9d118c2fca1ccd</id>
<content type='text'>
the former use a three-clause BSD license (per UCB authorization
letter), whereas he uses a four-clause BSD license.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Canonicalize copyright order in one more file that contains my</title>
<updated>2006-03-27T01:12:58Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-03-27T01:12:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1322b45c3d65f550645d5ccb7fd021d24d0604e1'/>
<id>urn:sha1:1322b45c3d65f550645d5ccb7fd021d24d0604e1</id>
<content type='text'>
copyright.

MFC after:	1 month
</content>
</entry>
<entry>
<title>Comment that raw output filter code for IPX should run in a netisr so as</title>
<updated>2006-03-24T00:00:23Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-03-24T00:00:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6252bd331d788b0301c3c6a692e2902f088bc8a8'/>
<id>urn:sha1:6252bd331d788b0301c3c6a692e2902f088bc8a8</id>
<content type='text'>
to avoid recursing the socket code, as this input path can run in the
call stack of an output path.

MFC after:	1 month
</content>
</entry>
<entry>
<title>Admit to ourselves that we don't actually implement pr_ctlinput() for</title>
<updated>2006-03-23T19:50:00Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-03-23T19:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7d01b8963119d91ca4fe60d47b660fd341485132'/>
<id>urn:sha1:7d01b8963119d91ca4fe60d47b660fd341485132</id>
<content type='text'>
IPX or SPX, as the code in the implementing functions is essentially
a no-op.  Replace with a comment indicating we don't implement these
currently.
</content>
</entry>
<entry>
<title>Remove dead code associated with 'mcopy' in ipx_forward(): at no point</title>
<updated>2006-01-13T23:47:55Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-01-13T23:47:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bfcff7c78e5645b109d3eabe50a9d94394cc9598'/>
<id>urn:sha1:bfcff7c78e5645b109d3eabe50a9d94394cc9598</id>
<content type='text'>
are the contents of the forwarded mbuf ever copied into mcopy, so there's
no need to have mcopy, conditionally look at mcopy, or conditionally free
it.

Noticed by:	Coverity Prevent analysis tool
MFC after:	3 days
</content>
</entry>
<entry>
<title>Compare (mbuf *) with NULL, not 0.</title>
<updated>2005-04-10T18:05:02Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-04-10T18:05:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e1968df17ff858aa92bb715825d5647aeaeaaa5e'/>
<id>urn:sha1:e1968df17ff858aa92bb715825d5647aeaeaaa5e</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>Mark the IPX netisr as MPSAFE so that inbound IPX traffic is processed</title>
<updated>2005-01-09T07:34:55Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-01-09T07:34:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=66d165347db09db45a3804462081adbb03095fa7'/>
<id>urn:sha1:66d165347db09db45a3804462081adbb03095fa7</id>
<content type='text'>
without Giant, and can be directly dispatched in the ithread when
net.isr.enable is turned on.

MFC after:	4 weeks
</content>
</entry>
</feed>
