| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2013-03-25 | PR/47693: Erik E. Fair: Add missing code to icmp handling. | christos |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-01-09 | check against NULL | liamjfoy |
| 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-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2010-07-02 | manually adjust m_data and m_len so it can later be prepended with a | kefren |
| 2010-06-26 | Add MPLS support, proposed on tech-net@ a couple of days ago | kefren |
| 2009-12-07 | PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support, | christos |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2008-06-18 | merge yamt-pf42 branch. | yamt |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-23 | Use <net/net_stats.h> / netstat_sysctl(). | thorpej |
| 2008-04-12 | Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated | thorpej |
| 2008-04-06 | Change ICMP stats from a structure to an array of uint64_t's. | thorpej |
| 2007-11-09 | Use sockaddr_in_init(). KNF. No functional change intended. | dyoung |
| 2007-08-27 | Cosmetic: 0 -> NULL. Remove unnecessary cast. | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-29 | bzero -> memset | dyoung |
| 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-08-30 | fix initializers | christos |
| 2006-08-28 | icmp_input: don't assume relations between PRC_ and ICMP_ values. | yamt |
| 2006-07-10 | Wrap long lines, unwrap a short line. | peter |
| 2006-07-10 | Moves the PF_GENERATED m_tag to the new packet in icmp_error. | peter |
| 2006-03-29 | When reflecting an ICMP Echo, do not scribble over read-only/shared | dyoung |
| 2006-03-22 | An MTU can't be negative so store them in unsigned variables. | matt |
| 2005-11-10 | Remove redundant assignment (from Liam Foy) | christos |
| 2005-10-23 | No need to pass an interface when only the mtu is needed. From OpenBSD via | christos |
| 2005-08-19 | make ICMPPRINTFS work; from Liam Foy. | christos |
| 2005-08-05 | Add sysctls for IP, ICMP, TCP, and UDP statistics. | elad |
| 2005-07-19 | Implement PMTU checks from: | christos |
| 2005-04-29 | move decl of inetsw to its own header to avoid array of incomplete type. | yamt |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-03 | ANSIfy function declarations | perry |
| 2005-02-02 | de-__P -- will ANSIfy .c files later. | perry |
| 2005-01-24 | Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. | matt |
| 2004-08-03 | Remove a common (icmpstat). | cube |
| 2004-06-25 | icmp_reflect: check if m_pkthdr.rcvif is non-NULL before touching it. | itojun |
| 2004-06-25 | be careful touching m_pkthdr.rcvif, it could be NULL if the packet was | itojun |
| 2004-05-25 | Sysctl descriptions under net subtree (net.key not done) | atatat |
| 2004-04-26 | Remove #else clause of __STDC__ | matt |