summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-netlink/sd-netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: port to fd_wait_for_event()Lennart Poettering2020-06-101-12/+4
* tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-5/+11
* sd-netlink: support NLMSGERR_ATTR_MSGYu Watanabe2019-11-301-0/+4
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* sd-netlink: constify object pointers passed to gettersZbigniew Jędrzejewski-Szmek2019-10-241-3/+3
* sd-netlink: save dynamic general netlink message typeYu Watanabe2019-10-141-0/+3
* network: introduce ip nexthop routingSusant Sahani2019-10-141-0/+7
* networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-121-0/+7
* sd-netlink: do not use atomic reference countersZbigniew Jędrzejewski-Szmek2019-03-041-2/+2
* sd-netlink: set destroy_callback only if asynchronous call succeedsYu Watanabe2018-12-141-2/+8
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+8
* sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-11/+23
* sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-130/+58
* sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe2018-10-101-20/+37
* sd-netlink: use structured initializersYu Watanabe2018-10-101-16/+19
* sd-netlink: fix error handling in sd_netlink_call_async()Yu Watanabe2018-10-101-1/+1
* tree-wide: use CMP() macros where applicableYu Watanabe2018-10-091-7/+1
* libsystemd: use DEFINE_ATOMIC_REF_UNREF_FUNC or frineds where applicableYu Watanabe2018-08-271-39/+23
* sd-netlink: fix indentationYu Watanabe2018-08-271-2/+2
* 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-231-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