Age | Commit message (Expand) | Author |
2000-03-22 | correct references. | Jun-ichiro itojun Hagino |
2000-03-22 | aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly. | Jun-ichiro itojun Hagino |
2000-03-22 | comment out ifconfig undo code. they are necessary to avoid memory | Jun-ichiro itojun Hagino |
2000-03-12 | undo interface address addition if in6_ifinit fails. | Jun-ichiro itojun Hagino |
2000-03-02 | do not add ifa_dstaddr for non-pointopoint interface. IPv6 has no | Jun-ichiro itojun Hagino |
2000-02-28 | - check raw socket icmp6 filter only if the packet is icmp6. | Jun-ichiro itojun Hagino |
2000-02-28 | fix ICMPv6 redirect input. the bug can result in invalid ND entry. | Jun-ichiro itojun Hagino |
2000-02-28 | upgrade node information query protocol support from 04 draft to | Jun-ichiro itojun Hagino |
2000-02-28 | add proxy NDP part. | Jun-ichiro itojun Hagino |
2000-02-28 | bring in recent KAME changes (only important and stable ones, as usual). | Jun-ichiro itojun Hagino |
2000-02-25 | import latest version from kame. | Jun-ichiro itojun Hagino |
2000-02-25 | sync with reality | Jun-ichiro itojun Hagino |
2000-02-19 | use more modern types | Theo de Raadt |
2000-02-14 | sync with reality. | Jun-ichiro itojun Hagino |
2000-02-09 | bring in the latest document to sync with reality. | Jun-ichiro itojun Hagino |
2000-02-09 | improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should not | Jun-ichiro itojun Hagino |
2000-02-09 | properly refcnt ifaddrs. | Jun-ichiro itojun Hagino |
2000-02-07 | s/DIAGNOSTIC/DEBUG/ | Jun-ichiro itojun Hagino |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino |
2000-02-07 | remove prefix information in the kernel when all matching in6_ifaddr are gone. | Jun-ichiro itojun Hagino |
2000-02-07 | fix ifa refcnt'ing. | Jun-ichiro itojun Hagino |
2000-02-07 | use log(), not printf(), for DAD messages. | Jun-ichiro itojun Hagino |
2000-02-07 | for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h. | Jun-ichiro itojun Hagino |
2000-02-04 | more coverage of in6_ifdetach()'s cleanup process. | Jun-ichiro itojun Hagino |
2000-02-04 | make IPv6 reass work on alpha. NetBSD PR 9340. | Jun-ichiro itojun Hagino |
2000-02-02 | make sure to nuke kludge entries, regardless from refcnt. | Jun-ichiro itojun Hagino |
2000-02-02 | - improve in6_ifdetach to remove (1) multicast kludge list (2) route to | Jun-ichiro itojun Hagino |
2000-02-02 | remove never-visited code (#ifdef MAPPED_ADDR_ENABLED) | Jun-ichiro itojun Hagino |
2000-01-23 | ip4_input -> ip4_input6, and fix typo in comment | Angelos D. Keromytis |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-19 | another possible workaround for NetBSD PR 9189. | Jun-ichiro itojun Hagino |
2000-01-18 | oops, it was not necessary. | Jun-ichiro itojun Hagino |
2000-01-18 | possible workaround to NetBSD PR 9189 (panic on sparc). not sure if it's right. | Jun-ichiro itojun Hagino |
2000-01-13 | We do need netinet/ip_ip4.h after all... | Angelos D. Keromytis |
2000-01-13 | Align. | Angelos D. Keromytis |
2000-01-13 | Introduce ip4_input6() with the correct prototype... | Angelos D. Keromytis |
2000-01-13 | Add include file fixing non-gif inet6 kernels. | Angelos D. Keromytis |
2000-01-12 | Use netinet/ip_ip4.c routines. | Angelos D. Keromytis |
2000-01-08 | remove never-visited function icmp6_ctloutput(). | Jun-ichiro itojun Hagino |
2000-01-08 | Missing rndvar.h | Angelos D. Keromytis |
2000-01-08 | pull in arc4random() prototype | Theo de Raadt |
2000-01-08 | use arc4random() instead of random for two reasons. | Theo de Raadt |
2000-01-06 | add missing net.inet6.ip6.rr_prune case. | Jun-ichiro itojun Hagino |
2000-01-05 | clarify rip6_ctloutput(). | Jun-ichiro itojun Hagino |
2000-01-03 | Remove ifdef'd out macros. | Angelos D. Keromytis |
2000-01-02 | Replace references to ipsec6_sysctl (code is not yet compiled in) | Angelos D. Keromytis |
2000-01-02 | implement net.inet6.icmp6.nodeinfo sysctl, which disables | Jun-ichiro itojun Hagino |
1999-12-30 | initialize lo0 automatically. kame ipv6 code assumes that there's ::1, | Jun-ichiro itojun Hagino |
1999-12-21 | be paranoid about malicious use of v4 mapped addr on v6 packet. | Jun-ichiro itojun Hagino |
1999-12-21 | wording changes (on openbsd ipsec6) | Jun-ichiro itojun Hagino |