| Age | Commit message (Expand) | Author |
| 2024-04-08 | ng_bridge: allow to automatically assign numbers to new hooks | David Marker |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-03-03 | ipfw: garbage collect ip_fw_chk_ptr | Gleb Smirnoff |
| 2022-04-12 | netgraph: Remove the rethook parameter from NG_NODE_FOREACH_HOOK. | John Baldwin |
| 2021-11-23 | ng_bridge: count item allocation failures as memory failures | Gleb Smirnoff |
| 2021-08-13 | ng_bridge: Use M_NOWAIT when allocating memory in the newhook routine | Mark Johnston |
| 2021-06-14 | netgraph/bridge: malloc without flags | Lutz Donnerhacke |
| 2021-05-13 | netgraph/ng_bridge: Handle send errors during loop handling | Lutz Donnerhacke |
| 2021-05-13 | netgraph/ng_bridge: Avoid cache thrashing | Lutz Donnerhacke |
| 2021-05-13 | netgraph/ng_bridge: become SMP aware | Lutz Donnerhacke |
| 2021-05-13 | netgraph/ng_bridge: move MACs via control message | Lutz Donnerhacke |
| 2021-05-04 | netgraph/ng_bridge: learn MACs via control message | Lutz Donnerhacke |
| 2021-02-10 | netgraph/ng_bridge: Add counters for the first link, too | Lutz Donnerhacke |
| 2021-02-09 | netgraph/ng_bridge: Document staleness in multithreaded operation | Lutz Donnerhacke |
| 2021-02-09 | netgraph/ng_bridge: Merge internal structures | Lutz Donnerhacke |
| 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 |
| 2021-02-07 | netgraph/ng_bridge: Remove old table ABI | Lutz Donnerhacke |
| 2021-02-06 | netgraph/ng_bridge: switch stats to counter framework | Lutz Donnerhacke |
| 2021-02-06 | netgraph/ng_bridge: Derive forwarding mode from first attached hook | Lutz Donnerhacke |
| 2021-02-06 | netgraph/ng_bridge: Introduce "uplink" ports without MAC learning | Lutz Donnerhacke |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-01-05 | netgraph/ng_bridge: Reestablish old ABI | Bjoern A. Zeeb |
| 2019-11-02 | Fix regression from r353026. Pointer was increased instead of value | Gleb Smirnoff |
| 2019-10-03 | Fix build failure from r353026. Somehow module build allowed this. | Gleb Smirnoff |
| 2019-10-03 | - Remove the compile time limit for number of links a ng_bridge node | Gleb Smirnoff |
| 2018-01-21 | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni |
| 2018-01-15 | netgraph: make some use of mallocarray(9). | Pedro F. Giffuni |
| 2016-04-29 | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni |
| 2014-11-02 | NG_NODE_NAME(node) is always not NULL. Use correct macro. | Gleb Smirnoff |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2012-12-05 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 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-05-05 | Add an optional "persistent" flag to ng_hub and ng_bridge, which if set, | Marko Zec |
| 2009-12-15 | add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit; | Luigi Rizzo |
| 2009-10-11 | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer |
| 2009-08-01 | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson |
| 2008-12-10 | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec |
| 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 |
| 2008-08-17 | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb |
| 2005-02-09 | In revision 1.29 timeout() was converted to ng_callout(). | Ruslan Ermilov |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-12-14 | - Use ng_callout() instead of timeout. | Gleb Smirnoff |
| 2004-08-17 | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann |
| 2004-07-20 | Slight cosmetic changes. | Julian Elischer |
| 2004-06-26 | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer |
| 2004-06-22 | Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge. | Brian Feldman |