index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-routing-policy-rule.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: merge link_foreignize_config() and link_drop_foreign_config()
Yu Watanabe
2024-11-05
1
-41
/
+27
*
network: add AF_TO_ADDRESS_FAMILY() helper
Lennart Poettering
2024-10-15
1
-0
/
+1
*
network/routing-policy-rule: use in_addr_prefix for From= and To=
Yu Watanabe
2024-10-11
1
-61
/
+28
*
sd-netlink,network: rename functions and RoutingPolicyRule.type
Yu Watanabe
2024-10-10
1
-25
/
+25
*
conf-parser: introduce config section parser wrapper
Yu Watanabe
2024-09-06
1
-35
/
+23
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-2
/
+1
*
network/routing-policy-rule: use config_parse_routing_policy_rule() more
Yu Watanabe
2024-08-24
1
-128
/
+40
*
network/routing-policy-rule: introduce a generic conf-parser for [RoutingPoli...
Yu Watanabe
2024-08-24
1
-230
/
+60
*
network/routing-policy-rule: merge two conf parsers
Yu Watanabe
2024-08-24
1
-52
/
+18
*
network/routing-policy-rule: trivial cleanups for conf-parsers
Yu Watanabe
2024-08-24
1
-38
/
+29
*
network/routing-policy-rule: rename n -> rule
Yu Watanabe
2024-08-24
1
-84
/
+84
*
Merge pull request #34111 from yuwata/log_section_full_errno
Yu Watanabe
2024-08-24
1
-15
/
+18
|
\
|
*
network/routing-policy-rule: use log_section_warning_errno()
Yu Watanabe
2024-08-23
1
-15
/
+18
*
|
network/routing-policy-rule: read FRA_PROTOCOL afer reading other properties
Yu Watanabe
2024-08-23
1
-13
/
+11
*
|
network/routing-policy-rule: add more assertions
Yu Watanabe
2024-08-23
1
-0
/
+3
|
/
*
network/routing-policy-rule: use address family of existing rule when judging...
Yu Watanabe
2024-08-21
1
-3
/
+5
*
network/routing-policy-rule: support all known type of rule
Yu Watanabe
2024-08-20
1
-9
/
+62
*
network/routing-policy-rule: also manage remaining attributes
Yu Watanabe
2024-08-20
1
-2
/
+50
*
network/routing-policy-rule: remove rules that have conflicting flags
Yu Watanabe
2024-08-20
1
-11
/
+37
*
network/routing-policy-rule: anyway detach rule even when we fail to remove it
Yu Watanabe
2024-08-20
1
-13
/
+37
*
network/routing-policy-rule: do not save rule to Manager before it is configured
Yu Watanabe
2024-08-20
1
-52
/
+97
*
network/routing-policy-rule: skip requesting when rule is already requested
Yu Watanabe
2024-08-20
1
-0
/
+44
*
network/routing-policy-rule: add trailing period to the log message
Yu Watanabe
2024-08-20
1
-2
/
+2
*
network/routing-policy-rule: do not modify RountingPolicyRule objects managed...
Yu Watanabe
2024-08-20
1
-66
/
+72
*
network/routing-policy-rule: drop unused argument
Yu Watanabe
2024-08-19
1
-5
/
+3
*
network/routing-policy-rule: introduce ref and unref functions for RoutingPol...
Yu Watanabe
2024-08-19
1
-41
/
+76
*
network/routing-policy-rule: manage all flags
Yu Watanabe
2024-08-19
1
-9
/
+5
*
network/routing-policy-rule: update hash and compare function for fib rule
Yu Watanabe
2024-08-19
1
-109
/
+90
*
network: Fixup Table when L3MasterDevice is set on routing policy rule
Nick Cao
2024-07-28
1
-3
/
+4
*
tree-wide: make sure net/if.h is included before any linux/ header
Frantisek Sumsal
2024-04-09
1
-0
/
+1
*
network: rename link_drop_managed_xyz() -> link_drop_static_xyz()
Yu Watanabe
2024-02-14
1
-1
/
+1
*
network: Add L3MasterDevice= into routing policy
Nick Cao
2024-01-19
1
-18
/
+61
*
parse-helpers: allow port 0 for socket bind items
networkException
2024-01-06
1
-1
/
+1
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-19
/
+19
*
Merge pull request #28359 from keszybz/ret-gather
Daan De Meyer
2023-07-28
1
-4
/
+2
|
\
|
*
network: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-4
/
+2
*
|
network: do not append table number in TableString field in json output
Yu Watanabe
2023-07-14
1
-1
/
+1
|
/
*
network: Table= also accepts table name
Yu Watanabe
2022-10-28
1
-1
/
+1
*
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-4
/
+4
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-7
/
+11
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-36
/
+15
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-7
/
+3
*
network: make address_configure() and friends take Request object
Yu Watanabe
2022-03-11
1
-8
/
+4
*
network: move functions
Yu Watanabe
2022-02-25
1
-22
/
+22
*
network: drop detailed log messages
Yu Watanabe
2022-02-25
1
-14
/
+16
*
network: remove only managed configs on reconfigure or carrier lost
Yu Watanabe
2022-02-01
1
-2
/
+2
*
network: rename NetworkConfigSection -> ConfigSection
Yu Watanabe
2022-01-19
1
-5
/
+5
*
network: move logging from routing_policy_rule_set_netlink_message() to the c...
Zbigniew Jędrzejewski-Szmek
2022-01-05
1
-28
/
+28
*
network: routing policy rule: introduce fr_act_type_full_to_string()
Yu Watanabe
2021-11-25
1
-0
/
+10
*
network: accept all values provided by kernel
Yu Watanabe
2021-11-17
1
-13
/
+2
[next]