| Age | Commit message (Expand) | Author |
| 2012-06-25 | rename rfc6056 -> portalgo, requested by yamt | christos |
| 2011-09-24 | Add inet6 part of the rfc6056 code contributed by Vlad Balan as part of | christos |
| 2011-05-17 | Add missing $NetBSD$ header. | dholland |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2009-05-25 | Remove declaration of unused extern struct ifnet loif[NLOOP], which | pooka |
| 2009-05-12 | Implicit EPERM -> explicit EACCES. | elad |
| 2009-04-30 | Commit changes to netinet6/in6_src.c, forgot in previous commit: | elad |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-04-15 | Make ip6 and icmp6 stats per-cpu. | thorpej |
| 2008-04-08 | Change IPv6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2007-11-26 | in6_pcbsetport: add missing htons. (fixes ephemeral port allocation.) | yamt |
| 2007-10-24 | Replace rote sockaddr_in6 initializations (memset(), set sa6_family, | dyoung |
| 2007-05-23 | Ansify + add a few comments, from Karl Sjödahl | christos |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-12-02 | Use the queue(3) macros instead of open-coding them. Shorten | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-01 | Restore historical kernel behavior: let an application bind(2) an | dyoung |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-05 | Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). | rpaulo |
| 2006-04-15 | Coverity CID 607: Remove bogus test. | christos |
| 2006-01-21 | Better support of IPv6 scoped addresses. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - avoid shadowed variables | christos |
| 2005-02-01 | sin6_scope_id maps to interface indices for link local addresses only! | drochner |
| 2004-12-04 | Convert lo(4) to a clonable device. | peter |
| 2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | itojun |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-08-26 | pass proc * to in6_pcbsetport. PR 18073 | itojun |
| 2002-06-08 | whitespace cleanup | itojun |
| 2002-05-29 | attach nd_ifinfo structure into if_afdata. | itojun |
| 2002-05-29 | rm obsolete comment | itojun |
| 2002-01-22 | make sure to check address family on route cache. with IPv4 mapped | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-16 | more whitespace/comment sync with kame | itojun |
| 2001-06-06 | fix a IPNOPRIVPORTS unused variable botch. noted by proff. | mrg |
| 2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | itojun |
| 2001-02-08 | amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only). | itojun |
| 2000-08-26 | implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable. | itojun |