summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl/rtnl-message.c
AgeCommit message (Expand)Author
2014-05-10rtnl: message - move code aroundTom Gundersen
2014-05-10sd-rtnl: message - add support for getting prefixlen from address messagesTom Gundersen
2014-05-03sd-rtnl-message: append - fix uninitialized memoryTom Gundersen
2014-05-03sd-rtnl: route - allow setting multiple matching routesTom Gundersen
2014-04-21silence warningsThomas Hindoe Paaboel Andersen
2014-04-19sd-rtnl: socet_read_message - make sure we only shrink the partial rqueue whe...Tom Gundersen
2014-04-19sd-rtnl: message - expose DUMP flag in the apiTom Gundersen
2014-04-19sd-rtnl: message - concatenate multi-part messages from different packetsTom Gundersen
2014-04-19sd-rtnl: message - don't put NULL message on rqueueTom Gundersen
2014-04-19sd-rtnl: message - make room for all pending messages, not just the firstTom Gundersen
2014-04-14sd-rtnl: message_addr - allow dumping of messagesTom Gundersen
2014-04-14sd-rtnl: socket_read - use a read bufferTom Gundersen
2014-04-14sd-rtnl: multi-part message - store as linked-list rather than independent me...Tom Gundersen
2014-04-14sd-rtnl: message_addr - expose a few more gettersTom Gundersen
2014-04-11sd-rtnl: use SO_PASSCREDTom Gundersen
2014-04-10sd-rtnl: don't drop multi-part messagesTom Gundersen
2014-04-03networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog
2014-03-31sd-rtnl: fix off-by-oneSteven Siloti
2014-03-29sd-rtnl: message - fix clang compile warningTom Gundersen
2014-03-28sd-rtnl: message - don't log about out-of-range attribute typesTom Gundersen
2014-03-28sd-rtnl: rework rtnl type systemTom Gundersen
2014-03-28sd-rtnl: message - fix memory leakTom Gundersen
2014-03-28sd-rtnl: message - don't reference associated rtnl objectTom Gundersen
2014-03-25sd-rtnl: add support for tunnel attributesSusant Sahani
2014-03-25sd-rtnl: message - don't try to enter unsupported containersTom Gundersen
2014-03-24sd-rtnl: message parsing - log when ignoring message attributesTom 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-23sd-rtnl: message - don't skip parts of message when parsingTom Gundersen
2014-03-16sd-rtnl: never treat broadcasts as repliesTom Gundersen
2014-03-15sd-rtnl: make RTM_NEWLINK report EEXIST by defaultTom 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-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-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
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-10sd-rtnl: added support for a few more attributesSusant Sahani
2014-02-05Added attribute support for sd-rtnlSusant Sahani
2014-01-30sd-rtnl: beef up rtnl-util a bitTom Gundersen
2014-01-24sd-rtnl: add support for reading containersTom Gundersen