summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-netlink/netlink-message.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* sd-netlink: minor coding style updatesLennart Poettering2018-01-231-4/+6
* sd-netlink: add generic netlink supportJörg Thalheim2018-01-091-5/+56
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: add support to configure IP Rule (#5725)Susant Sahani2017-09-141-6/+2
* networkctl: display address labelsSusant Sahani2017-06-271-1/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* sd-netlink: fix deep recursion in message destruction (#3455)David Herrmann2016-06-071-4/+6
* sd-netlink: fix sd_netlink_message_append_dataSusant Sahani2016-05-031-3/+3
* tree-wide: use SET_FLAG() macro to make code more clearAlexander Kuleshov2016-03-051-4/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-2/+2
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-7/+7
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* sd-netlink introduce API to add any size and typeSusant Sahani2016-01-191-0/+13
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+6
* sd-rtnl: introduce new API to set the NL header flagsSusant Sahani2015-10-051-0/+9
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-2/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-4/+2
* libsystemd: fix RTNL_CONTAINER_DEPTH assertKarel Zak2015-08-061-1/+1
* sd-netlink: introduce api for new NL type NLA_FLAGSusant Sahani2015-07-291-0/+18
* sd-netlink: respect attribute type flagsTom Gundersen2015-06-301-16/+32
* netlink: rework containersTom Gundersen2015-06-281-59/+57
* sd-netlink: make a couple of helper functions staticTom Gundersen2015-06-281-57/+57
* sd-netlink: mark union containers as nestedTom Gundersen2015-06-281-1/+1
* sd-netlink: don't treat NULL as root type-systemDavid Herrmann2015-06-241-2/+2
* sd-netlink: make sure the root-level type is nestedDavid Herrmann2015-06-241-2/+4
* sd-netlink: turn 'max' into 'count' to support empty type-systemsDavid Herrmann2015-06-241-6/+6
* sd-netlink: avoid casting size_t into intDavid Herrmann2015-06-241-25/+24
* sd-netlink: make NLTypeSystem internalDavid Herrmann2015-06-241-2/+2
* sd-netlink: make NLType internalDavid Herrmann2015-06-241-18/+25
* sd-netlink: don't access type->type_system[_union] directlyDavid Herrmann2015-06-241-3/+4
* sd-netlink: rename NLA_ to NETLINK_TYPE_David Herrmann2015-06-241-21/+21
* sd-netlink: message - split up source fileTom Gundersen2015-06-131-796/+3
* sd-netlink: drop the write-queueTom Gundersen2015-06-131-1/+1
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-0/+1699