summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.c
Commit message (Expand)AuthorAgeFilesLines
* networkd: use same order in _hash_func() and _compare_func()Zbigniew Jędrzejewski-Szmek2019-09-171-15/+23
* network: also take Route::initcwnd and ::initrwnd into hash funcYu Watanabe2019-09-171-0/+10
* network: take more route information into hash funcYu Watanabe2019-09-171-66/+4
* network: make route_get() or friends take Route objectYu Watanabe2019-09-171-95/+31
* network: set scope and protocol for default routeYu Watanabe2019-09-151-0/+3
* network: drop redundant and invalid destination addressYu Watanabe2019-09-151-4/+0
* network: do not use implicit cast to booleanYu Watanabe2019-09-151-2/+2
* network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek2019-08-271-5/+0
* network: fix potential memleaks related to set_put()Yu Watanabe2019-08-111-0/+2
* networkd: Routes should take the gateway into accountWilliam A. Kennington III2019-08-071-6/+17
* network: introduce route_full_hash_opsYu Watanabe2019-07-191-0/+97
* network: show known route protocol name nicely in debugging logsYu Watanabe2019-07-151-2/+27
* network: also show route protocol in debugging logsYu Watanabe2019-07-121-5/+20
* network: use string table for route protocolYu Watanabe2019-07-121-6/+11
* network: use string table to parse route table or scopeYu Watanabe2019-07-121-14/+15
* network: show route scope, table, and type in debugging logsYu Watanabe2019-07-121-2/+73
* network: make Route.Type= support local, broadcast, anycast, multicast, nat, ...Yu Watanabe2019-07-121-0/+22
* network: use string table to parse route typeYu Watanabe2019-07-121-13/+18
* network: move conf parsers and function prototypesYu Watanabe2019-06-301-0/+1
* network: read link specific sysctl valueYu Watanabe2019-06-151-1/+1
* network: ignore requested ipv6 route when ipv6 is disabled by sysctlYu Watanabe2019-06-121-1/+6
* networkd: route add MPLS TTL propagateSusant Sahani2019-05-181-0/+46
* network: add DefaultRouteOnDevice= setting in [Network] sectionYu Watanabe2019-05-151-0/+24
* networkd: route fix coding styleSusant Sahani2019-05-141-1/+1
* networkd: route add support to configure fastopen_no_cookieSusant Sahani2019-05-141-0/+45
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-14/+40
* network: make all xxx_new_static() staticYu Watanabe2019-03-131-1/+1
* network: add IPv4LL route right after .network file is parsedYu Watanabe2019-03-131-0/+28
* network: update logsYu Watanabe2019-03-111-39/+40
* network: cleanup logging in route related config parsersYu Watanabe2019-02-281-9/+15
* network: do not override previously specified familyYu Watanabe2019-02-281-11/+17
* network: save GatewayOnLink= value as tristate in RouteYu Watanabe2019-02-281-1/+6
* network: rename GatewayOnlink= to GatewayOnLink=Yu Watanabe2019-02-281-1/+1
* Merge pull request #11698 from yuwata/fix-network-route-tableLennart Poettering2019-02-181-0/+18
|\
| * network: add more debugging logs when adding, removing, updateing and configu...Yu Watanabe2019-02-151-0/+18
* | network: use netlink_message_append_{in_addr,sockaddr}_union()Yu Watanabe2019-02-111-32/+8
* | network: in_addr_is_null() may return negative errnoYu Watanabe2019-02-111-4/+4
|/
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-9/+3
|\
| * tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-9/+3
* | Merge pull request #10976 from yuwata/typesafe-netlink-callLennart Poettering2018-12-031-7/+26
|\ \
| * | network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-9/+8
| * | network: add assertionsYu Watanabe2018-12-021-0/+1
| * | network: use route_remove_handler() as the default callback of route_remove()Yu Watanabe2018-12-021-2/+21
| |/
* | network: drop unnecessary buffersYu Watanabe2018-12-031-30/+18
|/
* Merge pull request #10734 from yuwata/network-use-structured-initializersLennart Poettering2018-11-121-12/+17
|\
| * network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-0/+4
| * network: fixes related to NetworkConfigSectionYu Watanabe2018-11-121-4/+3
| * network: use structured initializersYu Watanabe2018-11-121-8/+10
* | network: use IN_ADDR_NULLYu Watanabe2018-11-121-3/+3
|/