summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl/test-rtnl.c
AgeCommit message (Expand)Author
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-08sd-rtnl: extend type system to allow address-family to decide the union membersTom Gundersen
2015-02-06sd-rtnl: fix creation of synthetic error repliesTom Gundersen
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-07-23networkd: set route protocolDan Williams
2014-07-18change type for address family to "int"Lennart Poettering
2014-07-18sd-rtnl: make string returned by sd_rtnl_message_read_string() constLennart Poettering
2014-06-18socket-util: introduce in_addr_union similar to sockaddr_union and make use o...Lennart Poettering
2014-04-19sd-rtnl: add multi-part message testTom Gundersen
2014-04-03networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog
2014-03-28sd-rtnl: rework rtnl type systemTom Gundersen
2014-03-24sd-rtnl: tests - drop redundant testsTom Gundersen
2014-03-24sd-rtnl: add sd_rtnl_message_enter_container()Tom Gundersen
2014-03-23sd-rtnl: message - protect against SEGFAULT when reading messagesTom Gundersen
2014-03-07sd-rtnl: introduce read ether and ip address functionsSusant Sahani
2014-03-06sd-rtnl:introduce table-based lookup and typesafe read() functionsSusant Sahani
2014-03-05sd-rtnl: do not blindly enter containers in message_read()Tom Gundersen
2014-02-22test: always use assert_se in testsTom Gundersen
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19sd-rtnl: test - include missing.h to build on old kernelsTom Gundersen
2014-02-18sd-rtnl-message: store reference to the bus in the messageTom Gundersen
2014-02-15sd-rtnl: always include linux/rtnetlink.hTom Gundersen
2014-02-15sd-rtnl: message_open_container - don't take a 'size' argumentTom Gundersen
2014-02-13rtnl: support adding VETH_INFO_PEER containers into rtnl messagesLennart Poettering
2014-02-13rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_...Lennart Poettering
2014-02-13rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering
2014-02-10sd-rtnl: test - improve test of MTU a bitTom Gundersen
2014-02-10sd-rtnl: add test cases for linkSusant Sahani
2014-01-30sd-rtnl: beef up rtnl-util a bitTom Gundersen
2014-01-25sd-rtnl: extend tests a bitTom Gundersen
2014-01-24sd-rtnl: add support for reading containersTom Gundersen
2014-01-24sd-rtnl: add support for nested containersTom Gundersen
2014-01-21libsystemd: split up into subdirsTom Gundersen