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