summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Add an exported function ng_rmhook_self() that removes a hookjulian2001-01-111-1/+3
* Unbreak compilation.archie2001-01-111-1/+1
* Fix some memory leaksjulian2001-01-101-1/+2
* Part 2 of the netgraph rewrite.julian2001-01-081-171/+564
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-67/+373
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+8
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-28/+54
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* Macro call to ng_send_dataq() should have been to ng_send_data() instead.archie2000-05-011-5/+5
* Use 'type_name' structure field instead of 'typename', which isarchie2000-05-011-0/+1
* Minimal tweak to make the ng_XXX modules depend on netgraph so that theypeter2000-04-291-1/+2
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-7/+21
* Some minor prototype tweaks.archie2000-03-131-5/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Add a new function ng_findhook() for finding a node's hook;archie1999-12-031-0/+1
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-5/+21
* Add typedefs for node methodsjulian1999-11-011-26/+25
* Start making the contents of the generic framework opaque to the nodes.julian1999-11-011-1/+4
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+255
OpenPOWER on IntegriCloud