Age | Commit message (Expand) | Author |
2000-05-05 | cope with interface detach (like pcmcia card removal). remove any | Jun-ichiro itojun Hagino |
2000-04-30 | allow compilation without -Ox. we may want to simplify #ifdefs more, | Jun-ichiro itojun Hagino |
2000-04-27 | use of free(ia) in #if 0. | Jun-ichiro itojun Hagino |
2000-04-27 | correct in6_ifdetach(). free oia, not ia. | Jun-ichiro itojun Hagino |
2000-04-27 | disable NUD for point-to-point devices. KAME PR 245 (temporary workaround) | Jun-ichiro itojun Hagino |
2000-04-27 | avoid infinite loop in in{6,}_pcbnotify (can occurs on family mismatch) | Jun-ichiro itojun Hagino |
2000-04-21 | NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about | Jun-ichiro itojun Hagino |
2000-04-19 | add boundary check for nd_ifinfo[]. (sync with kame) | Jun-ichiro itojun Hagino |
2000-04-17 | revisit in6_ifattach(). (1) make it more persistent about initializaing an | Jun-ichiro itojun Hagino |
2000-04-13 | add comment on sanity check | Jun-ichiro itojun Hagino |
2000-04-13 | bark if sdl_alen == 0. test code for KAME PR 235. | Jun-ichiro itojun Hagino |
2000-04-13 | even if nd6_nud_hint is called, do not change a neighbor's status | Jun-ichiro itojun Hagino |
2000-04-13 | do not return icmp6 error against icmp6 error. | Jun-ichiro itojun Hagino |
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 |