chiark / gitweb /
silence warnings
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-message.c
2014-04-20 Thomas Hindoe Paab... silence warnings
2014-04-19 Tom Gundersensd-rtnl: socet_read_message - make sure we only shrink...
2014-04-19 Tom Gundersensd-rtnl: message - expose DUMP flag in the api
2014-04-19 Tom Gundersensd-rtnl: message - concatenate multi-part messages...
2014-04-19 Tom Gundersensd-rtnl: message - don't put NULL message on rqueue
2014-04-19 Tom Gundersensd-rtnl: message - make room for all pending messages...
2014-04-14 Tom Gundersensd-rtnl: message_addr - allow dumping of messages
2014-04-14 Tom Gundersensd-rtnl: socket_read - use a read buffer
2014-04-14 Tom Gundersensd-rtnl: multi-part message - store as linked-list...
2014-04-14 Tom Gundersensd-rtnl: message_addr - expose a few more getters
2014-04-10 Tom Gundersensd-rtnl: use SO_PASSCRED
2014-04-10 Tom Gundersensd-rtnl: don't drop multi-part messages
2014-04-03 Umut Tezduyar Lindskognetworkd: smooth transition from ipv4ll to dhcp address
2014-03-31 Steven Silotisd-rtnl: fix off-by-one
2014-03-29 Tom Gundersensd-rtnl: message - fix clang compile warning
2014-03-28 Tom Gundersensd-rtnl: message - don't log about out-of-range attribu...
2014-03-28 Tom Gundersensd-rtnl: rework rtnl type system
2014-03-27 Tom Gundersensd-rtnl: message - fix memory leak
2014-03-27 Tom Gundersensd-rtnl: message - don't reference associated rtnl...
2014-03-25 Susant Sahanisd-rtnl: add support for tunnel attributes
2014-03-25 Tom Gundersensd-rtnl: message - don't try to enter unsupported conta...
2014-03-24 Tom Gundersensd-rtnl: message parsing - log when ignoring message...
2014-03-24 Tom Gundersensd-rtnl: add sd_rtnl_message_enter_container()
2014-03-23 Tom Gundersensd-rtnl: message - protect against SEGFAULT when readin...
2014-03-23 Tom Gundersensd-rtnl: message - don't skip parts of message when...
2014-03-16 Tom Gundersensd-rtnl: never treat broadcasts as replies
2014-03-15 Tom Gundersensd-rtnl: make RTM_NEWLINK report EEXIST by default
2014-03-07 Susant Sahanisd-rtnl: introduce read ether and ip address functions
2014-03-06 Susant Sahanisd-rtnl:introduce table-based lookup and typesafe read...
2014-03-05 Tom Gundersensd-rtnl: do not blindly enter containers in message_read()
2014-03-03 Umut Tezduyar Lindskogsd-network: IPv4 link-local support [v2]
2014-02-25 Lennart Poetteringnspawn: add new switch --network-macvlan= to add a...
2014-02-25 Zbigniew Jędrzejew... Remove dead lines in various places
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19 Tom Gundersenmissing.h: add some IFLA_* constants
2014-02-18 Tom Gundersensd-rtnl-message: store reference to the bus in the...
2014-02-16 Tom Gundersensd-rtnl: do not require ifindex to be set for SETLINK...
2014-02-15 Tom Gundersensd-rtnl: always include linux/rtnetlink.h
2014-02-15 Tom Gundersensd-rtnl: message_open_container - don't take a 'size...
2014-02-15 Tom Gundersensd-rtnl: link flags - don't allow change = 0
2014-02-13 Lennart Poetteringrtnl: support adding VETH_INFO_PEER containers into...
2014-02-13 Lennart Poetteringrtnl: rename constructors from the form sd_rtnl_xxx_yyy...
2014-02-10 Susant Sahanisd-rtnl: added support for a few more attributes
2014-02-04 Susant SahaniAdded attribute support for sd-rtnl
2014-01-30 Tom Gundersensd-rtnl: beef up rtnl-util a bit
2014-01-24 Tom Gundersensd-rtnl: add support for reading containers
2014-01-24 Tom Gundersensd-rtnl: add support for nested containers
2014-01-22 Tom Gundersensd-rtnl: simplify sd_rtnl_message_addr_new()
2014-01-22 Tom Gundersensd-rtnl: add sd_rtnl_message_append_u16()
2014-01-22 Tom Gundersensd-rtnl: link - allow setting the change mask
2014-01-21 Tom Gundersenlibsystemd: split up into subdirs