| Age | Commit message (Expand) | Author |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-08-22 | correct missing inclusion of opt_ipsec.h | itojun |
| 2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | itojun |
| 2003-06-24 | remove unneeded checks of accept_rtadv. from kame | itojun |
| 2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | itojun |
| 2003-06-24 | use time.tv_sec directly | itojun |
| 2003-06-24 | clear ln_hold earlier. from kame | itojun |
| 2003-05-04 | print how big the mtu needs to be for ipv6 ppp. | christos |
| 2003-02-25 | Make sure to initialize callout structs. | he |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-17 | switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag | itojun |
| 2002-10-09 | suppress too noisy log by default (can be re-enabled by sysctl). sync w/kame | itojun |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-23 | better fix to PR 18163 ("deprecated" flag manipulation). sync w/kame | itojun |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-09-04 | allow "deprecated" bit to be manually set. PR 18163 | itojun |
| 2002-08-19 | check error from copyout | itojun |
| 2002-08-19 | typo in comment | itojun |
| 2002-08-19 | fix copyout() logic. more proper fix to be done on kame tree. | itojun |
| 2002-08-19 | copyout only if oldp is non-null | itojun |
| 2002-08-19 | need explicit copyout(), apparently | itojun |
| 2002-06-09 | whitespace cleanup | itojun |
| 2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | itojun |
| 2002-06-07 | If there has been no NS for the neighbor after entering the | itojun |
| 2002-06-03 | whitespace at EOL | itojun |
| 2002-06-03 | do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} - | itojun |
| 2002-05-30 | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame | itojun |
| 2002-05-29 | missing bzero | itojun |
| 2002-05-29 | receivedra field is gone | itojun |
| 2002-05-29 | attach nd_ifinfo structure into if_afdata. | itojun |
| 2002-03-20 | remove obsolete comment | itojun |
| 2001-12-18 | reduce white space/cosmetic diffs w/kame. | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-17 | do not change neighbor cache state on entry timeout, | itojun |
| 2001-10-17 | unifdef OLDIP6OUTPUT | itojun |
| 2001-10-16 | more whitespace/comment sync with kame | itojun |
| 2001-07-25 | ifidex2ifnet could contain NULL after if_detach(). sync with kame | itojun |
| 2001-07-20 | sync rt_ifp check with IPv4 counterpart (see sys/net/if_ethersubr.c 1.27). | itojun |
| 2001-06-29 | call defrouter_select() only if it is autoconfigured host. | itojun |
| 2001-06-27 | refresh default router list on nd6_detach(), only if we are an | itojun |
| 2001-06-22 | select default router again, when L2 address of the router changes | itojun |
| 2001-05-24 | print more diag message on in6_addmulti() failures. | itojun |
| 2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | itojun |
| 2001-03-21 | in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the state | itojun |
| 2001-03-08 | nd6_storelladdr() was not consistent about m_freem() policy. | itojun |
| 2001-02-23 | garbage-collect stale ND entries (default: 1 day). | itojun |
| 2001-02-23 | remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cache | itojun |
| 2001-02-21 | make validation code more strict for ND6/dest6 variable length headers. | itojun |
| 2001-02-21 | style, to make kame sync easier | itojun |