| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2012-01-09 | check against NULL | liamjfoy |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-13 | Wipe out the last vestiges of POOL_INIT with one swift stroke. In | pooka |
| 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 | Use <net/net_stats.h> / netstat_sysctl(). | thorpej |
| 2008-04-15 | Make IGMP stats per-cpu. | thorpej |
| 2007-04-25 | Get rid of some gratuitous casts and join some lines. | dyoung |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2006-10-05 | Protect calls to pool_put/pool_get that may occur in interrupt context | tls |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-03 | ANSIfy function prototypes. (Still have about 3/5ths of the C files in | perry |
| 2005-02-02 | de-__P -- will ANSIfy .c files later. | perry |
| 2004-11-13 | PR/25749: Peter Postma: missing splx() in kernel. | christos |
| 2004-04-26 | Remove #else clause of __STDC__ | matt |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-06-26 | purge rti structure (in igmp.c) for removed ifp on if_detach(). | itojun |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-06-09 | whitespace | itojun |
| 2002-05-12 | Eliminate commons. | matt |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-07-25 | Remove an obsolete comment. | enami |
| 2000-06-16 | Don't copy M_EXT mbufs unless in "dhcp" mode. Do a mtod after the pullup | matt |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-04-25 | If the incoming code value is 0, timer gets 0, which would mean | hwr |
| 1999-01-19 | Don't screw with ip_len; just subtract from it where we actually use the | mycroft |
| 1998-02-13 | Change list of interface IP addresses to a hash. Improves performance on hos... | tls |
| 1998-01-12 | Use option header file for MROUTING | scottr |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-02-13 | netinet prototypes | christos |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-04 | Don't cast things unnecessarily. | mycroft |
| 1995-06-01 | Avoid byte-swapping IP addresses at run time. | mycroft |
| 1995-06-01 | Add missing ntohl() in multicast test. | mycroft |
| 1995-05-31 | Implement IGMP v2. Based on the Multicast 3.5 distribution. | mycroft |
| 1995-04-13 | be a bit more careful and explicit with types. (basically a large no-op.) | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-09 | Patch to fix ip cksum errors. From mccanne@ee.lbl.gov (Steven McCanne). | brezak |
| 1994-06-04 | Modify the loopback checks to deal with multiple interfaces. | mycroft |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |