summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-netlink/sd-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+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-12/+6
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* sd-netlink: add generic netlink supportJörg Thalheim2018-01-091-3/+17
* 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-0/+10
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-2/+2
* sd-netlink: don't give up on netlink on ENOBUFSLennart Poettering2017-02-211-0/+4
* sd-netlink: fix sd_netlink_inc_rcvbuf() prototypeLennart Poettering2016-06-031-1/+4
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering2016-02-201-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* sd-netlink: since whe acquire the netlink socket's sockaddr anyway, let's act...Lennart Poettering2016-02-011-3/+3
* sd-netlink: don't take possesion of netlink fd from caller on failureLennart Poettering2016-02-011-1/+3
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-7/+7
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+6
* sd-netlink: refcount multicast groupsTom Gundersen2015-10-151-14/+42
* sd-netlink: add support for subscribing to ROUTE messagesTom Gundersen2015-10-111-3/+10
* tree-wide: generate EBADF when we get invalid fdsLennart Poettering2015-08-141-1/+1
* sd-netlink: socket - move some functions from main source fileTom Gundersen2015-06-131-35/+9
* sd-netlink: drop the write-queueTom Gundersen2015-06-131-124/+10
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-0/+1056