summaryrefslogtreecommitdiffstats
path: root/lib/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Perform range check on len in nlmsg_reserveHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001cm-13.0Paul Stewart2017-04-061-0/+3
* Patch for unexpectedly aligned messagesMarc de Kruijf2009-09-021-1/+1
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-141-10/+30
* Thread-safe error handlingThomas Graf2008-05-141-12/+8
* Improve performance by using malloc() over calloc() in critical placesThomas Graf2008-05-071-1/+3
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-141-14/+51
* Fix stale data pointers when constructing messagesThomas Graf2008-01-141-23/+45
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-101-2/+10
* Fix nl_msg_parse() to not give back a reference it does not ownThomas Graf2007-12-171-1/+0
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-131-3/+3
* Cache message type association interface cleanupsThomas Graf2007-10-111-9/+15
* Initial importThomas Graf2007-09-151-0/+931