aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_one2many.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* netgraph/ng_one2main: Clarification in comments about copy modeLutz Donnerhacke2021-01-181-3/+3
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Remove unsigned < 0 comparison.Gleb Smirnoff2013-10-261-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-3/+1
* Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets areAndrey V. Elsukov2011-03-011-0/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Fix getting stats from many links with index > 0.Gleb Smirnoff2005-03-111-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.Gleb Smirnoff2004-11-231-0/+64
* Remove unused macro.Gleb Smirnoff2004-11-191-3/+0
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-12/+1
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Backout previous change, it breaks build and it is not neededPawel Jakub Dawidek2004-02-201-89/+0
* Add new failure detection algorithm.Pawel Jakub Dawidek2004-02-191-0/+89
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-081-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-5/+5
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-7/+7
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-301-2/+3
* Add a new distribution algorythm to the 'one2many' node type.Julian Elischer2001-01-281-3/+51
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-16/+16
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-26/+18
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-2/+1
* New netgraph node type ng_one2many(4).Archie Cobbs2000-11-161-0/+521