summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_tee.c
AgeCommit message (Expand)Author
2024-05-31netgraph: provide separate malloc type for nodes that are missing itDmitry Lukhtionov
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2016-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-04-18Node constructor methods are supposed to be called in syscallGleb Smirnoff
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2008-02-24Fix shutdown bug made by previous commit.Alexander Motin
2008-02-03Move all possible node logic out of the rcvdata() functionAlexander Motin
2005-06-07Update statistics only in case if delivery was successfull.Gleb Smirnoff
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-06-26Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer
2004-06-01Removed a leftover from the previous change.Ruslan Ermilov
2004-05-29Add a new netgraph method to allow restoration of someJulian Elischer
2004-05-29Switch to using C99 sparse initialisers for the type methods array.Julian Elischer
2004-03-24Don't duplicate a packet, just to throw it away when we discover theJulian Elischer
2004-03-22Dont count bytes being sent to a disconnected hook.Julian Elischer
2003-07-03Allow the caller to get an erro direclty if we sent the packet immediatly.Julian Elischer
2003-06-25Fix a commentJulian Elischer
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-19o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic
2002-05-31Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
2001-09-12KSE Milestone 2Julian Elischer
2001-01-26Swap egress hooks for packets entering from the monitor hooks.Julian Elischer
2001-01-08Part 2 of the netgraph rewrite.Julian Elischer
2001-01-06Rewrite of netgraph to start getting ready for SMP.Julian Elischer
2000-12-18Divorce the kernel binary ABI version number from the messageJulian Elischer
2000-12-12Reviewed by: Archie@freebsd.orgJulian Elischer
2000-11-18Add the use of M_ZERO to netgraph.David Malone
2000-10-24Since neither archie nor I work at Whistle any more, change our emailJulian Elischer
2000-09-21Allocate all memory (including within node constructors) with M_NOWAITArchie Cobbs
2000-08-10Add new control message to atomically get and clear statistics.Archie Cobbs
2000-04-28Two simple changes to the kernel internal API for netgraph modules,Julian Elischer
2000-01-27Add control message ASCII conversion for this node type.Archie Cobbs
1999-12-01Use m_dup() instead of m_copypacket() to duplicate the mbuf chain.Archie Cobbs
1999-11-30Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs
1999-11-08Fix crash when trying to duplicate a NULL meta.Archie Cobbs
1999-11-02Add statistics counters to "tee" netgraph node type.Archie Cobbs
1999-11-01Add typedefs for node methodsJulian Elischer
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer