| Age | Commit message (Expand) | Author |
| 2024-05-31 | netgraph: provide separate malloc type for nodes that are missing it | Dmitry Lukhtionov |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2016-04-29 | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni |
| 2012-12-05 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2011-04-18 | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff |
| 2008-10-23 | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav |
| 2008-02-24 | Fix shutdown bug made by previous commit. | Alexander Motin |
| 2008-02-03 | Move all possible node logic out of the rcvdata() function | Alexander Motin |
| 2005-06-07 | Update statistics only in case if delivery was successfull. | Gleb Smirnoff |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-06-26 | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer |
| 2004-06-01 | Removed a leftover from the previous change. | Ruslan Ermilov |
| 2004-05-29 | Add a new netgraph method to allow restoration of some | Julian Elischer |
| 2004-05-29 | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer |
| 2004-03-24 | Don't duplicate a packet, just to throw it away when we discover the | Julian Elischer |
| 2004-03-22 | Dont count bytes being sent to a disconnected hook. | Julian Elischer |
| 2003-07-03 | Allow the caller to get an erro direclty if we sent the packet immediatly. | Julian Elischer |
| 2003-06-25 | Fix a comment | Julian Elischer |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-12-19 | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic |
| 2002-05-31 | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs |
| 2001-12-10 | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien |
| 2001-09-12 | KSE Milestone 2 | Julian Elischer |
| 2001-01-26 | Swap egress hooks for packets entering from the monitor hooks. | 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-21 | Allocate all memory (including within node constructors) with M_NOWAIT | Archie Cobbs |
| 2000-08-10 | Add new control message to atomically get and clear statistics. | Archie Cobbs |
| 2000-04-28 | Two simple changes to the kernel internal API for netgraph modules, | Julian Elischer |
| 2000-01-27 | Add control message ASCII conversion for this node type. | Archie Cobbs |
| 1999-12-01 | Use m_dup() instead of m_copypacket() to duplicate the mbuf chain. | Archie Cobbs |
| 1999-11-30 | Add two new generic control messages, NGM_ASCII2BINARY and | Archie Cobbs |
| 1999-11-08 | Fix crash when trying to duplicate a NULL meta. | Archie Cobbs |
| 1999-11-02 | Add statistics counters to "tee" netgraph node type. | 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 |