summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_source.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-4/+4
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-3/+0
* #include <net/vnet.h> is no longer needed here.zec2012-04-161-1/+0
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove email address that no longer exists.emaste2010-07-061-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Fix error message content.zec2008-09-211-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Ensure message passed to "settimestamp" and "setcounter" is the rightemaste2007-03-021-1/+9
* Add "setcounter" and "getcounter" messages, providing the the abilityemaste2007-03-021-0/+108
* Add "settimestamp" and "gettimestamp" messages, providing the the abilityemaste2007-03-011-5/+122
* Simplify ng_source_send() removing temporary queue and merging twoglebius2006-01-231-25/+9
* Implement an upper limit for packets per second sent by node.glebius2005-12-231-0/+38
* Major overhaul and cleanup of ng_source node.glebius2005-04-051-162/+132
* Make some basic grammar and style fixes to ng_source.c and ng_source.h.bmilekic2005-03-101-7/+5
* Fallout from the ALTQ import.ru2005-02-121-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-011-4/+4
* - Make ng_timeout() to use callout() interface instead of timeout().glebius2004-11-021-8/+7
* Fix a harmless error in order of ng_timeout() arguments.glebius2004-11-021-2/+2
* Slight cosmetic changes.julian2004-07-201-1/+0
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Use the official ng_timeout function to trigger sending. This means,harti2004-01-301-22/+14
* Don't confuse NULL and 0, use 0 where an integer is expected.harti2004-01-271-2/+2
* Style: add __FBSDID, relocate some { that were on the wrong line,harti2004-01-271-36/+24
* Make ng_source to work with non-ethernet interfaces. We do this byharti2004-01-261-2/+37
* Declare a function to silence a warning.harti2004-01-261-0/+2
* Should use the non-locking versions of the ifqueue macros toharti2004-01-261-7/+7
* Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() withharti2004-01-261-2/+1
* The version in the type description must be the ABI version, notharti2004-01-261-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* SMP locking for ifnet list.hsu2002-12-221-0/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Slight redesign for fitting in with -current.julian2002-11-051-27/+50
* The easy part of converting the ng_source node to -current.julian2002-11-021-54/+50
* Whitespace fixesjulian2002-11-021-47/+28
* Add the netgraph 'source' module.julian2002-10-311-0/+682
OpenPOWER on IntegriCloud