summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.h
AgeCommit message (Expand)Author
2003-06-27split ND6 cache timer management to per-entry. increased accuracy,itojun
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-06-08indent cleanupitojun
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-06-07cope with cases when maxmtu == 0 (this shoulnd't happen!)itojun
2002-06-05be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet)itojun
2002-05-30improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kameitojun
2002-05-29"receivedra" field name is obsolete.itojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2002-05-28use arc4randomitojun
2001-12-18reduce white space/cosmetic diffs w/kame.itojun
2001-10-18reduce diffs with kame (mostly cosmetic).itojun
2001-10-17do not change neighbor cache state on entry timeout,itojun
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-02-23garbage-collect stale ND entries (default: 1 day).itojun
2001-02-23remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cacheitojun
2001-02-08when chasing nd6_llinfo chain, make sure we do not touch danglingitojun
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun
2001-01-17pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun
2000-07-06- do not use bitfield for router renumbering header.itojun
2000-05-19do not mistakingly forward link-local scoped packet (the bug was addeditojun
2000-05-09do not try NUD unless the gateway is a real neighbor.itojun
2000-04-16perform neighbor unreachability detection on p2p links (spec requiresitojun
2000-04-16better sync with latest kame (cosmetic only).itojun
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-26bring in recent KAME changes (only important and stable ones, as usual).itojun
2000-02-04avoid calling in6_control(SIOCDIFADDR_IN6) from interrupt context.itojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-07-31sync with recent KAME.itojun
1999-07-06sync with KAME/NetBSD 1.4, SNAP kit 19990705.itojun
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun