summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl/sd-rtnl.c
AgeCommit message (Expand)Author
2015-03-23sd-rtnl: handle empty multi-part message from the kernelAlin Rauta
2015-03-13sd-rtnl: process - only apply matches to broadcast messagesTom Gundersen
2015-03-13sd-rtnl: improve detection of broadcast messagesTom Gundersen
2015-03-13sd-rtnl: never set serial to 0Tom Gundersen
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-12networkd: Begin with serial number 1 for netlink requestsRichard Maw
2015-02-03sd-rtnl: allow sd_rtnl_open_fd() to be used on bound socketsTom Gundersen
2015-02-02networkd: support socket activationTom Gundersen
2015-02-02sd-rtnl: introduce sd_rtnl_new_from_netlinkTom Gundersen
2015-01-31sd-rtnl: don't fail event handler when callback failsTom Gundersen
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2015-01-13nspawn: add new option "--port=" for exposing container ports on the local hostLennart Poettering
2014-12-29sd-rtnl: rtnl_call - don't dispatch wqueue after timeout has passedTom Gundersen
2014-12-29sd-rtnl: rtnl_poll - fix typoTom Gundersen
2014-11-27networkd: fix kernel rtnl receive buffer overrun errorAlin Rauta
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-29Fix a few typos in log messagesRuben Kerkhof
2014-08-28sd-event: name event sources used in librariesTom Gundersen
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-05-10rtnl: message - read group membership of incoming messagesTom Gundersen
2014-05-10rtnl: change from bitmask to enum for rtnl groupsTom Gundersen
2014-04-20sd-rtnl: log when queues are exhaustedTom Gundersen
2014-04-19sd-rtnl: message - concatenate multi-part messages from different packetsTom Gundersen
2014-04-14sd-rtnl: socket_read - use a read bufferTom Gundersen
2014-04-11sd-rtnl: use SO_PASSCREDTom Gundersen
2014-04-10sd-rtnl: don't drop multi-part messagesTom Gundersen
2014-04-10sd-rtnl: use GREEDY_REALLOC for message queuesTom Gundersen
2014-03-31sd-rtnl: modernize a bitTom Gundersen
2014-03-28sd-rtnl: message - don't reference associated rtnl objectTom Gundersen
2014-03-24networkd: fix a couple of memory leaksLennart Poettering
2014-03-24sd-rtnl: add sd_rtnl_message_enter_container()Tom Gundersen
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-22sd-rtnl: fix self-reference leaksDavid Herrmann
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-16sd-rtnl: never treat broadcasts as repliesTom Gundersen
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-13rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering
2014-01-30sd-rtnl: beef up rtnl-util a bitTom Gundersen
2014-01-21libsystemd: split up into subdirsTom Gundersen