| Age | Commit message (Expand) | Author |
| 2013-10-25 | Mark a variable as used only in diagnostic kernels | martin |
| 2013-10-18 | convert a DIAGNOSTIC / panic into a KASSERTMSG(). | mrg |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2009-09-19 | backout the changes that establish a workqueue to synchronize the addresses | christos |
| 2009-08-13 | buildfix: if_indexlim is of type size_t | cegger |
| 2009-08-13 | Postpone to a workqueue adding link-local and loopback IPv6 addresses | dyoung |
| 2009-07-30 | Fix typo in comment, s/SIOCSIFADDR/SIOCINITIFADDR/. | dyoung |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2007-12-06 | Use ifa_insert(), ifa_remove(). | dyoung |
| 2007-12-05 | Extract common code, creating a subroutine if_purgeaddrs(ifp, | dyoung |
| 2007-12-05 | Use IFADDR_FIRST(), IFADDR_NEXT(). | dyoung |
| 2007-12-04 | Use IFNET_FOREACH() and IFADDR_FOREACH(). | dyoung |
| 2007-11-10 | Use sockaddr_in6_init(). | dyoung |
| 2007-11-01 | De-__P(). | dyoung |
| 2007-08-10 | Constify. | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-23 | Ansify + add a few comments, from Karl Sjödahl | christos |
| 2007-03-15 | Bark if we cannot assign a link-local address. While I am here, | dyoung |
| 2007-02-22 | Cosmetic: use TAILQ_FOREACH(). Remove extraneous () from return | dyoung |
| 2006-11-20 | Use the TAILQ_/LIST_ macros instead of open-coding them. | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-03-05 | NDP-related improvements: | rpaulo |
| 2006-01-21 | Better support of IPv6 scoped addresses. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-04-20 | remove duplicated #include. PR 25234 | itojun |
| 2004-02-11 | we have IFT_BRIDGE already, no need for #ifdef | itojun |
| 2004-02-11 | We don't have IFT_{PFLOG,PFSYNC} (yet). | christos |
| 2004-02-11 | missing bzero | itojun |
| 2003-09-06 | committed by mistake, sorry | itojun |
| 2003-09-06 | correct comment | itojun |
| 2003-07-08 | on interface detach, clear multicast forwarding table. from kame | itojun |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-09-15 | remove extra blank line | itojun |
| 2002-09-11 | reduce diff w/kame | itojun |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-06-11 | silence some of log(), as the codepath will be visited for IPv6-non-capable | itojun |
| 2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | itojun |
| 2002-06-07 | minor KNF to sync w/kame | itojun |
| 2002-05-29 | attach nd_ifinfo structure into if_afdata. | itojun |
| 2002-05-29 | move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame | itojun |
| 2002-05-23 | no longer need IFT_PROPVIRTUAL "bridge[0-9]+" check. | itojun |
| 2002-05-23 | simplify conditions to do DAD. sync w/kame | itojun |
| 2002-05-23 | do not have link-local address for IFT_BRIDGE | itojun |
| 2001-12-21 | whitespace/costmetic sync w/kame | itojun |
| 2001-12-18 | reduce white space/cosmetic diffs w/kame. | itojun |