| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2011-11-07 | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten |
| 2011-04-18 | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff |
| 2010-10-13 | When calling panic(), always pass a format string. | Rui Paulo |
| 2008-10-23 | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav |
| 2008-10-23 | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-07-04 | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder |
| 2004-05-29 | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer |
| 2002-05-31 | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs |
| 2002-02-05 | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon |
| 2001-12-10 | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien |
| 2001-01-10 | Fix some memory leaks | Julian Elischer |
| 2001-01-08 | Part 2 of the netgraph rewrite. | Julian Elischer |
| 2001-01-06 | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer |
| 2000-12-18 | Divorce the kernel binary ABI version number from the message | Julian Elischer |
| 2000-12-12 | Reviewed by: Archie@freebsd.org | Julian Elischer |
| 2000-11-18 | Add the use of M_ZERO to netgraph. | David Malone |
| 2000-10-24 | Since neither archie nor I work at Whistle any more, change our email | Julian Elischer |
| 2000-09-22 | Remove unnecessary #include's as reported by phk's script. | Archie Cobbs |
| 2000-09-21 | Allocate all memory (including within node constructors) with M_NOWAIT | Archie Cobbs |
| 2000-04-28 | Two simple changes to the kernel internal API for netgraph modules, | Julian Elischer |
| 1999-12-07 | Remove a bunch of un-needed includes. | Julian Elischer |
| 1999-11-30 | Add two new generic control messages, NGM_ASCII2BINARY and | Archie Cobbs |
| 1999-11-19 | Remove the address and control field compression functionality of this | Archie Cobbs |
| 1999-11-08 | Get rid of the 'sync2' hook, which was a hack. Instead, just | Archie Cobbs |
| 1999-11-01 | Add typedefs for node methods | Julian Elischer |
| 1999-10-21 | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer |