summaryrefslogtreecommitdiffstats
path: root/lib/msg.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Improved debugging messages while constructing messages/attributesThomas Graf1-2/+2
2010-10-29Fix use of uninitialized data at the end of netlink messageThomas Graf1-1/+1
2009-09-02Patch for unexpectedly aligned messagesMarc de Kruijf1-1/+1
2008-12-10restructure module documentation orderThomas Graf1-1/+1
2008-10-14Replace NL_KEEP code with proper message reference countingThomas Graf1-10/+30
2008-05-14Thread-safe error handlingThomas Graf1-12/+8
2008-05-07Improve performance by using malloc() over calloc() in critical placesThomas Graf1-1/+3
2008-01-14Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf1-14/+51
2008-01-14Fix stale data pointers when constructing messagesThomas Graf1-23/+45
2008-01-10Added additional parsing and validation functions for generic netlinkThomas Graf1-2/+10
2007-12-17Fix nl_msg_parse() to not give back a reference it does not ownThomas Graf1-1/+0
2007-12-13[LIBNL]: Fix format stringsPatrick McHardy1-3/+3
2007-10-11Cache message type association interface cleanupsThomas Graf1-9/+15
2007-09-15Initial importThomas Graf1-0/+931