| Age | Commit message (Expand) | Author |
| 2014-01-15 | Remove dead code. | roy |
| 2014-01-13 | Remove the now un-used function in6ifa_ifplocaladdr. | roy |
| 2013-09-11 | Include BRDADDR and NETMASK to the v4 ioctls we ban for v6; from FreeBSD. | christos |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-06-20 | Move the detaching and making tentative addresses out if in6_if_up | roy |
| 2013-06-11 | When an interface link state changes to down, mark all attached IPv6 | roy |
| 2013-05-29 | Generate RTM_NEWADDR when adding a pre-existing IPv6 address. | roy |
| 2013-05-21 | For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag | roy |
| 2012-06-23 | 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-10-19 | Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl(). | dyoung |
| 2011-02-06 | Delete unnecessary casts to void *. No functional change intended. Same | dyoung |
| 2010-04-22 | When choosing IPv6 source addresses, respect the ifaddr preference | dyoung |
| 2010-04-07 | ip6_sprintf: compress the zeros of representation of the IPv6 address. | oki |
| 2009-09-19 | backout the changes that establish a workqueue to synchronize the addresses | christos |
| 2009-09-11 | Make ifconfig(8) set and display preference numbers for IPv6 | dyoung |
| 2009-08-13 | Postpone to a workqueue adding link-local and loopback IPv6 addresses | dyoung |
| 2009-05-12 | Remove "privileged" variable, perform the kauth(9) call before we go into | elad |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-02-05 | Use the in6_ifaddr ia_ifa member instead of casting from from | dyoung |
| 2009-01-15 | Emulate a couple more ioctls. Thanks to Matthias Drochner for pointing them out. | christos |
| 2009-01-15 | - switch the lifetime struct to time_t and provide compatibility for the | christos |
| 2008-12-19 | use M_ZERO on malloc() and remove subsequent bzero(). | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-31 | Generalize previous fix so that both NS and NA packets are checked. | matt |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 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-10-24 | Replace rote sockaddr_in6 initializations (memset(), set sa6_family, | dyoung |
| 2007-09-16 | Cosmetic: shorten staircase. | dyoung |
| 2007-09-11 | Remove SIOCSIFALIFETIME_IN6, which could not possibly have ever worked. | gdt |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-06-28 | Add functions to do mapped address conversions from FreeBSD. | christos |
| 2007-05-27 | Tyop. | cube |
| 2007-05-23 | fix typos in previous | christos |
| 2007-05-23 | Ansify + add a few comments, from Karl Sjödahl | christos |
| 2007-03-15 | KNF: compare pointer w/ NULL, don't "check truth". Fix K&R parameter | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | Cosmetic: use TAILQ_FOREACH(). Join lines. | dyoung |
| 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-02 | Synchronize access to the ifaddr list by in6_update_ifa() and | dyoung |
| 2006-12-02 | Use the queue(3) macros instead of open-coding them. Shorten | dyoung |