The NetBSD Project

src/sys/netinet6/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / netinet6

Current tag: netbsd-1-5-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] icmp6.c  1.33   23 years  itojun   branches: 1.33.2; signedness issue with char, take 2. confirmed with i386 cc -...
[TXT] in6.c  1.32   23 years  itojun   branches: 1.32.4; misuse of free(ia) in #if 0'ed region. From: Lennart Augustss...
[TXT] in6_ifattach.c  1.30   23 years  itojun   branches: 1.30.4; correct in6_ifdetach() (previous code touched dangling pointe...
[TXT] nd6.c  1.30   23 years  itojun   branches: 1.30.4; do not mistakingly forward link-local scoped packet (the bug ...
[TXT] udp6_usrreq.c  1.30   23 years  itojun   branches: 1.30.2; make sure not to overwrite sockaddr on PRU_SEND/PRU_CONNECT t...
[TXT] in6_pcb.c  1.26   23 years  itojun   branches: 1.26.2; make sure not to overwrite sockaddr on PRU_SEND/PRU_CONNECT t...
[TXT] ip6_output.c  1.23   23 years  itojun   branches: 1.23.2; avoid possible mbuf leaks on ipsec policy violation.(sync wit...
[TXT] raw_ip6.c  1.23   23 years  itojun   branches: 1.23.2; disallow bind(2) with IPv4 mapped address for now. port numb...
[TXT] ip6_input.c  1.22   23 years  itojun   branches: 1.22.2; do not use cached route if the route becomes !RTF_UP. make th...
[TXT] nd6_nbr.c  1.22   23 years  itojun   branches: 1.22.4; do not mistakingly forward link-local scoped packet (the bug ...
[TXT] in6_proto.c  1.17   24 years  itojun   branches: 1.17.4; introduce sys/netinet/ip_encap.c, to dispatch inbound packets...
[TXT] nd6_rtr.c  1.17   23 years  itojun   branches: 1.17.2; add sanity check on in6_ifaddr.
[TXT] in6_var.h  1.16   24 years  itojun   perform neighbor unreachability detection on p2p links (spec requires it for bid...
[TXT] in6.h  1.15   23 years  danw   branches: 1.15.2; Use _POSIX_SOURCE-safe type names
[TXT] in6_gif.c  1.14   24 years  itojun   branches: 1.14.4; introduce sys/netinet/ip_encap.c, to dispatch inbound packets...
[TXT] nd6.h  1.14   23 years  itojun   branches: 1.14.4; do not mistakingly forward link-local scoped packet (the bug ...
[TXT] ip6_forward.c  1.12   23 years  itojun   branches: 1.12.2; sync with kame. - use latest source address selection code - ...
[TXT] ip6_mroute.c  1.12   23 years  itojun   branches: 1.12.4; correct MLD API. (binary backward compatibility is kept) comm...
[TXT] ip6_var.h  1.12   24 years  itojun   branches: 1.12.4; cleanup AH/policy processing. - parse IPv6 header by using co...
[TXT] mld6.c  1.12   24 years  itojun   introduce m->m_pkthdr.aux to hold random data which needs to be passed between p...
[TXT] in6_pcb.h  1.11   23 years  itojun   pass struct proc * down to udp6_output and in6_pcbbind.
[TXT] frag6.c  1.10   24 years  itojun   branches: 1.10.4; fix include pathname for better rfc2292 compliance.
[TXT] udp6_var.h  1.9   23 years  itojun   branches: 1.9.4; 1.9.6; pass struct proc * down to udp6_output and in6_pcbbind...
[TXT] pim6_var.h  1.8   23 years  itojun   s/PIMCTL/PIM6CTL/ to avoid future confusion.
[TXT] dest6.c  1.7   24 years  itojun   branches: 1.7.4; fix include pathname for better rfc2292 compliance.
[TXT] in6_cksum.c  1.7   24 years  itojun   fix include pathname for better rfc2292 compliance.
[TXT] ip6_mroute.h  1.7   23 years  itojun   branches: 1.7.4; correct MLD API. (binary backward compatibility is kept) commi...
[TXT] in6_ifattach.h  1.6   24 years  itojun   branches: 1.6.6; 1.6.8; revisit in6_ifattach(). - be persistent on initializin...
[TXT] ip6protosw.h  1.6   24 years  darrenr   Change the use of pfil hooks. There is no longer a single list of all pfil info...
[TXT] route6.c  1.6   24 years  itojun   branches: 1.6.4; fix include pathname for better rfc2292 compliance.
[TXT] Makefile  1.4   23 years  itojun   branches: 1.4.4; 1.4.6; remove include files in nonstandard path (has been #er...
[TXT] in6_gif.h  1.4   24 years  itojun   branches: 1.4.6; 1.4.8; introduce sys/netinet/ip_encap.c, to dispatch inbound ...
[TXT] udp6.h  1.4   24 years  itojun   remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec cod...
[TXT] mld6_var.h  1.3   24 years  thorpej   branches: 1.3.2; RCS ID police.
[TXT] pim6.h  1.3   24 years  thorpej   branches: 1.3.2; RCS ID police.
[TXT] in6_src.c  1.1   23 years  itojun   branches: 1.1.2; 1.1.4; sync with kame. - use latest source address selection ...
[TXT] IMPLEMENTATION (in the Attic) [Hide]  1.14   23 years  itojun   branches: 1.14.4; sync with latest kame tree (tiny update in IPv4 mapped issue)...
[TXT] TODO (in the Attic) [Hide]  1.12   24 years  itojun   branches: 1.12.6; need PRC_IF{UP,CHANGE}.
[TXT] ah.h (in the Attic) [Hide]  1.10   23 years  itojun   branches: 1.10.2; add algorithm name into algorithm table. (commit to crypto-i...
[TXT] ah_core.c (in the Attic) [Hide]  1.19   23 years  itojun   branches: 1.19.2; add algorithm name into algorithm table. (commit to crypto-i...
[TXT] ah_input.c (in the Attic) [Hide]  1.15   23 years  itojun   branches: 1.15.2; sync with more recent kame. cope with malloc failure more gr...
[TXT] ah_output.c (in the Attic) [Hide]  1.9   23 years  itojun   branches: 1.9.2; sync with more recent kame. cope with malloc failure more gra...
[TXT] esp.h (in the Attic) [Hide]  1.8   23 years  itojun   branches: 1.8.2; add algorithm name into algorithm table. (commit to crypto-in...
[TXT] esp_core.c (in the Attic) [Hide]  1.1.1.1   23 years  thorpej   branches: 1.1.1.1.2; 1.1.1.1.4; Import IPsec ESP from netbsd-cryptosrc-intl.
[TXT] esp_input.c (in the Attic) [Hide]  1.1.1.1   23 years  thorpej   branches: 1.1.1.1.2; 1.1.1.1.4; Import IPsec ESP from netbsd-cryptosrc-intl.
[TXT] esp_output.c (in the Attic) [Hide]  1.1.1.1   23 years  thorpej   branches: 1.1.1.1.2; 1.1.1.1.4; Import IPsec ESP from netbsd-cryptosrc-intl.
[TXT] in6_prefix.c (in the Attic) [Hide]  1.12   23 years  itojun   branches: 1.12.2; fix anycast address determination. correct interface address ...
[TXT] in6_prefix.h (in the Attic) [Hide]  1.4   24 years  thorpej   branches: 1.4.6; New callout mechanism with two major improvements over the old...
[TXT] ipcomp.h (in the Attic) [Hide]  1.7   24 years  itojun   branches: 1.7.4; remove extra portability #ifdef (like #ifdef __FreeBSD__) in K...
[TXT] ipcomp_core.c (in the Attic) [Hide]  1.9   24 years  itojun   branches: 1.9.4; bring in latest KAME ipsec tree. - interop issues in ipcomp is...
[TXT] ipcomp_input.c (in the Attic) [Hide]  1.10   24 years  darrenr   branches: 1.10.4; Change the use of pfil hooks. There is no longer a single li...
[TXT] ipcomp_output.c (in the Attic) [Hide]  1.10   23 years  thorpej   branches: 1.10.4; NULL != 0
[TXT] ipsec.c (in the Attic) [Hide]  1.23   23 years  itojun   branches: 1.23.2; remove obsolete sysctl MIB net.inet.ipsec.inbound_call_ike. (...
[TXT] ipsec.h (in the Attic) [Hide]  1.14   23 years  itojun   branches: 1.14.2; remove obsolete sysctl MIB net.inet.ipsec.inbound_call_ike. (...


CVSweb <webmaster@jp.NetBSD.org>