summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_etf.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-4/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+6
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.glebius2005-03-141-12/+0
* Make M_NETGRAPH_ETF staticphk2005-02-101-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-4/+4
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Fixed panic on hook disconnection that previous revision has introduced.ru2003-12-191-5/+8
* Fixed two memory leaks.ru2003-11-171-1/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-6/+6
* A node that allows ethernet type packets to be filtered to differentjulian2001-10-301-0/+496
OpenPOWER on IntegriCloud