Age | Commit message (Expand) | Author |
2016-08-21 | networkd: limit the number of routes to the kernel limit (#4007) | Zbigniew Jędrzejewski-Szmek |
2016-08-18 | networkd: use RT_TABLE_MAIN by default | Michael Chapman |
2016-08-18 | networkd: do not touch link_messages when expiring routes | Michael Chapman |
2016-08-16 | networkd: avoid NULL pointer dereference in route_add | Michael Chapman |
2016-06-13 | networkd: route priority replace parsing config_parse_uint32 with safe_atou32... | Susant Sahani |
2016-06-10 | networkd: fix bad memory access for routes that are note attached to a link y... | Lennart Poettering |
2016-06-03 | networkd: constify more things | Lennart Poettering |
2016-06-03 | networkd: also enforce limit on total number of address/routes | Lennart Poettering |
2016-06-03 | networkd: enforce a limit on the number of statically assigned addresses/rout... | Lennart Poettering |
2016-05-17 | networkd: add route expiration handler (#3242) | Susant Sahani |
2016-05-14 | networkd: fix copy-pasto in error message | Zbigniew Jędrzejewski-Szmek |
2016-05-14 | networkd: drop route_drop | Zbigniew Jędrzejewski-Szmek |
2016-05-06 | networkd: route fix comment | Susant Sahani |
2016-05-03 | networkd: add support to set route table | Susant Sahani |
2016-04-25 | networkd: Fix route properties. | Susant Sahani |
2016-04-12 | network: hashmap_put() can fail | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-11 | networkd: ndisc - handle router advertisement in userspace | Tom Gundersen |
2015-10-30 | networkd: route - add expiration support | Tom Gundersen |
2015-10-30 | networkd: route - track routes | Tom Gundersen |
2015-10-30 | networkd: route - clean up confusion between 'metric' and 'priority' | Tom Gundersen |
2015-10-30 | networkd: route - rename fields in struct | Tom Gundersen |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-21 | networkd: route - add hash_ops | Tom Gundersen |
2015-10-21 | networkd: route - simplify route_new() | Tom Gundersen |
2015-10-11 | networkd: make address_{establish,release}() static | Tom Gundersen |
2015-10-11 | networkd: route/address - simplify and unify creators | Tom Gundersen |
2015-10-05 | Merge pull request #1372 from jemk/prefsrc | Tom Gundersen |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-24 | networkd: add support to configure preferred source of static routes | Jens Kuske |
2015-08-27 | networkd: split up networkd.h into per-object header files | Lennart Poettering |
2015-06-13 | sd-netlink: rename from sd-rtnl | Tom Gundersen |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-09 | networkd: support route scopes | Tom Gundersen |
2014-12-08 | networkd: route - ignore unknown address family | Tom Gundersen |
2014-12-04 | networkd: add support for source routing | Tom Gundersen |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-27 | networkd: route - allow routes without a gateway | Gavin Li |
2014-09-08 | networkd: add preferred source to dhcp4 gateway route | Emil Renner Berthing |
2014-08-12 | networkd: split out networkd-link.h | Tom Gundersen |
2014-08-11 | networkd: monopolize in_addr utility functions in shared/in-addr-util.h | Lennart Poettering |
2014-07-28 | networkd: route/address - use trivial hash functions | Tom Gundersen |
2014-07-23 | networkd: set route protocol | Dan Williams |
2014-07-15 | networkd: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-07-14 | networkd: make metric of routes configurable | Susant Sahani |