summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_hole.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Fix memory leak.ru2005-12-091-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+8
* Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)julian2004-05-241-1/+1
* Maintain statistics about the received frames.ru2004-05-191-3/+127
* Part 2 of the netgraph rewrite.julian2001-01-081-2/+3
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-14/+23
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-1/+2
* Remove a bunch of un-needed includes.julian1999-12-071-3/+0
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-1/+2
* Add typedefs for node methodsjulian1999-11-011-3/+3
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+97
OpenPOWER on IntegriCloud