| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the name hash and the ID hash, that are used to address nodes: | glebius | 2012-02-16 | 1 | -5/+1 |
* | Constify "address" argument of ng_address_path(). | fjoe | 2011-11-06 | 1 | -1/+1 |
* | - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failed | glebius | 2011-10-27 | 1 | -2/+3 |
* | Fix build with NETGRAPH_DEBUG. | glebius | 2011-07-04 | 1 | -1/+1 |
* | Fix build with NETGRAPH_DEBUG. | glebius | 2011-07-04 | 1 | -2/+2 |
* | - Use refcount(9) API to manage node and hook refcounting. | glebius | 2011-07-04 | 1 | -3/+4 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -32/+0 |
* | Introduce a mechanism for detecting calls from outbound path of the | zec | 2009-06-11 | 1 | -2/+31 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+1 |
* | In preparation to make options VIMAGE operational, where needed, | zec | 2009-04-26 | 1 | -0/+1 |
* | Revert rev. 183277: | mav | 2008-12-13 | 1 | -1/+0 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+6 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -0/+11 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+19 |
* | Add ng_rmnode_flags() so the caller can pass NG_QUEUE and have the node | thompsa | 2008-09-22 | 1 | -0/+1 |
* | Make it simpler to build netgraph modules outside of the kernel source | gnn | 2008-06-24 | 1 | -0/+2 |
* | Several changes breaking netgraph module ABI collected together: | mav | 2008-04-15 | 1 | -12/+9 |
* | Improve apply callback error reporting: | mav | 2008-03-11 | 1 | -1/+2 |
* | Implement stack protection based on GET_STACK_USAGE() macro. | mav | 2008-01-31 | 1 | -0/+23 |
* | - Merge all the ng_send_fn2* functions into one - ng_send_fn2(), | glebius | 2007-11-14 | 1 | -15/+7 |
* | Implement new apply callback mechanism to handle item forwarding. | mav | 2007-10-19 | 1 | -5/+37 |
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -1/+1 |
* | - ng_address_ID() has already freed the message, don't do double free. | glebius | 2006-10-17 | 1 | -6/+2 |
* | Use NET_CALLOUT_MPSAFE for netgraph callout initializer. | glebius | 2006-06-06 | 1 | -1/+1 |
* | Provide additional macros for sending netgraph items, which allow | glebius | 2006-01-12 | 1 | -9/+17 |
* | Remove old debugging leftover. | glebius | 2006-01-12 | 1 | -3/+1 |
* | Some whitespace and style cleanup. | glebius | 2005-11-15 | 1 | -29/+29 |
* | Rework the ng_item queueing on nodes: | glebius | 2005-11-02 | 1 | -3/+12 |
* | Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatible | glebius | 2005-09-12 | 1 | -1/+0 |
* | Add ng_callout_ini_mtx() macro. | glebius | 2005-08-30 | 1 | -0/+1 |
* | reorder a couple of cases of void __inline to __inline void | julian | 2005-08-08 | 1 | -3/+3 |
* | Fix up the comment. | ru | 2005-08-02 | 1 | -2/+2 |
* | Bump NG_ABI_VERSION. A number of ABI breakeges had been done since | glebius | 2005-07-21 | 1 | -1/+1 |
* | Enhance struct ng_hook - add hk_type field. This field will describe | glebius | 2005-07-21 | 1 | -0/+1 |
* | In the splnet times, netgraph was functional and synchronous. Nowadays, | glebius | 2005-07-05 | 1 | -0/+8 |
* | Use NG_QUEUE instead of constant. | glebius | 2005-05-16 | 1 | -1/+1 |
* | - Extend interface of ng_getqblk(), so that malloc wait flags are | glebius | 2005-05-16 | 1 | -10/+15 |
* | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | glebius | 2005-05-16 | 1 | -1/+3 |
* | Use uma(9) for allocating netgraph items: | glebius | 2005-05-14 | 1 | -7/+1 |
* | Since there is no way to queue a function call to node, create | glebius | 2005-05-13 | 1 | -0/+2 |
* | Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destination | glebius | 2005-03-10 | 1 | -0/+1 |
* | Make netgraph ISR and callout MPSAFE. | glebius | 2005-02-12 | 1 | -2/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | glebius | 2004-12-01 | 1 | -2/+2 |
* | - Make ng_timeout() to use callout() interface instead of timeout(). | glebius | 2004-11-02 | 1 | -3/+4 |
* | Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. | julian | 2004-08-20 | 1 | -1/+1 |
* | When making a peer of unknown type framework tries to load module | glebius | 2004-07-27 | 1 | -0/+1 |
* | Slight cosmetic changes. | julian | 2004-07-20 | 1 | -9/+26 |