summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_nbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove #if 0'ed code (which was experimental and should never be used)itojun2005-02-101-26/+1
* Rewriting the lladdr can now be done without using mbuf tags.mpf2005-01-181-9/+1
* Check that if_type != IFT_CARP before using ifp->if_carp.mcbride2004-12-211-3/+3
* treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel okhenning2004-10-281-1/+2
* Add IPv6 support to CARP.mcbride2003-10-311-4/+24
* split ND6 cache timer management to per-entry. increased accuracy,itojun2003-06-271-12/+14
* remove unneeded checks of accept_rtadv. from kameitojun2003-06-241-2/+2
* use time.tv_sec directly, rather than having time_second (freebsd NIH).itojun2003-06-241-7/+6
* remove break after returnitojun2003-05-221-2/+1
* make PULLDOWN_TEST codepath the default (has been default for a long time).itojun2003-05-141-11/+1
* whitespace cleanupitojun2002-06-091-6/+6
* splnet -> splsoftnet where appropriateitojun2002-06-081-3/+3
* KNFitojun2002-06-081-4/+4
* sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun2002-06-081-123/+173
* attach nd_ifinfo structure to if_afdata.itojun2002-05-291-5/+5
* remove #define for kame portabilityitojun2002-05-281-5/+3
* s/0/NULL/ for pointer assignment. sync w/kameitojun2002-03-151-2/+2
* First round of __P removal in sysmillert2002-03-141-9/+9
* whitespace/comment sync with kameitojun2001-12-071-8/+8
* unifdef OLDIP6OUTPUTitojun2001-11-301-5/+1
* No need for net/net_osdep.hangelos2001-06-091-19/+17
* garbage-collect stale ND entries (default: 1 day).itojun2001-02-231-5/+11
* oops, remove #ifdef __fooBSD__.itojun2001-02-161-5/+1
* make sure to clear ln_byhint when neighbor state goes to REACHABLE.itojun2001-02-161-1/+3
* use timeout_xx() throughout sys/netinet6. sync with kame.itojun2001-02-081-21/+9
* by default, don't bark on inbound ND messages, as outsider may be able toitojun2001-02-071-68/+144
* wrap too noisy warnings into #ifdef ND6_DEBUGitojun2001-01-181-1/+5
* never forward packet with link-local address.itojun2000-05-191-6/+10
* bring in recent KAME changes (only important and stable ones, as usual).itojun2000-02-281-49/+102
* use log(), not printf(), for DAD messages.itojun2000-02-071-25/+65
* pull in arc4random() prototypederaadt2000-01-081-1/+3
* use arc4random() instead of random for two reasons.deraadt2000-01-081-3/+3
* do not overwrite traffic class portion when filling in IPv6 version field.itojun1999-12-151-3/+5
* Remove remaining unnecessary ifdefs (itojun will hate me for this :-)angelos1999-12-101-62/+5
* silence more DAD debugging informationderaadt1999-12-081-1/+3
* silence non-duplicate DAD completion messagesderaadt1999-12-081-1/+3
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+1261