<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet6/ip6_input.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-11-20T19:47:31Z</updated>
<entry>
<title>Remove RTF_PRCLONING from routing table and adjust users of it</title>
<updated>2003-11-20T19:47:31Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2003-11-20T19:47:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26d02ca7babf8bb8d1e2b9c8cb3e18ec0fcd1317'/>
<id>urn:sha1:26d02ca7babf8bb8d1e2b9c8cb3e18ec0fcd1317</id>
<content type='text'>
accordingly.  The define is left intact for ABI compatibility
with userland.

This is a pre-step for the introduction of tcp_hostcache.  The
network stack remains fully useable with this change.

Reviewed by:	sam (mentor), bms
Reviewed by:	-net, -current, core@kame.net (IPv6 parts)
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>o add a flags parameter to netisr_register that is used to specify</title>
<updated>2003-11-08T22:28:40Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-11-08T22:28:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7902224c6bf05f57bba57a72b6d11d4023a84883'/>
<id>urn:sha1:7902224c6bf05f57bba57a72b6d11d4023a84883</id>
<content type='text'>
  whether or not the isr needs to hold Giant when running; Giant-less
  operation is also controlled by the setting of debug_mpsafenet
o mark all netisr's except NETISR_IP as needing Giant
o add a GIANT_REQUIRED assertion to the top of netisr's that need Giant
o pickup Giant (when debug_mpsafenet is 1) inside ip_input before
  calling up with a packet
o change netisr handling so swi_net runs w/o Giant; instead we grab
  Giant before invoking handlers based on whether the handler needs Giant
o change netisr handling so that netisr's that are marked MPSAFE may
  have multiple instances active at a time
o add netisr statistics for packets dropped because the isr is inactive

Supported by:	FreeBSD Foundation
</content>
</entry>
<entry>
<title>initialize in6_tmpaddrtimer_ch.</title>
<updated>2003-10-31T15:57:02Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-31T15:57:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d996f28d89248e6be484d31cd0d3f0c10b0f2a8'/>
<id>urn:sha1:8d996f28d89248e6be484d31cd0d3f0c10b0f2a8</id>
<content type='text'>
Obtained from:	KAME
</content>
</entry>
<entry>
<title>add management part of address selection policy described in</title>
<updated>2003-10-30T15:29:17Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-30T15:29:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fc91b3f1d8e56414be2f37ca10a345c4295d8ad'/>
<id>urn:sha1:7fc91b3f1d8e56414be2f37ca10a345c4295d8ad</id>
<content type='text'>
RFC3484.

Obtained from:	KAME
</content>
</entry>
<entry>
<title>ip6_savecontrol() argument is redundant</title>
<updated>2003-10-29T12:52:28Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-29T12:52:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=11de19f44dbf154887070f9570284b8b9d7c1873'/>
<id>urn:sha1:11de19f44dbf154887070f9570284b8b9d7c1873</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hide m_tag, again.</title>
<updated>2003-10-29T12:49:12Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-29T12:49:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1410779a4f1f2eb25065bca5edfc3d49f2bc1b0d'/>
<id>urn:sha1:1410779a4f1f2eb25065bca5edfc3d49f2bc1b0d</id>
<content type='text'>
Requested by:	sam
</content>
</entry>
<entry>
<title>make sure to accept only IPv6 packet.</title>
<updated>2003-10-28T16:45:29Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-28T16:45:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b266757652a55e80922878545a7798676afd8cce'/>
<id>urn:sha1:b266757652a55e80922878545a7798676afd8cce</id>
<content type='text'>
Obtained from:	KAME
</content>
</entry>
<entry>
<title>cleanup use of m_tag.</title>
<updated>2003-10-28T16:29:26Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-28T16:29:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a5aafce0e41a07fd655d7ba74193dfd655e3cdd'/>
<id>urn:sha1:2a5aafce0e41a07fd655d7ba74193dfd655e3cdd</id>
<content type='text'>
Obtained from:	KAME
</content>
</entry>
<entry>
<title>Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542</title>
<updated>2003-10-24T18:26:30Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-24T18:26:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f95d46333db63ce9df4e8a2ca8c5c09bc0edfe72'/>
<id>urn:sha1:f95d46333db63ce9df4e8a2ca8c5c09bc0edfe72</id>
<content type='text'>
(aka RFC2292bis).  Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.

Obtained from:	KAME
</content>
</entry>
<entry>
<title>- change scope to zone.</title>
<updated>2003-10-21T20:05:32Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-21T20:05:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a4f9608add4cee5c61b6e9bd4bca6643cebafe5'/>
<id>urn:sha1:9a4f9608add4cee5c61b6e9bd4bca6643cebafe5</id>
<content type='text'>
- change node-local to interface-local.
- better error handling of address-to-scope mapping.
- use in6_clearscope().

Obtained from:	KAME
</content>
</entry>
</feed>
