summaryrefslogtreecommitdiff
path: root/src/network/networkd-routing-policy-rule.c
Commit message (Expand)AuthorAgeFilesLines
...
* network: fix possible memory leakYu Watanabe2020-12-301-2/+2
* network: constify several argumentsYu Watanabe2020-12-301-9/+9
* network: do not serialize/deserialize routing policy rulesYu Watanabe2020-12-291-370/+0
* network: drop unnecessary routing policy rulesYu Watanabe2020-12-291-2/+30
* network: treat rule which has l3mdev flag as created by kernelYu Watanabe2020-12-291-0/+17
* network: adjust protocol of rules sent from kernel when kernel does not suppo...Yu Watanabe2020-12-291-1/+30
* network: set FRA_PROTOCOL to RTPROT_STATIC by defaultYu Watanabe2020-12-291-9/+27
* network: Allow to configure unreachable/blackhole RoutingPolicyRule (#17984)Susant Sahani2020-12-181-1/+82
* sd-netlink: routing policy rule port to fib_rule_hdrSusant Sahani2020-12-171-4/+4
* network: use netlink_message_read_in_addr_union() where applicableYu Watanabe2020-12-141-52/+17
* network: introduce log_routing_policy_rule_debug()Yu Watanabe2020-12-141-33/+26
* network: introduce routing_policy_rule_equal()Yu Watanabe2020-12-141-1/+11
* network: make routing_policy_rule_remove() take Manager instead of LinkYu Watanabe2020-12-141-33/+19
* network: do not configure static configs more than once simultaneouslyYu Watanabe2020-12-111-0/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-071-1/+1
* network: specify all known attributes when removing routing policy rulesYu Watanabe2020-10-071-117/+115
* network: add missing "else"Yu Watanabe2020-10-071-1/+1
* network: drop unused elementYu Watanabe2020-10-071-2/+0
* network: introduce network_verify_routing_policy_rules()Yu Watanabe2020-10-071-1/+11
* network: make routing_policy_rule_new() staticYu Watanabe2020-10-071-24/+26
* network: move manager_rtnl_process_rule() to networkd-routing-policy-rule.[ch]Yu Watanabe2020-10-071-2/+232
* network: drop list of static routing policy rulesYu Watanabe2020-10-071-34/+23
* network: do not duplicate rule if Family=bothYu Watanabe2020-10-071-39/+36
* network: make routing_policy_rule_free() returns NULLYu Watanabe2020-10-071-4/+4
* network: add more logs on loading routing policy rules failureYu Watanabe2020-10-071-23/+24
* network: reduce scope of variablesYu Watanabe2020-10-061-7/+12
* network: drop routing_policy_rule_make_local()Yu Watanabe2020-10-061-26/+15
* network: make several functions staticYu Watanabe2020-10-061-147/+147
* network: move link_request_set_routing_policy()Yu Watanabe2020-10-061-0/+35
* network: replace FRA_IFNAME -> FRA_IIFNAMEYu Watanabe2020-09-101-2/+2
* network: fix the default mask for FirewallMark=Yu Watanabe2020-09-101-8/+11
* network: do not assign return value if the parse_fwmark_fwmask() failsYu Watanabe2020-09-101-15/+20
* network: add debug log for removing routing policy rulesYu Watanabe2020-09-101-10/+21
* network: also logs priority of routing policy rulesYu Watanabe2020-09-101-2/+2
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-6/+3
* network: logs about unknown keyYu Watanabe2020-09-041-1/+2
* network: honor already specified family when parsing from= or to= in serializ...Yu Watanabe2020-09-041-20/+26
* network: do not reallocate bufferYu Watanabe2020-09-041-4/+8
* network: serialize InvertRule= in [RoutingPolicyRule]Yu Watanabe2020-09-041-1/+9
* network: add whitespace after family= and priority= in serialized routing pol...Yu Watanabe2020-09-041-7/+12
* network: downgrade error level when the error is ignoredYu Watanabe2020-09-041-12/+12
* network: move routing_policy_rule_read_full_file()Yu Watanabe2020-09-041-20/+20
* network: set key destructor in several hash_opsYu Watanabe2020-07-291-1/+6
* tree-wide: use siphash24_compress_string() where it is applicableYu Watanabe2020-07-221-5/+2
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-25/+25
* networkd: use capitalized "IP" and "TOS" in messagesZbigniew Jędrzejewski-Szmek2020-07-071-5/+5
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-15/+3
* network: add SuppressPrefixLength option to RoutingPolicyRule (#14736)Naïm Favier2020-02-031-6/+72
* network: support UID based routing policyYu Watanabe2020-02-021-2/+83