summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-routing-policy-rule.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: append INTERFACE= attributes for logs corresponds to a netifYu Watanabe2020-01-071-28/+29
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-2/+2
* networkd: unbreak routing_policy_rule_compare_func()Zbigniew Jędrzejewski-Szmek2019-09-171-2/+2
* networkd: use same order in _hash_func() and _compare_func()Zbigniew Jędrzejewski-Szmek2019-09-171-12/+14
* network: add more debug messagesYu Watanabe2019-09-151-0/+10
* network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek2019-08-271-5/+0
* network: add RoutingPolicyRule.Family= settingYu Watanabe2019-08-161-1/+76
* network: split out copying logic from routing_policy_rule_add_internal()Yu Watanabe2019-08-161-29/+42
* network: add missing entry in serialization/deserializationYu Watanabe2019-08-161-0/+10
* network: serialize/deserialize address familyYu Watanabe2019-08-161-0/+15
* network: refuse the case To= and From= are in different address familyYu Watanabe2019-08-161-2/+14
* network: fix potential memleaks related to set_put()Yu Watanabe2019-08-111-3/+9
* network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-1/+4
* network: add missing entries in routing_policy_rule_{hash,compare}_func()Yu Watanabe2019-06-191-103/+48
* network: make routing_policy_rule_get() require ManagerYu Watanabe2019-06-181-1/+1
* network: read link specific sysctl valueYu Watanabe2019-06-151-1/+1
* network: ignore requested ipv6 routing policy rule when ipv6 is disabled by s...Yu Watanabe2019-06-121-1/+6
* network: check stored object is euivalent to what we want to removeYu Watanabe2019-06-051-2/+4
* network: remove unused argument in routing_policy_rule_configure()Yu Watanabe2019-06-041-1/+1
* network: fix double free on error pathYu Watanabe2019-06-041-5/+3
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-9/+9
* network: do not remove rule when it is requested by existing linksYu Watanabe2019-02-271-0/+26
* network: remove routing policy rule from foreign rule database when it is rem...Yu Watanabe2019-02-271-8/+11
* network: use netlink_message_append_{in_addr,sockaddr}_union()Yu Watanabe2019-02-101-16/+4
* network: in_addr_is_null() may return negative errnoYu Watanabe2019-02-101-8/+4
* networkd: RPDB rule - add support to configure inverted rule.Susant Sahani2018-12-061-0/+45
* 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-11/+11
|\ \
| * | network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-12/+10
| * | network: set default callbacks for routing_policy_rule_configure() and routin...Yu Watanabe2018-12-021-4/+6
| |/
* | network: drop unnecessary buffersYu Watanabe2018-12-031-36/+25
* | network: make IPProtocol= also accept IP protocol numberYu Watanabe2018-12-021-7/+2
* | network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=Yu Watanabe2018-12-021-1/+1
* | util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()Yu Watanabe2018-12-021-2/+2
|/
* ip rule: fix clang warning.Susant Sahani2018-12-011-2/+2
* networkd: add support to configure ip rule port range and protocol.Susant Sahani2018-11-281-4/+193
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-0/+4
* network: fixes related to NetworkConfigSectionYu Watanabe2018-11-121-17/+19
* network: drop white space in log messageYu Watanabe2018-11-011-1/+1
* network: fix hash function for routing policy ruleYu Watanabe2018-11-011-2/+2
* network: fix return value of routing_policy_rule_get()Yu Watanabe2018-11-011-1/+1
* network: fix memleak in routing policyYu Watanabe2018-11-011-2/+3
* 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
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-4/+6
* sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe2018-10-101-2/+2
* networkd-routing-policy-rule.c: drop unnecessary checkZbigniew Jędrzejewski-Szmek2018-09-271-14/+10