aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the deprecated *LEN constants and use the new *SIZHartmut Brandt2004-01-261-2/+2
* Double length of node names, hook names, command strings and types. AddHartmut Brandt2003-11-121-1/+1
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-1/+1
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-221-3/+3
* When declaring local variables in macros, always use "_name" insteadArchie Cobbs2002-08-201-33/+34
* Official timeout routines for netgraph nodes that know how toJulian Elischer2002-03-051-0/+4
* Add an external function to unlink a netgraph type from the types list.Julian Elischer2001-07-231-0/+1
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* netgraph.h:Julian Elischer2001-03-101-5/+7
* Cleanups to Macros for sending data between netgraph nodes.Julian Elischer2001-03-031-62/+32
* Add parenthesis to a macro.Julian Elischer2001-03-031-1/+1
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)Julian Elischer2001-02-231-1/+5
* Make netgraph modules refuse to link with modules of a different ABI version.Julian Elischer2001-02-051-1/+3
* Change the kernel internal ABI number as the HOOK structure has changed.Julian Elischer2001-02-011-1/+1
* Add the ability to declare ore-ride methods on a per-hook basisJulian Elischer2001-01-311-11/+38
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-301-33/+100
* Add a generic "queued function callin" mechanismJulian Elischer2001-01-141-9/+49
* Add an exported function ng_rmhook_self() that removes a hookJulian Elischer2001-01-111-1/+3
* Unbreak compilation.Archie Cobbs2001-01-111-1/+1
* Fix some memory leaksJulian Elischer2001-01-101-1/+2
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-171/+564
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-67/+373
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+8
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-28/+54
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Macro call to ng_send_dataq() should have been to ng_send_data() instead.Archie Cobbs2000-05-011-5/+5
* Use 'type_name' structure field instead of 'typename', which isArchie Cobbs2000-05-011-0/+1
* Minimal tweak to make the ng_XXX modules depend on netgraph so that theyPeter Wemm2000-04-291-1/+2
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-7/+21
* Some minor prototype tweaks.Archie Cobbs2000-03-131-5/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Add a new function ng_findhook() for finding a node's hook;Archie Cobbs1999-12-031-0/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-5/+21
* Add typedefs for node methodsJulian Elischer1999-11-011-26/+25
* Start making the contents of the generic framework opaque to the nodes.Julian Elischer1999-11-011-1/+4
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+255