aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_message.h
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* World now builds without these defines, so eliminate them.Warner Losh2009-06-091-9/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-4/+4
* Make ng_ID_t fixed size, so that its maximum value is platform independent.Gleb Smirnoff2006-10-171-2/+2
* In the splnet(9) times netgraph(4) was synchronous and if a messageGleb Smirnoff2006-01-121-18/+32
* Add macro NG_COPYMESSAGE(), which allocates memory and creates aGleb Smirnoff2005-04-201-1/+22
* Increase size of arglen to uint32_t, since uint16_t proved to beGleb Smirnoff2005-02-051-7/+7
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.Julian Elischer2004-08-201-3/+5
* Now that mbufs are allocated using uma,Julian Elischer2004-06-071-4/+0
* Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt2004-01-261-15/+15
* Bump the netgraph header version to 6 for the change of the nameHartmut Brandt2003-11-121-1/+1
* Double length of node names, hook names, command strings and types. AddHartmut Brandt2003-11-121-5/+15
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-1/+1
* Remove a gcc-ism: declaring a variable array at the end of a structureHartmut Brandt2003-10-221-4/+4
* KASSERT that NG_MKMESSAGE() is not called with mbuf flags.Poul-Henning Kamp2003-04-181-0/+4
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-42/+14
* Clean up reference counting with relation to queued packets and the worklist,Julian Elischer2001-02-011-5/+5
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-301-2/+1
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-22/+25
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-2/+7
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-1/+92
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-4/+2
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Take advantage of the new unsigned and hex integer types.Archie Cobbs2000-08-101-12/+12
* Experiemntal ascii based device configuration mechanism.Poul-Henning Kamp2000-07-031-0/+1
* Use 'type_name' structure field instead of 'typename', which isArchie Cobbs2000-05-011-1/+1
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-20/+139
* Start making the contents of the generic framework opaque to the nodes.Julian Elischer1999-11-011-1/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+209