summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_one2many.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* Remove unsigned < 0 comparison.glebius2013-10-261-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets areae2011-03-011-0/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Fix getting stats from many links with index > 0.glebius2005-03-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.glebius2004-11-231-0/+64
* Remove unused macro.glebius2004-11-191-3/+0
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-12/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Backout previous change, it breaks build and it is not neededpjd2004-02-201-89/+0
* Add new failure detection algorithm.pjd2004-02-191-0/+89
* 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
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-5/+5
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-7/+7
* Implement direct support for semipersistant nodes.julian2001-01-301-2/+3
* Add a new distribution algorythm to the 'one2many' node type.julian2001-01-281-3/+51
* Part 2 of the netgraph rewrite.julian2001-01-081-16/+16
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-26/+18
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* New netgraph node type ng_one2many(4).archie2000-11-161-0/+521
OpenPOWER on IntegriCloud