chiark / gitweb /
bus-driverd: actually add --version
[elogind.git] / src / libsystemd-rtnl /
2013-12-16 Tom Gundersenrtnl: replace message_append by typesafe versions
2013-12-16 Tom Gundersenrtnl: support interleaved reading and writing, and...
2013-12-16 Tom Gundersenrtnl: simplify route_new()
2013-12-16 Tom Gundersenrtnl: simplify link_new()
2013-12-16 Tom Gundersenrtnl: match - only match on one type at a time
2013-12-16 Tom Gundersenrtnl: clean up/add asserts
2013-12-16 Tom Gundersenrtnl: add support for receiving route messages
2013-12-13 Lennart Poetteringevent: rework sd-event exit logic
2013-12-04 Tom Gundersenrtnl: add link_get_flags
2013-12-04 Tom Gundersenrtnl: add callback support
2013-12-04 Tom Gundersenrtnl: don't ignore broadcast messages
2013-11-26 Tom Gundersenrtnl: add support for IFLA_MASTER
2013-11-26 Tom Gundersenrtnl: add preliminary support for containers
2013-11-25 Tom Gundersenudev: net_setup_link - don't use Description as Alias
2013-11-20 Thomas Hindoe Paab... bus/rtnl: silence clang warnings
2013-11-14 Tom Gundersenrtnl: add event loop integration
2013-11-14 Tom Gundersenrtnl: add call_async and call_async_cancel
2013-11-13 Tom Gundersenrtnl: start adding support for asynchronous messaging
2013-11-13 Tom Gundersenrtnl: rename rtnl_bus_send_with_reply_and_block() to...
2013-11-08 Tom Gundersenrtnl: message - initialize all memory
2013-11-08 Tom Gundersentest-rtnl: fix typo
2013-11-07 Lennart Poetteringrtnl: add Makefile symlink
2013-11-07 Lennart Poetteringrtnl: headers in src/systemd/ may not include internal...
2013-11-07 Lennart Poetteringrtnl: internal headers must include pragma once protection
2013-11-04 Tom Gundersenrtnl: add support for routes
2013-10-30 Tom Gundersenudev: link-config - let udevd set the ifname
2013-10-29 Tom Gundersenrtnl-util: add missing files
2013-10-29 Tom Gundersenrtnl: fix sockaddr confusion
2013-10-29 Tom Gundersenrtnl: cleanup socket_read_message
2013-10-29 Tom Gundersenrtnl: complain if used after fork
2013-10-29 Tom Gundersenrtnl: introduce default timeout
2013-10-29 Tom Gundersenrtnl: use malloc0 instead of calloc
2013-10-29 Tom Gundersenrtnl: use _cleanup_ macro more
2013-10-29 Tom Gundersensd-rtnl: minor fixes
2013-10-27 Tom Gundersenrtnl: relax the tests a bit
2013-10-27 Tom Gundersenlibsystemd-rtnl: add a rtnetlink library