| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/netgraph: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -2/+2 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | These files were getting sys/malloc.h and vm/uma.h with header pollution | glebius | 2016-02-01 | 1 | -0/+1 |
* | Revise default limit for maximum of netgraph data items. | glebius | 2015-02-12 | 1 | -1/+1 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -2/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -3/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -0/+3 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -3/+0 |
* | Fix the parse type for NGM_LISTTYPES. | glebius | 2013-12-29 | 1 | -2/+2 |
* | Improve locking model used to protect netgraph topology: | melifaro | 2013-10-15 | 1 | -22/+26 |
* | PR: 168520 170096 | rodrigc | 2013-07-15 | 1 | -0/+3 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | Ensure that all cases that enqueue a netgraph item for delivery by a | rstone | 2012-09-27 | 1 | -1/+1 |
* | Revert r231829, that was my braino. | glebius | 2012-02-22 | 1 | -2/+2 |
* | Refactor the name hash and the ID hash, that are used to address nodes: | glebius | 2012-02-16 | 1 | -66/+177 |
* | Specify correct loading order for core of netgraph(4). | glebius | 2012-02-16 | 1 | -2/+2 |
* | Supply correct "how" argument to the uma_zcreate(). | glebius | 2012-02-16 | 1 | -2/+2 |
* | Fix includes list. | glebius | 2012-02-15 | 1 | -2/+1 |
* | Trim double empty lines. | glebius | 2012-02-15 | 1 | -8/+0 |
* | Remove testing stuff, reducing kernel memory footprint by 1 Kb. | glebius | 2012-02-15 | 1 | -29/+0 |
* | In ng_bypass() add more protection against potential race | glebius | 2012-02-15 | 1 | -0/+4 |
* | style(9): sort includes. | glebius | 2012-02-15 | 1 | -6/+6 |
* | Convert locks that protect name hash, ID hash and typelist from | glebius | 2012-01-23 | 1 | -60/+61 |
* | style(9), whitespace and spelling nits. | glebius | 2011-12-30 | 1 | -104/+78 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -3/+6 |
* | 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 | -0/+6 |
* | - Use refcount(9) API to manage node and hook refcounting. | glebius | 2011-07-04 | 1 | -15/+6 |
* | Fix error where error variable was assigned result of comparison, | glebius | 2011-04-17 | 1 | -1/+1 |
* | Improve locking of creating and dropping links in the graph, acquiring | glebius | 2011-03-21 | 1 | -51/+46 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -3/+3 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -3/+3 |
* | Increase the target buffer for performing NGM_ASCII2BINARY conversion | zec | 2010-05-13 | 1 | -1/+1 |
* | When destroying a vnet, shut down all netgraph nodes tied to that vnet | zec | 2010-05-03 | 1 | -19/+33 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -20/+4 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -42/+16 |
* | Introduce a mechanism for detecting calls from outbound path of the | zec | 2009-06-11 | 1 | -1/+5 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -3/+42 |
* | Unbreak LINT build, caused by a change in struct ng_node layout introduced | zec | 2009-05-05 | 1 | -0/+1 |
* | In preparation to make options VIMAGE operational, where needed, | zec | 2009-04-26 | 1 | -2/+28 |
* | To avoid one doubtless netgraph SMP scalability limitation point, switch | mav | 2008-12-14 | 1 | -13/+32 |
* | Revert rev. 183277: | mav | 2008-12-13 | 1 | -8/+2 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+14 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -1/+0 |
* | Remove unneeded NULL check. At first msg can't be null here and and at second | mav | 2008-11-22 | 1 | -2/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+4 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -1/+5 |