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