| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ng_ID_t fixed size, so that its maximum value is platform independent. | glebius | 2006-10-17 | 1 | -2/+2 |
* | In the splnet(9) times netgraph(4) was synchronous and if a message | glebius | 2006-01-12 | 1 | -18/+32 |
* | Add macro NG_COPYMESSAGE(), which allocates memory and creates a | glebius | 2005-04-20 | 1 | -1/+22 |
* | Increase size of arglen to uint32_t, since uint16_t proved to be | glebius | 2005-02-05 | 1 | -7/+7 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -2/+3 |
* | Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. | julian | 2004-08-20 | 1 | -3/+5 |
* | Now that mbufs are allocated using uma, | julian | 2004-06-07 | 1 | -4/+0 |
* | Get rid of the deprecated *LEN constants in favour of the new | harti | 2004-01-26 | 1 | -15/+15 |
* | Bump the netgraph header version to 6 for the change of the name | harti | 2003-11-12 | 1 | -1/+1 |
* | Double length of node names, hook names, command strings and types. Add | harti | 2003-11-12 | 1 | -5/+15 |
* | Use a single style of multiple inclusion protection for Netgraph headers. | ru | 2003-11-11 | 1 | -1/+1 |
* | Remove a gcc-ism: declaring a variable array at the end of a structure | harti | 2003-10-22 | 1 | -4/+4 |
* | KASSERT that NG_MKMESSAGE() is not called with mbuf flags. | phk | 2003-04-18 | 1 | -0/+4 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -42/+14 |
* | Clean up reference counting with relation to queued packets and the worklist, | julian | 2001-02-01 | 1 | -5/+5 |
* | Implement direct support for semipersistant nodes. | julian | 2001-01-30 | 1 | -2/+1 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -22/+25 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -2/+7 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -1/+92 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -4/+2 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -1/+1 |
* | Take advantage of the new unsigned and hex integer types. | archie | 2000-08-10 | 1 | -12/+12 |
* | Experiemntal ascii based device configuration mechanism. | phk | 2000-07-03 | 1 | -0/+1 |
* | Use 'type_name' structure field instead of 'typename', which is | archie | 2000-05-01 | 1 | -1/+1 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -1/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -20/+139 |
* | Start making the contents of the generic framework opaque to the nodes. | julian | 1999-11-01 | 1 | -1/+2 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+209 |