| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix error message content. | Marko Zec | 2008-09-21 | 1 | -1/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
| * | Ensure message passed to "settimestamp" and "setcounter" is the right | Ed Maste | 2007-03-02 | 1 | -1/+9 |
| * | Add "setcounter" and "getcounter" messages, providing the the ability | Ed Maste | 2007-03-02 | 1 | -0/+108 |
| * | Add "settimestamp" and "gettimestamp" messages, providing the the ability | Ed Maste | 2007-03-01 | 1 | -5/+122 |
| * | Simplify ng_source_send() removing temporary queue and merging two | Gleb Smirnoff | 2006-01-23 | 1 | -25/+9 |
| * | Implement an upper limit for packets per second sent by node. | Gleb Smirnoff | 2005-12-23 | 1 | -0/+38 |
| * | Major overhaul and cleanup of ng_source node. | Gleb Smirnoff | 2005-04-05 | 1 | -162/+132 |
| * | Make some basic grammar and style fixes to ng_source.c and ng_source.h. | Bosko Milekic | 2005-03-10 | 1 | -7/+5 |
| * | Fallout from the ALTQ import. | Ruslan Ermilov | 2005-02-12 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
| * | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | Gleb Smirnoff | 2004-12-01 | 1 | -4/+4 |
| * | - Make ng_timeout() to use callout() interface instead of timeout(). | Gleb Smirnoff | 2004-11-02 | 1 | -8/+7 |
| * | Fix a harmless error in order of ng_timeout() arguments. | Gleb Smirnoff | 2004-11-02 | 1 | -2/+2 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 1 | -1/+0 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+9 |
| * | Use the official ng_timeout function to trigger sending. This means, | Hartmut Brandt | 2004-01-30 | 1 | -22/+14 |
| * | Don't confuse NULL and 0, use 0 where an integer is expected. | Hartmut Brandt | 2004-01-27 | 1 | -2/+2 |
| * | Style: add __FBSDID, relocate some { that were on the wrong line, | Hartmut Brandt | 2004-01-27 | 1 | -36/+24 |
| * | Make ng_source to work with non-ethernet interfaces. We do this by | Hartmut Brandt | 2004-01-26 | 1 | -2/+37 |
| * | Declare a function to silence a warning. | Hartmut Brandt | 2004-01-26 | 1 | -0/+2 |
| * | Should use the non-locking versions of the ifqueue macros to | Hartmut Brandt | 2004-01-26 | 1 | -7/+7 |
| * | Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() with | Hartmut Brandt | 2004-01-26 | 1 | -2/+1 |
| * | The version in the type description must be the ABI version, not | Hartmut Brandt | 2004-01-26 | 1 | -3/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -0/+2 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -1/+1 |
| * | Slight redesign for fitting in with -current. | Julian Elischer | 2002-11-05 | 1 | -27/+50 |
| * | The easy part of converting the ng_source node to -current. | Julian Elischer | 2002-11-02 | 1 | -54/+50 |
| * | Whitespace fixes | Julian Elischer | 2002-11-02 | 1 | -47/+28 |
| * | Add the netgraph 'source' module. | Julian Elischer | 2002-10-31 | 1 | -0/+682 |