| Age | Commit message (Expand) | Author |
| 2014-01-15 | If the address matches a cloning route, it is also a neighbor. | roy |
| 2013-12-17 | Instead of voodo casts use simple byte pointer arithmetic and memcpy to | martin |
| 2013-05-21 | For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag | roy |
| 2013-01-24 | Use rt_getkey. | joerg |
| 2012-06-23 | 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD | christos |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-02-03 | PR/45764, PR/45914 | christos |
| 2012-02-02 | use FOREACH_SAFE. | christos |
| 2011-12-19 | rename the IPSEC in-kernel CPP variable and config(8) option to | drochner |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-11-10 | - Remove unused variable from nd6_timer(). | seanb |
| 2010-07-15 | To help find the cause of kernel complaints such as "/netbsd: | dyoung |
| 2009-11-06 | Fix net.inet6.ip6.accept_rtadv and 'ndp -i <interface> accept_rtadv': | dyoung |
| 2009-08-31 | nd6_ifattach: fix a missing parens bug in rev.1.132. | yamt |
| 2009-08-06 | Check if ndi is valid before use. | cegger |
| 2009-07-25 | Instead of using the net.inet6.ip6.accept_rtadv sysctl for all devices, | tonnerre |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-24 | Constify the rt_addrinfo argument to the ifa_rtrequest member | dyoung |
| 2008-10-24 | bzero -> memset. Do not "test truth" of pointers, but compare with | dyoung |
| 2008-05-15 | Simplify RT_DPRINTF() calls. | dyoung |
| 2008-05-11 | Compare route with NULL instead of testing truth. Where applicable, | dyoung |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-15 | Make ip6 and icmp6 stats per-cpu. | thorpej |
| 2008-04-08 | Change ICMP6 stats from a structure to an array of uint64_t's. | thorpej |
| 2007-12-04 | Use IFNET_FOREACH() and IFADDR_FOREACH(). | dyoung |
| 2007-11-10 | Use sockaddr_in6_init(). Use a static initializer for all1_sa. | dyoung |
| 2007-11-01 | De-__P(). | dyoung |
| 2007-09-02 | We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-08-07 | Avoid writing past the end of the buffer [lldst, lldst + dstsize) | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-17 | Fix the memory leak reported in kern/36337. Thanks Matthias Scheler | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-17 | In nd6_rtrequest(), when we lookup/create a route whose destination | dyoung |
| 2007-03-15 | In nd6_lookup, shorten a staircase. KNF: change return (expr); to | 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 |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-20 | Use LIST_/TAILQ_ macros, esp. LIST_FOREACH() and TAILQ_FOREACH(). | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-13 | Add a source-address selection policy mechanism to the kernel. | dyoung |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | - fix initializers | christos |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-04-15 | Coverity CID 857: Prevent NULL deref. | christos |
| 2006-03-24 | From KAME via SUZUKI Shinsuke: | rpaulo |
| 2006-03-05 | NDP-related improvements: | rpaulo |
| 2006-03-03 | Fix typos in comments. | rpaulo |