Age | Commit message (Expand) | Author |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-09 | supress too noisy log - can be re-enabled by sysctl. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-23 | better "ifconfig ipv6addr deprecated" flag handling. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-04 | allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163 | Jun-ichiro itojun Hagino |
2002-09-04 | handle error from copyout | Jun-ichiro itojun Hagino |
2002-08-19 | correct copyout logic. better fix to be made in kame tree | Jun-ichiro itojun Hagino |
2002-08-19 | copyout only if oldp is non-null | Jun-ichiro itojun Hagino |
2002-08-19 | need explicit copyout(). | Jun-ichiro itojun Hagino |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino |
2002-06-08 | remove #ifdef __NetBSD__ | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-06-07 | If there has been no NS for the neighbor after entering the | Jun-ichiro itojun Hagino |
2002-06-03 | remove hardcoded assumptions on if_mtu. leave it to sys/net. | Jun-ichiro itojun Hagino |
2002-05-30 | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-29 | bzero before setting | Jun-ichiro itojun Hagino |
2002-05-29 | receivedra field is gone | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-03-20 | remove obsolete comment | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-07 | whitespace/comment sync with kame | Jun-ichiro itojun Hagino |
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino |
2001-06-29 | call defrouter_select() only if i am autoconfigured host | Jun-ichiro itojun Hagino |
2001-06-27 | do not try to update ipv6 default route if i'm not an autoconfigured host, | Jun-ichiro itojun Hagino |
2001-06-22 | re-select default router on linklayer addrss changes. sync with kame. | Jun-ichiro itojun Hagino |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis |
2001-05-29 | Verify that packets that haven't had crypto applied to them don't make | Angelos D. Keromytis |
2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | Jun-ichiro itojun Hagino |
2001-03-21 | in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the state | Jun-ichiro itojun Hagino |
2001-03-08 | make nd6_storelladdr()'s behavior consistent about mbuf freeing on errors. | Jun-ichiro itojun Hagino |
2001-02-23 | garbage-collect stale ND entries (default: 1 day). | Jun-ichiro itojun Hagino |
2001-02-23 | remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cache | Jun-ichiro itojun Hagino |
2001-02-21 | make validation code more strict for ND6/dest6 variable length headers. | Jun-ichiro itojun Hagino |
2001-02-16 | cosmetic sync with kame | Jun-ichiro itojun Hagino |
2001-02-16 | sync whitespace/comment with kame. to help merge tasks | Jun-ichiro itojun Hagino |
2001-02-08 | when chasing nd6_llinfo chain, make sure we do not touch dangling | Jun-ichiro itojun Hagino |
2001-02-08 | use timeout_xx() throughout sys/netinet6. sync with kame. | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2000-10-15 | suppress warning on routing table overflow. sync with kame | Jun-ichiro itojun Hagino |
2000-07-06 | - more icmp6/ip6 stats. | Jun-ichiro itojun Hagino |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-05-19 | never forward packet with link-local address. | Jun-ichiro itojun Hagino |
2000-05-15 | perform NUD on p2p link, only if the destination/gateway is real neighbor. | Jun-ichiro itojun Hagino |
2000-05-15 | use IFAFREE, not ifa_refcnt--. | 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-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 |