summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl
AgeCommit message (Expand)Author
2014-03-05sd-rtnl: do not blindly enter containers in message_read()Tom Gundersen
2014-03-03sd-network: IPv4 link-local support [v2]Umut Tezduyar Lindskog
2014-02-25nspawn: add new switch --network-macvlan= to add a macvlan device to the cont...Lennart Poettering
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
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-19missing.h: add some IFLA_* constantsTom Gundersen
2014-02-18sd-rtnl-message: store reference to the bus in the messageTom Gundersen
2014-02-16sd-rtnl: do not require ifindex to be set for SETLINK messagesTom 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-15sd-rtnl: link flags - don't allow change = 0Tom 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: added support for a few more attributesSusant Sahani
2014-02-10sd-rtnl: test - improve test of MTU a bitTom Gundersen
2014-02-10sd-rtnl: add test cases for linkSusant Sahani
2014-02-05Added attribute support for sd-rtnlSusant 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-22sd-rtnl: simplify sd_rtnl_message_addr_new()Tom Gundersen
2014-01-22sd-rtnl: add sd_rtnl_message_append_u16()Tom Gundersen
2014-01-22sd-rtnl: link - allow setting the change maskTom Gundersen
2014-01-21libsystemd: split up into subdirsTom Gundersen