summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-netlink/netlink-message.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-06-07sd-netlink: fix deep recursion in message destruction (#3455)David Herrmann
2016-05-03sd-netlink: fix sd_netlink_message_append_dataSusant Sahani
2016-03-05tree-wide: use SET_FLAG() macro to make code more clearAlexander Kuleshov
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-19sd-netlink introduce API to add any size and typeSusant Sahani
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-05sd-rtnl: introduce new API to set the NL header flagsSusant Sahani
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-08-06libsystemd: fix RTNL_CONTAINER_DEPTH assertKarel Zak
2015-07-29sd-netlink: introduce api for new NL type NLA_FLAGSusant Sahani
2015-06-30sd-netlink: respect attribute type flagsTom Gundersen
2015-06-28netlink: rework containersTom Gundersen
2015-06-28sd-netlink: make a couple of helper functions staticTom Gundersen
2015-06-28sd-netlink: mark union containers as nestedTom Gundersen
2015-06-24sd-netlink: don't treat NULL as root type-systemDavid Herrmann
2015-06-24sd-netlink: make sure the root-level type is nestedDavid Herrmann
2015-06-24sd-netlink: turn 'max' into 'count' to support empty type-systemsDavid Herrmann
2015-06-24sd-netlink: avoid casting size_t into intDavid Herrmann
2015-06-24sd-netlink: make NLTypeSystem internalDavid Herrmann
2015-06-24sd-netlink: make NLType internalDavid Herrmann
2015-06-24sd-netlink: don't access type->type_system[_union] directlyDavid Herrmann
2015-06-24sd-netlink: rename NLA_ to NETLINK_TYPE_David Herrmann
2015-06-13sd-netlink: message - split up source fileTom Gundersen
2015-06-13sd-netlink: drop the write-queueTom Gundersen
2015-06-13sd-netlink: rename from sd-rtnlTom Gundersen