| Age | Commit message (Expand) | Author |
| 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 |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-02-10 | Commit my SoC work | degroote |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-12-02 | Use the queue(3) macros instead of open-coding them. Shorten | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-05-25 | Make the mbuf writable before calling in6_clearscope(). Based on patch sent | bouyer |
| 2006-05-23 | In ip6_savecontrol(), ignore IPv4 packets. | rpaulo |
| 2006-05-07 | while (1) -> for (;;) | rpaulo |
| 2006-05-05 | Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). | rpaulo |
| 2006-04-15 | Coverity CID 856: m cannot be NULL here. Remove bogus test. | christos |
| 2006-03-05 | NDP-related improvements: | rpaulo |
| 2006-01-23 | ip6_input: don't embed scope id before running packet filters. | yamt |
| 2006-01-21 | Better support of IPv6 scoped addresses. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |