| Age | Commit message (Expand) | Author |
| 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 |
| 2011-06-01 | Don't refer to extern tcbtable here, it is unused. | dyoung |
| 2011-05-24 | RA flood mitigation via a limit on accepted routes: | spz |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2010-02-04 | Explicitly include opt_gateway.h when depending on GATEWAY. | joerg |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-05-01 | Add missing paranthesis - from Kurt Lidl in PR port-vax/41316 | martin |
| 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-01-19 | Provide compatibility to the old timeval SCM_TIMESTAMP messages. | christos |
| 2008-08-21 | Change KERNEL_LOCK_ONE (wrong name) to KERNEL_LOCK (the right name). | matt |
| 2008-08-20 | Fix 8-spaces-vs-tab goop. | simonb |
| 2008-08-20 | Make the sysctl routines take out softnet_lock before dealing with | matt |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 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-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2007-12-04 | Use IFNET_FOREACH() and IFADDR_FOREACH(). | dyoung |
| 2007-10-29 | The IPv6 stack labels incoming packets with an m_tag whose payload | dyoung |
| 2007-10-24 | Replace rote sockaddr_in6 initializations (memset(), set sa6_family, | dyoung |
| 2007-09-11 | In some FAST_IPSEC, spl level is not restored correctly. Fix that. | degroote |
| 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-23 | Ansify + add a few comments, from Karl Sjödahl | christos |
| 2007-05-17 | remove net.inet6.ip6.rht0 sysctl. | yamt |
| 2007-05-06 | Use rtcache_lookup2(), and fix cache hit/miss accounting. | dyoung |
| 2007-05-05 | from kame: | yamt |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-04-22 | Disable processing of routing header type 0 packets since they can be used | christos |
| 2007-03-24 | Minor change - be a little more consistant in sysctl handlers names | liamjfoy |
| 2007-03-24 | Don't call ip*flow_reap if we're just looking up maxflows | liamjfoy |
| 2007-03-23 | Add a new sysctl net.inet6.ip6.hashsize to control the hash table size. | liamjfoy |
| 2007-03-07 | Add IPv6 Fast Forward - the IPv4 counterpart: | liamjfoy |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | Cosmetic: use __arraycount. In ip6_input, move type of parameter | dyoung |