| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-20 | Bail out in case m_pulldown failed. | joerg |
| 2013-11-23 | convert from CIRCLEQ to TAILQ. | christos |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 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 |
| 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-08-31 | NULL does not need a cast | plunky |
| 2010-09-12 | avoid NULL dereference in error case | drochner |
| 2009-10-18 | fix the sun2 case for real. | christos |
| 2009-10-12 | unbreak sun2. | christos |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2008-10-03 | Fix for CVE-2008-3530 from matt@ | adrianp |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-05-07 | Sync with ipv4 icmp_input(): make sure the mbuf is writable and | bouyer |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-23 | Use <net/net_stats.h> / netstat_sysctl(). | 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-04-08 | Change ICMP6 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-11-01 | De-__P(). | 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-19 | 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that | dyoung |
| 2007-08-10 | Constify. bcopy -> memcpy. | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-06-13 | Persuasive programming: check M_UNWRITABLE(m, len) instead of | 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-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 |
| 2007-02-10 | Commit my SoC work | degroote |
| 2007-01-29 | bzero -> memset | dyoung |
| 2007-01-15 | Cosmetic: indent using ASCII horizontal tab, insert space following | dyoung |
| 2007-01-15 | Fix an infinite loop ( and local dos ) in the case where the ip6_hdr and | 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-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-05 | Simplify and repair icmp6_input() to stop the kernel from panicking | dyoung |
| 2006-09-01 | Vastly simplify the code that copies an ICMP6 packet to two data | dyoung |
| 2006-08-30 | declare the type of code. | christos |
| 2006-07-11 | Clear mbuf checksum flags before passing it to ip6_output(). We might | tron |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-04-15 | Coverity CID 740: Change constant comparisons to MCLBYTES to KASSERT and remove | christos |