index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-rtnl
/
sd-rtnl.c
Age
Commit message (
Expand
)
Author
2015-03-13
sd-rtnl: process - only apply matches to broadcast messages
Tom Gundersen
2015-03-13
sd-rtnl: improve detection of broadcast messages
Tom Gundersen
2015-03-13
sd-rtnl: never set serial to 0
Tom Gundersen
2015-03-13
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-12
networkd: Begin with serial number 1 for netlink requests
Richard Maw
2015-02-03
sd-rtnl: allow sd_rtnl_open_fd() to be used on bound sockets
Tom Gundersen
2015-02-02
networkd: support socket activation
Tom Gundersen
2015-02-02
sd-rtnl: introduce sd_rtnl_new_from_netlink
Tom Gundersen
2015-01-31
sd-rtnl: don't fail event handler when callback fails
Tom Gundersen
2015-01-13
refcnt: refcnt is unsigned, fix comparisons
Tom Gundersen
2015-01-13
nspawn: add new option "--port=" for exposing container ports on the local host
Lennart Poettering
2014-12-29
sd-rtnl: rtnl_call - don't dispatch wqueue after timeout has passed
Tom Gundersen
2014-12-29
sd-rtnl: rtnl_poll - fix typo
Tom Gundersen
2014-11-27
networkd: fix kernel rtnl receive buffer overrun error
Alin Rauta
2014-11-04
sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()
Lennart Poettering
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-08-29
Fix a few typos in log messages
Ruben Kerkhof
2014-08-28
sd-event: name event sources used in libraries
Tom Gundersen
2014-07-29
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-05-10
rtnl: message - read group membership of incoming messages
Tom Gundersen
2014-05-10
rtnl: change from bitmask to enum for rtnl groups
Tom Gundersen
2014-04-20
sd-rtnl: log when queues are exhausted
Tom Gundersen
2014-04-19
sd-rtnl: message - concatenate multi-part messages from different packets
Tom Gundersen
2014-04-14
sd-rtnl: socket_read - use a read buffer
Tom Gundersen
2014-04-11
sd-rtnl: use SO_PASSCRED
Tom Gundersen
2014-04-10
sd-rtnl: don't drop multi-part messages
Tom Gundersen
2014-04-10
sd-rtnl: use GREEDY_REALLOC for message queues
Tom Gundersen
2014-03-31
sd-rtnl: modernize a bit
Tom Gundersen
2014-03-28
sd-rtnl: message - don't reference associated rtnl object
Tom Gundersen
2014-03-24
networkd: fix a couple of memory leaks
Lennart Poettering
2014-03-24
sd-rtnl: add sd_rtnl_message_enter_container()
Tom Gundersen
2014-03-24
sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...
Lennart Poettering
2014-03-22
sd-rtnl: fix self-reference leaks
David Herrmann
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-16
sd-rtnl: never treat broadcasts as replies
Tom Gundersen
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-13
rtnl: drop "sd_" prefix from cleanup macros
Lennart Poettering
2014-01-30
sd-rtnl: beef up rtnl-util a bit
Tom Gundersen
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen