chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / libsystemd / sd-rtnl / sd-rtnl.c
2015-04-19 Andy WingoRename more things to elogind
2015-03-23 Alin Rautasd-rtnl: handle empty multi-part message from the kernel
2015-03-13 Tom Gundersensd-rtnl: process - only apply matches to broadcast...
2015-03-13 Tom Gundersensd-rtnl: improve detection of broadcast messages
2015-03-13 Tom Gundersensd-rtnl: never set serial to 0
2015-03-13 David Herrmanntree-wide: there is no ENOTSUP on linux
2015-03-12 Richard Mawnetworkd: Begin with serial number 1 for netlink requests
2015-02-03 Tom Gundersensd-rtnl: allow sd_rtnl_open_fd() to be used on bound...
2015-02-02 Tom Gundersennetworkd: support socket activation
2015-02-02 Tom Gundersensd-rtnl: introduce sd_rtnl_new_from_netlink
2015-01-31 Tom Gundersensd-rtnl: don't fail event handler when callback fails
2015-01-13 Tom Gundersenrefcnt: refcnt is unsigned, fix comparisons
2015-01-13 Lennart Poetteringnspawn: add new option "--port=" for exposing container...
2014-12-29 Tom Gundersensd-rtnl: rtnl_call - don't dispatch wqueue after timeou...
2014-12-29 Tom Gundersensd-rtnl: rtnl_poll - fix typo
2014-11-27 Alin Rautanetworkd: fix kernel rtnl receive buffer overrun error
2014-11-04 Lennart Poetteringsd-event: rename sd_event_source_set_name() to sd_event...
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-29 Ruben KerkhofFix a few typos in log messages
2014-08-28 Tom Gundersensd-event: name event sources used in libraries
2014-07-29 Kay Sieverstime-util: add and use USEC/NSEC_INFINIY
2014-05-10 Tom Gundersenrtnl: message - read group membership of incoming messages
2014-05-10 Tom Gundersenrtnl: change from bitmask to enum for rtnl groups
2014-04-20 Tom Gundersensd-rtnl: log when queues are exhausted
2014-04-19 Tom Gundersensd-rtnl: message - concatenate multi-part messages...
2014-04-14 Tom Gundersensd-rtnl: socket_read - use a read buffer
2014-04-10 Tom Gundersensd-rtnl: use SO_PASSCRED
2014-04-10 Tom Gundersensd-rtnl: don't drop multi-part messages
2014-04-10 Tom Gundersensd-rtnl: use GREEDY_REALLOC for message queues
2014-03-31 Tom Gundersensd-rtnl: modernize a bit
2014-03-27 Tom Gundersensd-rtnl: message - don't reference associated rtnl...
2014-03-24 Lennart Poetteringnetworkd: fix a couple of memory leaks
2014-03-24 Tom Gundersensd-rtnl: add sd_rtnl_message_enter_container()
2014-03-24 Lennart Poetteringsd-event: rework API to support CLOCK_REALTIME_ALARM...
2014-03-22 David Herrmannsd-rtnl: fix self-reference leaks
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-16 Tom Gundersensd-rtnl: never treat broadcasts as replies
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-13 Lennart Poetteringrtnl: drop "sd_" prefix from cleanup macros
2014-01-30 Tom Gundersensd-rtnl: beef up rtnl-util a bit
2014-01-21 Tom Gundersenlibsystemd: split up into subdirs