summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor the name hash and the ID hash, that are used to address nodes:glebius2012-02-161-5/+1
* Constify "address" argument of ng_address_path().fjoe2011-11-061-1/+1
* - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failedglebius2011-10-271-2/+3
* Fix build with NETGRAPH_DEBUG.glebius2011-07-041-1/+1
* Fix build with NETGRAPH_DEBUG.glebius2011-07-041-2/+2
* - Use refcount(9) API to manage node and hook refcounting.glebius2011-07-041-3/+4
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-32/+0
* Introduce a mechanism for detecting calls from outbound path of thezec2009-06-111-2/+31
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+1
* In preparation to make options VIMAGE operational, where needed,zec2009-04-261-0/+1
* Revert rev. 183277:mav2008-12-131-1/+0
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+6
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-0/+11
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+19
* Add ng_rmnode_flags() so the caller can pass NG_QUEUE and have the nodethompsa2008-09-221-0/+1
* Make it simpler to build netgraph modules outside of the kernel sourcegnn2008-06-241-0/+2
* Several changes breaking netgraph module ABI collected together:mav2008-04-151-12/+9
* Improve apply callback error reporting:mav2008-03-111-1/+2
* Implement stack protection based on GET_STACK_USAGE() macro.mav2008-01-311-0/+23
* - Merge all the ng_send_fn2* functions into one - ng_send_fn2(),glebius2007-11-141-15/+7
* Implement new apply callback mechanism to handle item forwarding.mav2007-10-191-5/+37
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-1/+1
* - ng_address_ID() has already freed the message, don't do double free.glebius2006-10-171-6/+2
* Use NET_CALLOUT_MPSAFE for netgraph callout initializer.glebius2006-06-061-1/+1
* Provide additional macros for sending netgraph items, which allowglebius2006-01-121-9/+17
* Remove old debugging leftover.glebius2006-01-121-3/+1
* Some whitespace and style cleanup.glebius2005-11-151-29/+29
* Rework the ng_item queueing on nodes:glebius2005-11-021-3/+12
* Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatibleglebius2005-09-121-1/+0
* Add ng_callout_ini_mtx() macro.glebius2005-08-301-0/+1
* reorder a couple of cases of void __inline to __inline voidjulian2005-08-081-3/+3
* Fix up the comment.ru2005-08-021-2/+2
* Bump NG_ABI_VERSION. A number of ABI breakeges had been done sinceglebius2005-07-211-1/+1
* Enhance struct ng_hook - add hk_type field. This field will describeglebius2005-07-211-0/+1
* 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
OpenPOWER on IntegriCloud