summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_etf.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-4/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-6/+6
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.Gleb Smirnoff2005-03-141-12/+0
* Make M_NETGRAPH_ETF staticPoul-Henning Kamp2005-02-101-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-4/+4
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+10
* Fixed panic on hook disconnection that previous revision has introduced.Ruslan Ermilov2003-12-191-5/+8
* Fixed two memory leaks.Ruslan Ermilov2003-11-171-1/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-6/+6
* A node that allows ethernet type packets to be filtered to differentJulian Elischer2001-10-301-0/+496