Age | Commit message (Expand) | Author |
2011-10-13 | Since the IPv6 madness is not enough introduce NAT64 -- which is actually | Claudio Jeker |
2011-07-26 | Accept neighbor discovery packets from source IPv6 addresses for | Alexander Bluhm |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2008-10-01 | If a neighbor solictation isn't from the unspecified address, make sure | Claudio Jeker |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2006-07-06 | u_quad_t -> u_int64_t | Brad Smith |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-12-11 | bitfields must be off an int or such type | Theo de Raadt |
2005-09-19 | remove the unused in6_ifindex2scopeid() | Brad Smith |
2004-06-16 | missing paren in macro def. Patrick Latifi | Jun-ichiro itojun Hagino |
2004-01-13 | Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp. | Ryan Thomas McBride |
2003-10-15 | c++ friendly, sync w/kame. pvalchev ok | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-06-08 | in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame | Jun-ichiro itojun Hagino |
2002-06-07 | style | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-05-29 | move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-23 | simplify condition to perform DAD. sync w/kame | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-07-18 | avoid using malloc() during interupt context for multicast kludge entry. | Jun-ichiro itojun Hagino |
2001-02-16 | amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only). | Jun-ichiro itojun Hagino |
2001-02-16 | kill register declarations. to sync with kame better. | Jun-ichiro itojun Hagino |
2000-04-17 | revisit in6_ifattach(). (1) make it more persistent about initializaing an | 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-04 | more coverage of in6_ifdetach()'s cleanup process. | Jun-ichiro itojun Hagino |
2000-02-02 | - improve in6_ifdetach to remove (1) multicast kludge list (2) route to | Jun-ichiro itojun Hagino |
1999-12-10 | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | Angelos D. Keromytis |
1999-12-10 | Add RCS tags, remove unused header files and code, remove a few | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-02-24 | Synchronized changes needed to integrate into OpenBSD with the NRL source | cmetz |
1999-01-08 | use _KERNEL, add ipv6intrq decl | Theo de Raadt |
1999-01-06 | first few files of NRL ipv6. This NRL release was officially exported | Theo de Raadt |