| Age | Commit message (Expand) | Author |
| 2017-09-27 | Take softnet_lock on pr_input properly if NET_MPSAFE | ozaki-r |
| 2017-07-27 | Don't acquire global locks for IPsec if NET_MPSAFE | ozaki-r |
| 2017-07-06 | remove unnecessary casts; use sizeof(var) instead of sizeof(type). | christos |
| 2017-07-06 | Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-14 | Replace DIAGNOSTIC + panic with KASSERT | ozaki-r |
| 2017-03-01 | Provide in6_multi_group | ozaki-r |
| 2017-02-22 | Stop using useless IN6_*_MULTI macros | ozaki-r |
| 2017-02-21 | Sweep unnecessary malloc.h inclusions | 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 |
| 2016-12-08 | Add rtcache_unref to release points of rtentry stemming from rtcache | ozaki-r |
| 2016-11-01 | Reduce the number of return points | ozaki-r |
| 2016-10-18 | Don't hold global locks if NET_MPSAFE is enabled | ozaki-r |
| 2016-09-07 | Disallow input to detached addresses because they are not yet valid. | roy |
| 2016-08-31 | Make ipforward_rt and ip6_forward_rt percpu | ozaki-r |
| 2016-08-02 | ip6flow refactor like ipflow. | knakahara |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-07-06 | Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c) | ozaki-r |
| 2016-07-04 | Use pslist(9) for the global in6_ifaddr list | ozaki-r |
| 2016-06-22 | Remove unnecessary NULL checks of ifa->ifa_addr | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-05-19 | Get rcvif once and reuse it | ozaki-r |
| 2016-04-04 | Separate nexthop caches from the routing table | ozaki-r |
| 2016-04-01 | Refine nd6log | ozaki-r |
| 2016-04-01 | Tidy up nd6_timer initialization | ozaki-r |
| 2016-02-04 | Declare in6_tmpaddrtimer_ch in in6_var.h. | riastradh |
| 2016-01-08 | eliminate ip_input.c and ip6_input.c dependency on gif(4) | knakahara |
| 2015-12-12 | Hook up the addrctl stuff that's already there. | christos |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-04-01 | Pull out ipsec routines from ip6_input | ozaki-r |
| 2015-01-20 | Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can prefer | roy |
| 2014-06-16 | Add 3rd argument to pktq_create to pass sc | ozaki-r |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-06-05 | Add IPV6CTL_AUTO_LINKLOCAL and ND6_IFF_AUTO_LINKLOCAL toggles which | roy |
| 2014-05-30 | Introduce 2 new variables: ipsec_enabled and ipsec_used. | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-04 | check result of setscope, from logan. | 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-11-29 | Add a new sysctl to mark ports as reserved, so that they are not used in | christos |
| 2012-06-25 | rename rfc6056 -> portalgo, requested by yamt | christos |
| 2012-06-23 | 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD | christos |
| 2012-06-22 | PR/46602: Move the rfc6056 port randomization to the IP layer. | christos |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-01-10 | add patch from Arnaud Degroote to handle IPv6 extended options with | drochner |
| 2011-12-31 | - fix offsetof usage, and redundant defines | 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 |