Age | Commit message (Expand) | Author |
2008-10-01 | If a neighbor solictation isn't from the unspecified address, make sure | Claudio Jeker |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-05-11 | Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in | Kenneth R Westerback |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-03-04 | fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for | Markus Friedl |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-09 | take advantage of M_ZERO | Hans-Joerg Hoexer |
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-06-16 | Spelling. | Christopher Pascoe |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-02-10 | remove #if 0'ed code (which was experimental and should never be used) | Jun-ichiro itojun Hagino |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2004-12-21 | Check that if_type != IFT_CARP before using ifp->if_carp. | Ryan Thomas McBride |
2004-10-28 | treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel ok | Henning Brauer |
2003-10-31 | Add IPv6 support to CARP. | Ryan Thomas McBride |
2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | Jun-ichiro itojun Hagino |
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino |
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino |
2003-05-22 | remove break after return | Jun-ichiro itojun Hagino |
2003-05-14 | make PULLDOWN_TEST codepath the default (has been default for a long time). | Jun-ichiro itojun Hagino |
2002-06-09 | whitespace cleanup | Jun-ichiro itojun Hagino |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino |
2002-06-08 | KNF | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-05-28 | remove #define for kame portability | Jun-ichiro itojun Hagino |
2002-03-15 | s/0/NULL/ for pointer assignment. sync w/kame | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-07 | whitespace/comment sync with kame | Jun-ichiro itojun Hagino |
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis |
2001-02-23 | garbage-collect stale ND entries (default: 1 day). | Jun-ichiro itojun Hagino |
2001-02-16 | oops, remove #ifdef __fooBSD__. | Jun-ichiro itojun Hagino |
2001-02-16 | make sure to clear ln_byhint when neighbor state goes to REACHABLE. | Jun-ichiro itojun Hagino |
2001-02-08 | use timeout_xx() throughout sys/netinet6. sync with kame. | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-01-18 | wrap too noisy warnings into #ifdef ND6_DEBUG | Jun-ichiro itojun Hagino |
2000-05-19 | never forward packet with link-local address. | Jun-ichiro itojun Hagino |
2000-02-28 | bring in recent KAME changes (only important and stable ones, as usual). | Jun-ichiro itojun Hagino |
2000-02-07 | use log(), not printf(), for DAD messages. | Jun-ichiro itojun Hagino |
2000-01-08 | pull in arc4random() prototype | Theo de Raadt |
2000-01-08 | use arc4random() instead of random for two reasons. | Theo de Raadt |
1999-12-15 | do not overwrite traffic class portion when filling in IPv6 version field. | Jun-ichiro itojun Hagino |
1999-12-10 | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | Angelos D. Keromytis |