summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_etf.c
Commit message (Collapse)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+6
| | | | MFC after: 3 months
* 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
| | | | | | the old way of doing it. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
| | | | | | | | Should make no binary difference. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Reviewed by: Harti Brandt <harti@freebsd.org> MFC after: 1 week
* Fixed panic on hook disconnection that previous revision has introduced.ru2003-12-191-5/+8
|
* Fixed two memory leaks.ru2003-11-171-1/+3
| | | | Reviewed by: harti
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-6/+6
| | | | | | | simply things a bit by getting rid of 'struct ng_parse_struct_info' which was useless because it only contained one field. MFC after: 2 weeks
* A node that allows ethernet type packets to be filtered to differentjulian2001-10-301-0/+496
hooks depending on ethertype. Great for prototyping protocols. connects to the lower and upper hooks of an ethernet type of node. Obtained from: Monzoon Networks. Thanks to Andre Oppermann, May 2001.
OpenPOWER on IntegriCloud