summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_hole.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Fix memory leak.Ruslan Ermilov2005-12-091-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+8
* Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)Julian Elischer2004-05-241-1/+1
* Maintain statistics about the received frames.Ruslan Ermilov2004-05-191-3/+127
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-2/+3
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-14/+23
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-2/+1
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-1/+2
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-3/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* Add typedefs for node methodsJulian Elischer1999-11-011-3/+3
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+97