summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-routing-policy-rule.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: add missing entries in routing_policy_rule_{hash,compare}_func()Yu Watanabe2019-06-191-9/+2
* network: remove unused argument in routing_policy_rule_configure()Yu Watanabe2019-06-041-1/+1
* network: include glibc headers before including kernel headersYu Watanabe2019-05-091-0/+1
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-1/+0
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-1/+2
* networkd: RPDB rule - add support to configure inverted rule.Susant Sahani2018-12-061-0/+3
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* Merge pull request #10976 from yuwata/typesafe-netlink-callLennart Poettering2018-12-031-4/+2
|\
| * network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-2/+2
| * network: set default callbacks for routing_policy_rule_configure() and routin...Yu Watanabe2018-12-021-2/+0
* | network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=Yu Watanabe2018-12-021-1/+1
|/
* networkd: add support to configure ip rule port range and protocol.Susant Sahani2018-11-281-3/+13
* network: strdup iif and oif when creating RoutingPolicyRule objectYu Watanabe2018-09-271-3/+3
* tree-wide: drop double newlineYu Watanabe2018-06-291-1/+0
* 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
* tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-6/+7
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* networkd: routing policy rules rename Manager object m to manager.Susant Sahani2018-01-241-1/+1
* Fix #7704 and #7708. (#7712)Susant Sahani2017-12-211-0/+2
* networkd: move rule loading to a separate functionZbigniew Jędrzejewski-Szmek2017-11-281-1/+2
* networkd: support incoming/outgoing device for rule matching (#7223)Susant Sahani2017-11-211-3/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: add support to configure IP Rule (#5725)Susant Sahani2017-09-141-0/+83