summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
Commit message (Expand)AuthorAgeFilesLines
* In the splnet times, netgraph was functional and synchronous. Nowadays,glebius2005-07-051-0/+8
* Use NG_QUEUE instead of constant.glebius2005-05-161-1/+1
* - Extend interface of ng_getqblk(), so that malloc wait flags areglebius2005-05-161-10/+15
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offglebius2005-05-161-1/+3
* Use uma(9) for allocating netgraph items:glebius2005-05-141-7/+1
* Since there is no way to queue a function call to node, createglebius2005-05-131-0/+2
* Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destinationglebius2005-03-101-0/+1
* Make netgraph ISR and callout MPSAFE.glebius2005-02-121-2/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-011-2/+2
* - Make ng_timeout() to use callout() interface instead of timeout().glebius2004-11-021-3/+4
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-201-1/+1
* When making a peer of unknown type framework tries to load moduleglebius2004-07-271-0/+1
* Slight cosmetic changes.julian2004-07-201-9/+26
* Remove the home-grown metadata facility in favour of the now genericjulian2004-06-301-89/+24
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-2/+16
* Add a new netgraph method to allow restoration of somejulian2004-05-291-1/+4
* Get rid of the deprecated *LEN constants and use the new *SIZharti2004-01-261-2/+2
* Double length of node names, hook names, command strings and types. Addharti2003-11-121-1/+1
* Use a single style of multiple inclusion protection for Netgraph headers.ru2003-11-111-1/+1
* Don't use "NULL" when "0" is really meant.archie2002-08-221-3/+3
* When declaring local variables in macros, always use "_name" insteadarchie2002-08-201-33/+34
* Official timeout routines for netgraph nodes that know how tojulian2002-03-051-0/+4
* Add an external function to unlink a netgraph type from the types list.julian2001-07-231-0/+1
* Catch up to header include changes:jhb2001-03-281-0/+1
* netgraph.h:julian2001-03-101-5/+7
* Cleanups to Macros for sending data between netgraph nodes.julian2001-03-031-62/+32
* Add parenthesis to a macro.julian2001-03-031-1/+1
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-231-1/+5
* Make netgraph modules refuse to link with modules of a different ABI version.julian2001-02-051-1/+3
* Change the kernel internal ABI number as the HOOK structure has changed.julian2001-02-011-1/+1
* Add the ability to declare ore-ride methods on a per-hook basisjulian2001-01-311-11/+38
* Implement direct support for semipersistant nodes.julian2001-01-301-33/+100
* Add a generic "queued function callin" mechanismjulian2001-01-141-9/+49
* 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
OpenPOWER on IntegriCloud