summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.c
Commit message (Expand)AuthorAgeFilesLines
...
* networkd: don't remove routeTobias Jungel2018-11-061-0/+10
* Merge pull request #10407 from yuwata/netlink-slotLennart Poettering2018-10-181-4/+4
|\
| * sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-2/+2
| * sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-4/+4
* | networkd: type support for "throw" in [Route] sectionHui Yiqun2018-10-161-2/+4
|/
* network: drop route_expire_callback() as it is duplicate of link_route_remove...Yu Watanabe2018-10-101-20/+1
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-2/+4
* sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe2018-10-101-2/+2
* tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-061-23/+19
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* network: avoid temporary variables for parsing, use TAKE_PTR (#9166)Zbigniew Jędrzejewski-Szmek2018-06-031-30/+15
* networkd: Support the ability to set MTU in [Route] sectionsSusant Sahani2018-05-241-0/+35
* network: make route_update() accept NULLYu Watanabe2018-05-111-6/+4
* network: fix indentationYu Watanabe2018-05-111-104/+124
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-16/+16
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-10/+5
* setup route expiration in kernel if supportedDaniel Dao2018-03-121-1/+8
* networkd: add quickack option to route (#7896)Susant Sahani2018-01-201-0/+43
* networkd: initcwn/initwnd use the right parsersSusant Sahani2018-01-111-7/+7
* networkd: allow to configure default/initial send/recv congestion window and ...Susant Sahani2017-12-291-0/+58
* networkd: fix reversed argumentsZbigniew Jędrzejewski-Szmek2017-11-281-3/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: remove route - drop route type from netlink message. (#7240)Susant Sahani2017-11-021-4/+0
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
* networkd: route - support unicast,blackhole,unreachable and prohibited (#6861)Susant Sahani2017-09-191-5/+56
* networkd: fix route table from unsigned char to uint32_t (#6083)Susant Sahani2017-06-061-4/+4
* networkd: remove unused variables (#5948)Zbigniew Jędrzejewski-Szmek2017-05-121-2/+1
* networkd: pretiffy message about invalid prefixZbigniew Jędrzejewski-Szmek2017-05-111-1/+3
* networkd: route replace parse prefix with generic in_addr_prefix_from_stringSusant Sahani2017-05-111-34/+7
* networkd: add support to configure route protocol. (#5890)Susant Sahani2017-05-091-0/+37
* tree-wide: use SET_FLAG in more places (#5892)Zbigniew Jędrzejewski-Szmek2017-05-071-4/+1
* networkd: route add missing search for route object.Susant Sahani2017-04-251-0/+4
* networkd: make IPv6 route preference configurable (#5700)Susant Sahani2017-04-251-0/+31
* networkd: route - support 'onlink' routes (#5734)Susant Sahani2017-04-211-0/+41
* networkd: Do not set config to NULL immediately.Susant Sahani2017-02-221-1/+1
* network: change condition in if testing section presenceZbigniew Jędrzejewski-Szmek2017-02-171-2/+3
* networkd: immediately transfer ownership of route->sectionZbigniew Jędrzejewski-Szmek2017-02-171-4/+4
* networkd: fix drop-in conf directory configs overwriting each otherSusant Sahani2017-02-161-16/+24
* networkd: handle MTU field in IPv6 RA (#4719)Susant Sahani2016-11-231-0/+14
* networkd: clean up main header file a bitTom Gundersen2016-11-141-1/+1
* networkd: limit the number of routes to the kernel limit (#4007)Zbigniew Jędrzejewski-Szmek2016-08-211-4/+31
* networkd: use RT_TABLE_MAIN by defaultMichael Chapman2016-08-181-4/+2
* networkd: do not touch link_messages when expiring routesMichael Chapman2016-08-181-10/+1
* networkd: avoid NULL pointer dereference in route_addMichael Chapman2016-08-161-1/+2
* networkd: route priority replace parsing config_parse_uint32 with safe_atou32...Susant Sahani2016-06-131-5/+8
* networkd: fix bad memory access for routes that are note attached to a link y...Lennart Poettering2016-06-101-1/+1
* networkd: constify more thingsLennart Poettering2016-06-031-20/+31