summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_message.h
AgeCommit message (Expand)Author
2023-11-27netgraph: increase size of sockaddr_ng to match maximum node nameGleb Smirnoff
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2009-06-09World now builds without these defines, so eliminate them.Warner Losh
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2006-10-17Make ng_ID_t fixed size, so that its maximum value is platform independent.Gleb Smirnoff
2006-01-12In the splnet(9) times netgraph(4) was synchronous and if a messageGleb Smirnoff
2005-04-20Add macro NG_COPYMESSAGE(), which allocates memory and creates aGleb Smirnoff
2005-02-05Increase size of arglen to uint32_t, since uint16_t proved to beGleb Smirnoff
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-08-20Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.Julian Elischer
2004-06-07Now that mbufs are allocated using uma,Julian Elischer
2004-01-26Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt
2003-11-12Bump the netgraph header version to 6 for the change of the nameHartmut Brandt
2003-11-12Double length of node names, hook names, command strings and types. AddHartmut Brandt
2003-11-11Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov
2003-10-22Remove a gcc-ism: declaring a variable array at the end of a structureHartmut Brandt
2003-04-18KASSERT that NG_MKMESSAGE() is not called with mbuf flags.Poul-Henning Kamp
2002-05-31Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs
2001-02-01Clean up reference counting with relation to queued packets and the worklist,Julian Elischer
2001-01-30Implement direct support for semipersistant nodes.Julian Elischer
2001-01-06Rewrite of netgraph to start getting ready for SMP.Julian Elischer
2000-12-18Divorce the kernel binary ABI version number from the messageJulian Elischer
2000-12-12Reviewed by: Archie@freebsd.orgJulian Elischer
2000-11-18Add the use of M_ZERO to netgraph.David Malone
2000-10-24Since neither archie nor I work at Whistle any more, change our emailJulian Elischer
2000-08-10Take advantage of the new unsigned and hex integer types.Archie Cobbs
2000-07-03Experiemntal ascii based device configuration mechanism.Poul-Henning Kamp
2000-05-01Use 'type_name' structure field instead of 'typename', which isArchie Cobbs
2000-04-28Two simple changes to the kernel internal API for netgraph modules,Julian Elischer
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-11-30Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs
1999-11-01Start making the contents of the generic framework opaque to the nodes.Julian Elischer
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer