| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-01-31 | IfAPI: Explicitly include <net/if_private.h> in netstack | Justin Hibbits |
| 2021-01-29 | netgraph/ng_source: Switch queuing framework | Lutz Donnerhacke |
| 2021-01-23 | netgraph/ng_source: If queue is full, don't enqueue | Lutz Donnerhacke |
| 2021-01-17 | netgraph/ng_source: Allow ng_source to inject into any netgraph network | Lutz Donnerhacke |
| 2018-11-27 | ng_source(4): correction after the change r340617 | Eugene Grosbein |
| 2018-11-19 | Unbreak ng_source(4) for 64-bit platforms including amd64. | Eugene Grosbein |
| 2016-04-29 | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni |
| 2016-04-15 | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni |
| 2012-12-05 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-10-18 | Mechanically remove the last stray remains of spl* calls from net*/*. | Andre Oppermann |
| 2012-04-16 | #include <net/vnet.h> is no longer needed here. | Marko Zec |
| 2011-04-18 | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff |
| 2011-02-21 | Fix typos - remove duplicate "the". | Rebecca Cran |
| 2010-07-06 | Remove email address that no longer exists. | Ed Maste |
| 2009-08-01 | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson |
| 2008-09-21 | Fix error message content. | Marko Zec |
| 2008-08-17 | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb |
| 2007-03-02 | Ensure message passed to "settimestamp" and "setcounter" is the right | Ed Maste |
| 2007-03-02 | Add "setcounter" and "getcounter" messages, providing the the ability | Ed Maste |
| 2007-03-01 | Add "settimestamp" and "gettimestamp" messages, providing the the ability | Ed Maste |
| 2006-01-23 | Simplify ng_source_send() removing temporary queue and merging two | Gleb Smirnoff |
| 2005-12-23 | Implement an upper limit for packets per second sent by node. | Gleb Smirnoff |
| 2005-04-05 | Major overhaul and cleanup of ng_source node. | Gleb Smirnoff |
| 2005-03-10 | Make some basic grammar and style fixes to ng_source.c and ng_source.h. | Bosko Milekic |
| 2005-02-12 | Fallout from the ALTQ import. | Ruslan Ermilov |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-12-01 | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | Gleb Smirnoff |
| 2004-11-02 | - Make ng_timeout() to use callout() interface instead of timeout(). | Gleb Smirnoff |
| 2004-11-02 | Fix a harmless error in order of ng_timeout() arguments. | Gleb Smirnoff |
| 2004-07-20 | Slight cosmetic changes. | Julian Elischer |
| 2004-05-29 | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer |
| 2004-01-30 | Use the official ng_timeout function to trigger sending. This means, | Hartmut Brandt |
| 2004-01-27 | Don't confuse NULL and 0, use 0 where an integer is expected. | Hartmut Brandt |
| 2004-01-27 | Style: add __FBSDID, relocate some { that were on the wrong line, | Hartmut Brandt |
| 2004-01-26 | Make ng_source to work with non-ethernet interfaces. We do this by | Hartmut Brandt |
| 2004-01-26 | Declare a function to silence a warning. | Hartmut Brandt |
| 2004-01-26 | Should use the non-locking versions of the ifqueue macros to | Hartmut Brandt |
| 2004-01-26 | Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() with | Hartmut Brandt |
| 2004-01-26 | The version in the type description must be the ABI version, not | Hartmut Brandt |
| 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-22 | SMP locking for ifnet list. | Jeffrey Hsu |
| 2002-12-19 | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic |
| 2002-11-05 | Slight redesign for fitting in with -current. | Julian Elischer |
| 2002-11-02 | The easy part of converting the ng_source node to -current. | Julian Elischer |
| 2002-11-02 | Whitespace fixes | Julian Elischer |
| 2002-10-31 | Add the netgraph 'source' module. | Julian Elischer |