| Age | Commit message (Expand) | Author |
| 2020-08-28 | inet6: reduce silent packet discards | ozaki-r |
| 2020-08-28 | inet6: pass rcvif to ip6_forward to avoid extra psref_acquire | ozaki-r |
| 2020-08-28 | inet, inet6: count packets dropped by IPsec | ozaki-r |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2019-11-01 | Fix ipsecif(4) IPV6_MINMTU does not work correctly. | knakahara |
| 2019-09-19 | Avoid having a rtcache directly in a percpu storage | ozaki-r |
| 2019-05-13 | Count packets dropped by pfil | ozaki-r |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-18 | Remove unused netipsec/xform.h includes. | maxv |
| 2018-01-29 | style | maxv |
| 2018-01-29 | Fix two pretty bad mistakes. If ipsec6_check_policy fails m is not freed, | maxv |
| 2018-01-09 | Fix use-after-free of mbuf by ip6flow_create (one more) | ozaki-r |
| 2018-01-09 | Fix use-after-free of mbuf by ip6flow_create | ozaki-r |
| 2017-08-02 | Make IPsec SPD MP-safe | ozaki-r |
| 2017-05-09 | Add missing KEY_FREESP to ip6_forward | ozaki-r |
| 2017-02-14 | Do ND in L2_output in the same manner as arpresolve | ozaki-r |
| 2017-01-16 | ip6_sprintf -> IN6_PRINT so that we pass the size. | christos |
| 2017-01-16 | Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp... | ryo |
| 2017-01-11 | Get rid of unnecessary header inclusions | ozaki-r |
| 2016-12-08 | Add rtcache_unref to release points of rtentry stemming from rtcache | ozaki-r |
| 2016-08-31 | Make ipforward_rt and ip6_forward_rt percpu | ozaki-r |
| 2016-06-28 | Add missing NULL checks for m_get_rcvif_psref | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-08-07 | Use time_uptime instead of time_second to avoid time leaps | ozaki-r |
| 2014-12-10 | call vsnprintf instead of snprintf; provide more detail | christos |
| 2014-12-08 | Merge some common code in the failed forwarding case, while providing better | christos |
| 2014-11-14 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-05-30 | Introduce 2 new variables: ipsec_enabled and ipsec_used. | christos |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2011-12-19 | rename the IPSEC in-kernel CPP variable and config(8) option to | drochner |
| 2010-02-04 | Explicitly include opt_gateway.h when depending on GATEWAY. | joerg |
| 2009-11-11 | Clear cksum flags before any further processing like ip_forward does. | joerg |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 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-01-14 | Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase | dyoung |
| 2008-01-12 | Good-bye, rtcache_check(). Call both rtcache_validate() and | dyoung |
| 2008-01-10 | Save some rtcache_getrt() calls. | dyoung |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | 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-07 | Add IPv6 Fast Forward - the IPv4 counterpart: | liamjfoy |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-02-10 | Commit my SoC work | degroote |
| 2007-01-26 | bzero -> memset | dyoung |