Age | Commit message (Expand) | Author |
2014-04-19 | sd-rtnl: add multi-part message test | Tom Gundersen |
2014-04-19 | sd-rtnl: message - concatenate multi-part messages from different packets | Tom Gundersen |
2014-04-19 | sd-rtnl: message - don't put NULL message on rqueue | Tom Gundersen |
2014-04-19 | sd-rtnl: message - make room for all pending messages, not just the first | Tom Gundersen |
2014-04-14 | sd-rtnl: message_addr - allow dumping of messages | Tom Gundersen |
2014-04-14 | sd-rtnl: socket_read - use a read buffer | Tom Gundersen |
2014-04-14 | sd-rtnl: multi-part message - store as linked-list rather than independent me... | Tom Gundersen |
2014-04-14 | sd-rtnl: message_addr - expose a few more getters | Tom Gundersen |
2014-04-11 | sd-rtnl: use SO_PASSCRED | Tom Gundersen |
2014-04-10 | sd-rtnl: don't drop multi-part messages | Tom Gundersen |
2014-04-10 | sd-rtnl: use GREEDY_REALLOC for message queues | Tom Gundersen |
2014-04-05 | build-sys: add newly used if_link.h defines to missing.h | Zbigniew Jędrzejewski-Szmek |
2014-04-03 | sd-rtnl: fix broken test cases and add support for tunnel | Susant Sahani |
2014-04-03 | networkd: smooth transition from ipv4ll to dhcp address | Umut Tezduyar Lindskog |
2014-03-31 | sd-rtnl: modernize a bit | Tom Gundersen |
2014-03-31 | sd-rtnl: fix off-by-one | Steven Siloti |
2014-03-29 | sd-rtnl: types - hook up bond types | Tom Gundersen |
2014-03-29 | sd-rtnl: message - fix clang compile warning | Tom Gundersen |
2014-03-28 | sd-rtnl: message - don't log about out-of-range attribute types | Tom Gundersen |
2014-03-28 | sd-rtnl: rework rtnl type system | Tom Gundersen |
2014-03-28 | sd-rtnl: message - fix memory leak | Tom Gundersen |
2014-03-28 | sd-rtnl: message - don't reference associated rtnl object | Tom Gundersen |
2014-03-25 | sd-rtnl: add support for tunnel attributes | Susant Sahani |
2014-03-25 | sd-rtnl: message - don't try to enter unsupported containers | Tom Gundersen |
2014-03-24 | networkd: fix a couple of memory leaks | Lennart Poettering |
2014-03-24 | sd-rtnl: tests - drop redundant tests | Tom Gundersen |
2014-03-24 | sd-rtnl: message parsing - log when ignoring message attributes | Tom Gundersen |
2014-03-24 | sd-rtnl: add sd_rtnl_message_enter_container() | Tom Gundersen |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-23 | sd-rtnl: message - protect against SEGFAULT when reading messages | Tom Gundersen |
2014-03-23 | sd-rtnl: message - don't skip parts of message when parsing | Tom Gundersen |
2014-03-22 | sd-rtnl: fix self-reference leaks | David Herrmann |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-16 | sd-rtnl: never treat broadcasts as replies | Tom Gundersen |
2014-03-15 | sd-rtnl: make RTM_NEWLINK report EEXIST by default | Tom Gundersen |
2014-03-08 | sd-rtnl: increase default timeout to match sd-bus | Tom Gundersen |
2014-03-07 | sd-rtnl: introduce read ether and ip address functions | Susant Sahani |
2014-03-06 | sd-rtnl/networkd: use new rtnl_message_read() API and drop helper | Tom Gundersen |
2014-03-06 | sd-rtnl:introduce table-based lookup and typesafe read() functions | Susant Sahani |
2014-03-05 | sd-rtnl: do not blindly enter containers in message_read() | Tom Gundersen |
2014-03-03 | sd-network: IPv4 link-local support [v2] | Umut Tezduyar Lindskog |
2014-02-25 | nspawn: add new switch --network-macvlan= to add a macvlan device to the cont... | Lennart Poettering |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-22 | test: always use assert_se in tests | Tom Gundersen |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-19 | sd-rtnl: test - include missing.h to build on old kernels | Tom Gundersen |
2014-02-19 | missing.h: add some IFLA_* constants | Tom Gundersen |
2014-02-18 | sd-rtnl-message: store reference to the bus in the message | Tom Gundersen |
2014-02-16 | sd-rtnl: do not require ifindex to be set for SETLINK messages | Tom Gundersen |
2014-02-15 | sd-rtnl: always include linux/rtnetlink.h | Tom Gundersen |