| Age | Commit message (Expand) | Author |
| 2025-02-25 | netgraph: prevent panic with INVARIANTS-enabled kernel | Eugene Grosbein |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2022-04-12 | netgraph: Remove the rethook parameter from NG_NODE_FOREACH_HOOK. | John Baldwin |
| 2021-09-10 | netgraph: add ng_uncallout_drain(). | Gleb Smirnoff |
| 2021-02-07 | netgraph/ng_bridge: Make simple internal functions read-only | Lutz Donnerhacke |
| 2021-02-07 | Revert "netgraph/ng_bridge: Make simple internal functions read-only" | Lutz Donnerhacke |
| 2021-02-07 | netgraph/ng_bridge: Make simple internal functions read-only | Lutz Donnerhacke |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2016-04-29 | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni |
| 2015-05-22 | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim |
| 2012-02-16 | Refactor the name hash and the ID hash, that are used to address nodes: | Gleb Smirnoff |
| 2011-11-06 | Constify "address" argument of ng_address_path(). | Max Khon |
| 2011-10-27 | - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failed | Gleb Smirnoff |
| 2011-07-04 | Fix build with NETGRAPH_DEBUG. | Gleb Smirnoff |
| 2011-07-04 | Fix build with NETGRAPH_DEBUG. | Gleb Smirnoff |
| 2011-07-04 | - Use refcount(9) API to manage node and hook refcounting. | Gleb Smirnoff |
| 2009-07-23 | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson |
| 2009-07-14 | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson |
| 2009-06-11 | Introduce a mechanism for detecting calls from outbound path of the | Marko Zec |
| 2009-05-05 | Change the curvnet variable from a global const struct vnet *, | Marko Zec |
| 2009-04-26 | In preparation to make options VIMAGE operational, where needed, | Marko Zec |
| 2008-12-13 | Revert rev. 183277: | Alexander Motin |
| 2008-12-10 | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec |
| 2008-11-28 | Unhide declarations of network stack virtualization structs from | Marko Zec |
| 2008-10-23 | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav |
| 2008-10-02 | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec |
| 2008-09-22 | Add ng_rmnode_flags() so the caller can pass NG_QUEUE and have the node | Andrew Thompson |
| 2008-06-24 | Make it simpler to build netgraph modules outside of the kernel source | George V. Neville-Neil |
| 2008-04-15 | Several changes breaking netgraph module ABI collected together: | Alexander Motin |
| 2008-03-11 | Improve apply callback error reporting: | Alexander Motin |
| 2008-01-31 | Implement stack protection based on GET_STACK_USAGE() macro. | Alexander Motin |
| 2007-11-14 | - Merge all the ng_send_fn2* functions into one - ng_send_fn2(), | Gleb Smirnoff |
| 2007-10-19 | Implement new apply callback mechanism to handle item forwarding. | Alexander Motin |
| 2007-07-28 | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | Robert Watson |
| 2006-10-17 | - ng_address_ID() has already freed the message, don't do double free. | Gleb Smirnoff |
| 2006-06-06 | Use NET_CALLOUT_MPSAFE for netgraph callout initializer. | Gleb Smirnoff |
| 2006-01-12 | Provide additional macros for sending netgraph items, which allow | Gleb Smirnoff |
| 2006-01-12 | Remove old debugging leftover. | Gleb Smirnoff |
| 2005-11-15 | Some whitespace and style cleanup. | Gleb Smirnoff |
| 2005-11-02 | Rework the ng_item queueing on nodes: | Gleb Smirnoff |
| 2005-09-12 | Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatible | Gleb Smirnoff |
| 2005-08-30 | Add ng_callout_ini_mtx() macro. | Gleb Smirnoff |
| 2005-08-08 | reorder a couple of cases of void __inline to __inline void | Julian Elischer |
| 2005-08-02 | Fix up the comment. | Ruslan Ermilov |
| 2005-07-21 | Bump NG_ABI_VERSION. A number of ABI breakeges had been done since | Gleb Smirnoff |
| 2005-07-21 | Enhance struct ng_hook - add hk_type field. This field will describe | Gleb Smirnoff |
| 2005-07-05 | In the splnet times, netgraph was functional and synchronous. Nowadays, | Gleb Smirnoff |
| 2005-05-16 | Use NG_QUEUE instead of constant. | Gleb Smirnoff |
| 2005-05-16 | - Extend interface of ng_getqblk(), so that malloc wait flags are | Gleb Smirnoff |
| 2005-05-16 | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | Gleb Smirnoff |