| 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-09-14 | Use non-variadic function pointer in protosw::pr_input. | maxv |
| 2018-02-08 | Use C99 types - in particular, stop using n_time and n_short -, style, and | maxv |
| 2018-01-23 | Style, localify icmp_send, and add a clear KASSERT (that replaces a vague | maxv |
| 2018-01-19 | Move the ICMP Extension structures from mpls_ttl.c to ip_icmp.h; that's | maxv |
| 2018-01-19 | Style, explain a bit, and fix icmp_radv, it should be icmp_dun.id_radv. | maxv |
| 2017-02-17 | Protect sysctl_net_inet_ip_pmtudto with icmp_mtx instead of softnet_lock | ozaki-r |
| 2015-02-18 | PR/49676: Ryo Shimizu: ICMP_STATINC() buffer overflows | christos |
| 2011-12-24 | missing comma | christos |
| 2011-12-24 | add ICMP_STRINGS, a few more missing constants. | christos |
| 2011-12-24 | fix whitespace only | christos |
| 2011-12-24 | add SKIP, fix PHOTURIS codes | christos |
| 2011-12-23 | Include the ICMP_PHOTURIS error codes if we're going to define ICMP_PHOTURIS | jmc |
| 2011-12-23 | make ICMP_MAXTYPE 18 again to unbreak stats. | christos |
| 2011-12-23 | add missing icmp types. | christos |
| 2010-06-26 | Add MPLS support, proposed on tech-net@ a couple of days ago | kefren |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2006-05-14 | Comment out attribute packed. Gcc4 warns us that the field is too narrow | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-10-23 | No need to pass an interface when only the mtu is needed. From OpenBSD via | christos |
| 2004-04-21 | no space between function name and paren: foo (blah) -> foo(blah) | itojun |
| 2004-04-18 | De __P() | matt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-06-09 | whitespace | itojun |
| 2001-10-30 | Add in support for timing out IPv4 routes added due to redirects, | kml |
| 2000-10-18 | Restructure the Path MTU Discovery code somewhat to avoid | thorpej |
| 1999-11-20 | Add the `packed' attribute to structures which describe wire protocol data. | thorpej |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1997-08-26 | Add ICMP unreachable code #13 - "Communication Administratively Prohibited", | thorpej |
| 1996-08-03 | Prototypes and definitions for ICMP Router Discovery, From FreeBSD. | neil |
| 1996-02-13 | netinet prototypes | christos |
| 1995-04-17 | spacing cleaup. also, minor type mixup fixups. | cgd |
| 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-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1994-01-08 | More prototypes. | mycroft |
| 1993-05-20 | more rcsid additions and file header cleanups | cgd |
| 1993-04-19 | Add consistent multiple-inclusion protection. | mycroft |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |