Age | Commit message (Expand) | Author |
2001-02-06 | bad semicolon after "if" conditional. | Jun-ichiro itojun Hagino |
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff |
2001-02-02 | avoid panic when packet to nonexistent link-local address is issued. | Jun-ichiro itojun Hagino |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2001-01-18 | do not remove default route by mistake, on interface removal. | Jun-ichiro itojun Hagino |
2001-01-18 | workaround; be sure to initialize nd6 interface information when IPv6 | Jun-ichiro itojun Hagino |
2001-01-18 | wrap too noisy warnings into #ifdef ND6_DEBUG | Jun-ichiro itojun Hagino |
2001-01-16 | s/ND6DEBUG/ND6_DEBUG/ to synchronize with other places | Jun-ichiro itojun Hagino |
2001-01-08 | wrap "icmp6 checksum error" message into #ifdef ND6DEBUG. NetBSD PR 11911. | Jun-ichiro itojun Hagino |
2001-01-06 | prohibited binding to an anycast, notready, or detached IPv6 address. | Jun-ichiro itojun Hagino |
2000-12-31 | Fix non-NBRIDGE case | Angelos D. Keromytis |
2000-12-30 | AF_LINK case | Angelos D. Keromytis |
2000-12-30 | Send AF_LINK to etherip_output() | Angelos D. Keromytis |
2000-12-29 | add missing null pointer check. from IIJ SEIL team. sync with kame | Jun-ichiro itojun Hagino |
2000-12-21 | correct ipv6 path mtu discovery. | Jun-ichiro itojun Hagino |
2000-12-11 | no need to rtalloc1() twice in pmtud. from kame | Jun-ichiro itojun Hagino |
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino |
2000-12-01 | is no longer used | Jun-ichiro itojun Hagino |
2000-11-11 | improve spec conformance of node information query (07). | Jun-ichiro itojun Hagino |
2000-11-11 | do not panic on "ifconfig lo0 inet6 fe80::1 -alias". KAME PR 295. | Jun-ichiro itojun Hagino |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-10-25 | silence the "no multicast" warning for IFT_ENC, too | Jason Wright |
2000-10-19 | kame 1.31 -> 1.32 | Jun-ichiro itojun Hagino |
2000-10-18 | don't try to configure IPv6 on bridge*. comment from deraadt | Jun-ichiro itojun Hagino |
2000-10-17 | use __P() in prototype for non-ansi compilers. | Jun-ichiro itojun Hagino |
2000-10-15 | suppress warning on routing table overflow. sync with kame | Jun-ichiro itojun Hagino |
2000-10-11 | nuke inp_flags bits for controlling IPv4 mapped address. | Jun-ichiro itojun Hagino |
2000-10-10 | little bit of sync with kame ($KAME, s/u_char/u_int8_t/) | Jun-ichiro itojun Hagino |
2000-10-10 | bring in icmp rate limitation code. | Jun-ichiro itojun Hagino |
2000-10-10 | do not call tcp_init twice on dualstack machine | Jun-ichiro itojun Hagino |
2000-10-06 | remove now-obsolete SIOCSIFPHY* handling in in{6,}_control. | Jun-ichiro itojun Hagino |
2000-10-02 | fix missing \n. from doug@freebsd (sync with kame) | Jun-ichiro itojun Hagino |
2000-10-02 | fix typo in routing header address validation. from francis dupont | Jun-ichiro itojun Hagino |
2000-09-19 | Added files, and IPv6-IPsec update. | Angelos D. Keromytis |
2000-09-16 | repair IPv6 multicasting. INP_IPV6_MCAST is necessary. | Jun-ichiro itojun Hagino |
2000-09-16 | kame sys/netinet6/icmp6.c 1.140 -> 1.144. | Jun-ichiro itojun Hagino |
2000-09-09 | add attribute(packed) for alignment constraint on a union. | Jun-ichiro itojun Hagino |
2000-08-31 | add missing \n to log(). sync with kame. | Jun-ichiro itojun Hagino |
2000-08-29 | do not forward packets with unspecified source (::). | Jun-ichiro itojun Hagino |
2000-08-27 | move IPv6 IPsec sysctl # downward, to avoid number conflict in *BSD. | Jun-ichiro itojun Hagino |
2000-08-19 | - upgrade icmp6 node information query support to 06 draft. | Jun-ichiro itojun Hagino |
2000-08-03 | typo in #define. ICMP6_NI_SUCESS -> SUCCESS. | Jun-ichiro itojun Hagino |
2000-07-27 | do not forward packet with :: in the source. | Jun-ichiro itojun Hagino |
2000-07-27 | raw6/udp6 sockets are okay with :: in src. | Jun-ichiro itojun Hagino |
2000-07-27 | be proactive about unspecified IPv6 source address. pcb layer uses | Jun-ichiro itojun Hagino |
2000-07-16 | don't pull sys/queue.h in. sync better with kame. | Jun-ichiro itojun Hagino |
2000-07-13 | on openbsd, static symbols are not visible from the userland. | Jun-ichiro itojun Hagino |
2000-07-13 | enable setsockopt related to IPv6 multicast routing. | Jun-ichiro itojun Hagino |
2000-07-12 | remove m_pulldown statistics, which is highly experimental | Jun-ichiro itojun Hagino |
2000-07-12 | correct rtentry reference count in in6_ifloop_request(). | Jun-ichiro itojun Hagino |