| Commit message (Expand) | Author | Age | Files | Lines |
* | remove #if 0'ed code (which was experimental and should never be used) |  itojun | 2005-02-10 | 1 | -26/+1 |
* | Rewriting the lladdr can now be done without using mbuf tags. |  mpf | 2005-01-18 | 1 | -9/+1 |
* | Check that if_type != IFT_CARP before using ifp->if_carp. |  mcbride | 2004-12-21 | 1 | -3/+3 |
* | treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel ok |  henning | 2004-10-28 | 1 | -1/+2 |
* | Add IPv6 support to CARP. |  mcbride | 2003-10-31 | 1 | -4/+24 |
* | split ND6 cache timer management to per-entry. increased accuracy, |  itojun | 2003-06-27 | 1 | -12/+14 |
* | remove unneeded checks of accept_rtadv. from kame |  itojun | 2003-06-24 | 1 | -2/+2 |
* | use time.tv_sec directly, rather than having time_second (freebsd NIH). |  itojun | 2003-06-24 | 1 | -7/+6 |
* | remove break after return |  itojun | 2003-05-22 | 1 | -2/+1 |
* | make PULLDOWN_TEST codepath the default (has been default for a long time). |  itojun | 2003-05-14 | 1 | -11/+1 |
* | whitespace cleanup |  itojun | 2002-06-09 | 1 | -6/+6 |
* | splnet -> splsoftnet where appropriate |  itojun | 2002-06-08 | 1 | -3/+3 |
* | KNF |  itojun | 2002-06-08 | 1 | -4/+4 |
* | sync with latest KAME in6_ifaddr/prefix/default router manipulation. |  itojun | 2002-06-08 | 1 | -123/+173 |
* | attach nd_ifinfo structure to if_afdata. |  itojun | 2002-05-29 | 1 | -5/+5 |
* | remove #define for kame portability |  itojun | 2002-05-28 | 1 | -5/+3 |
* | s/0/NULL/ for pointer assignment. sync w/kame |  itojun | 2002-03-15 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -9/+9 |
* | whitespace/comment sync with kame |  itojun | 2001-12-07 | 1 | -8/+8 |
* | unifdef OLDIP6OUTPUT |  itojun | 2001-11-30 | 1 | -5/+1 |
* | No need for net/net_osdep.h |  angelos | 2001-06-09 | 1 | -19/+17 |
* | garbage-collect stale ND entries (default: 1 day). |  itojun | 2001-02-23 | 1 | -5/+11 |
* | oops, remove #ifdef __fooBSD__. |  itojun | 2001-02-16 | 1 | -5/+1 |
* | make sure to clear ln_byhint when neighbor state goes to REACHABLE. |  itojun | 2001-02-16 | 1 | -1/+3 |
* | use timeout_xx() throughout sys/netinet6. sync with kame. |  itojun | 2001-02-08 | 1 | -21/+9 |
* | by default, don't bark on inbound ND messages, as outsider may be able to |  itojun | 2001-02-07 | 1 | -68/+144 |
* | wrap too noisy warnings into #ifdef ND6_DEBUG |  itojun | 2001-01-18 | 1 | -1/+5 |
* | never forward packet with link-local address. |  itojun | 2000-05-19 | 1 | -6/+10 |
* | bring in recent KAME changes (only important and stable ones, as usual). |  itojun | 2000-02-28 | 1 | -49/+102 |
* | use log(), not printf(), for DAD messages. |  itojun | 2000-02-07 | 1 | -25/+65 |
* | pull in arc4random() prototype |  deraadt | 2000-01-08 | 1 | -1/+3 |
* | use arc4random() instead of random for two reasons. |  deraadt | 2000-01-08 | 1 | -3/+3 |
* | do not overwrite traffic class portion when filling in IPv6 version field. |  itojun | 1999-12-15 | 1 | -3/+5 |
* | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) |  angelos | 1999-12-10 | 1 | -62/+5 |
* | silence more DAD debugging information |  deraadt | 1999-12-08 | 1 | -1/+3 |
* | silence non-duplicate DAD completion messages |  deraadt | 1999-12-08 | 1 | -1/+3 |
* | bring in KAME IPv6 code, dated 19991208. |  itojun | 1999-12-08 | 1 | -0/+1261 |