| Age | Commit message (Expand) | Author |
| 2021-02-03 | CTASSERT -> __CTASSERT to unbreak userland build. | roy |
| 2021-02-03 | Sprinkle CTASSERT to enforce on-wire layout without __packed | roy |
| 2021-02-03 | Remove __packed from various network structures | roy |
| 2018-02-07 | Remove RSVP_ISI, that's mostly dead code. FreeBSD and OpenBSD too removed | maxv |
| 2008-08-07 | make this compile as proposed by dholland@ | cegger |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-04 | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on | manu |
| 2004-04-21 | no space between function name and paren: foo (blah) -> foo(blah) | itojun |
| 2004-04-18 | De __P() | matt |
| 2003-06-26 | cleanup multicast routing stuff on if_detach(). | itojun |
| 2002-06-09 | whitespace | itojun |
| 2001-05-08 | pull encapsulated packet for vif* via ip_encap framework. | itojun |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-11-20 | Add the `packed' attribute to structures which describe wire protocol data. | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-01-11 | Adjust for the new IP-IP input path. mrt_ipip_input() is called from | thorpej |
| 1998-12-22 | ipip_input() -> mrt_ipip_input(). | thorpej |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1996-09-09 | Rework the token bucket filter to use a list of packets rather than a static | mycroft |
| 1996-06-23 | Return ENOPROTOOPT rather than picking pseudo-random error values. | mycroft |
| 1996-02-13 | netinet prototypes | christos |
| 1995-05-31 | Integrate multicast 3.5 distribution, with several bugs fixed and general | mycroft |
| 1995-04-13 | be a bit more careful and explicit with types. (basically a large no-op.) | cgd |
| 1995-03-26 | KERNEL -> _KERNEL | jtc |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-09 | Update to version 2 mrouting; from pre-4.4lite NetBSD + 4.4 mods | brezak |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1994-01-09 | Prototype the rest. | mycroft |
| 1994-01-08 | Fix some inconsistent spacing; spaces at the end of lines, etc. | mycroft |
| 1993-12-06 | multicast support. | hpeyerl |