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