aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Merge netgraph related fixes and enhancements from head/. RevisionsGleb Smirnoff2012-02-141-4/+6
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-32/+0
* Introduce a mechanism for detecting calls from outbound path of theMarko Zec2009-06-111-2/+31
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-0/+1
* In preparation to make options VIMAGE operational, where needed,Marko Zec2009-04-261-0/+1
* Revert rev. 183277:Alexander Motin2008-12-131-1/+0
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+6
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-281-0/+11
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+19
* Add ng_rmnode_flags() so the caller can pass NG_QUEUE and have the nodeAndrew Thompson2008-09-221-0/+1
* Make it simpler to build netgraph modules outside of the kernel sourceGeorge V. Neville-Neil2008-06-241-0/+2
* Several changes breaking netgraph module ABI collected together:Alexander Motin2008-04-151-12/+9
* Improve apply callback error reporting:Alexander Motin2008-03-111-1/+2
* Implement stack protection based on GET_STACK_USAGE() macro.Alexander Motin2008-01-311-0/+23
* - Merge all the ng_send_fn2* functions into one - ng_send_fn2(),Gleb Smirnoff2007-11-141-15/+7
* Implement new apply callback mechanism to handle item forwarding.Alexander Motin2007-10-191-5/+37
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removeRobert Watson2007-07-281-1/+1
* - ng_address_ID() has already freed the message, don't do double free.Gleb Smirnoff2006-10-171-6/+2
* Use NET_CALLOUT_MPSAFE for netgraph callout initializer.Gleb Smirnoff2006-06-061-1/+1
* Provide additional macros for sending netgraph items, which allowGleb Smirnoff2006-01-121-9/+17
* Remove old debugging leftover.Gleb Smirnoff2006-01-121-3/+1
* Some whitespace and style cleanup.Gleb Smirnoff2005-11-151-29/+29
* Rework the ng_item queueing on nodes:Gleb Smirnoff2005-11-021-3/+12
* Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatibleGleb Smirnoff2005-09-121-1/+0
* Add ng_callout_ini_mtx() macro.Gleb Smirnoff2005-08-301-0/+1
* reorder a couple of cases of void __inline to __inline voidJulian Elischer2005-08-081-3/+3
* Fix up the comment.Ruslan Ermilov2005-08-021-2/+2
* Bump NG_ABI_VERSION. A number of ABI breakeges had been done sinceGleb Smirnoff2005-07-211-1/+1
* Enhance struct ng_hook - add hk_type field. This field will describeGleb Smirnoff2005-07-211-0/+1
* In the splnet times, netgraph was functional and synchronous. Nowadays,Gleb Smirnoff2005-07-051-0/+8
* Use NG_QUEUE instead of constant.Gleb Smirnoff2005-05-161-1/+1
* - Extend interface of ng_getqblk(), so that malloc wait flags areGleb Smirnoff2005-05-161-10/+15
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offGleb Smirnoff2005-05-161-1/+3
* Use uma(9) for allocating netgraph items:Gleb Smirnoff2005-05-141-7/+1
* Since there is no way to queue a function call to node, createGleb Smirnoff2005-05-131-0/+2
* Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destinationGleb Smirnoff2005-03-101-0/+1
* Make netgraph ISR and callout MPSAFE.Gleb Smirnoff2005-02-121-2/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-011-2/+2
* - Make ng_timeout() to use callout() interface instead of timeout().Gleb Smirnoff2004-11-021-3/+4
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.Julian Elischer2004-08-201-1/+1
* When making a peer of unknown type framework tries to load moduleGleb Smirnoff2004-07-271-0/+1
* Slight cosmetic changes.Julian Elischer2004-07-201-9/+26
* Remove the home-grown metadata facility in favour of the now genericJulian Elischer2004-06-301-89/+24
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-251-2/+16
* Add a new netgraph method to allow restoration of someJulian Elischer2004-05-291-1/+4
* 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