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