index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-routing-policy-rule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-16
1
-13
/
+2
*
Merge pull request #21235 from bacher09/slava/supress_ifgroup
Yu Watanabe
2021-11-16
1
-7
/
+87
|
\
|
*
network: Add SuppressInterfaceGroup= into routing policy
Slava Bacherikov
2021-11-16
1
-7
/
+87
*
|
network: split networkd-route.[ch]
Yu Watanabe
2021-11-14
1
-1
/
+1
|
/
*
network: delay dropping addresses or so on reloading .network files
Yu Watanabe
2021-10-26
1
-4
/
+26
*
network: use NetworkConfigSource/State to manage routing policy rules
Yu Watanabe
2021-09-15
1
-241
/
+193
*
Merge pull request #20699 from yuwata/network-drop-foreign
Luca Boccassi
2021-09-10
1
-9
/
+0
|
\
|
*
network: drop unused "after_configure" feature for nexthops, neighbors, and r...
Yu Watanabe
2021-09-10
1
-9
/
+0
*
|
network: use sd_netlink_message_read_string_strdup()
Yu Watanabe
2021-09-10
1
-11
/
+4
|
/
*
network: fix wrong flag: manage_foreign_routes -> manage_foreign_rules
Yu Watanabe
2021-09-07
1
-1
/
+1
*
network: do not assume the highest priority when Priority= is unspecified
Yu Watanabe
2021-08-18
1
-15
/
+105
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
network: rename Manager::links -> Manager::links_by_index
Yu Watanabe
2021-07-01
1
-1
/
+1
*
networkd: Permit all-zero RoutingPolicyRule prefixes
Hristo Venev
2021-06-22
1
-2
/
+2
*
networkd: reorder conditional to handle errors first
Zbigniew Jędrzejewski-Szmek
2021-06-09
1
-6
/
+4
*
network: expose hash and compare functions
Yu Watanabe
2021-06-08
1
-2
/
+2
*
sd-netlink: do not set action for RTM_GETRULE message
Yu Watanabe
2021-05-25
1
-5
/
+3
*
network: make nexthop_add(), nexthop_configure() and friends return 0 on success
Yu Watanabe
2021-05-22
1
-3
/
+1
*
network: fix possible message counter double decrement
Yu Watanabe
2021-05-18
1
-0
/
+3
*
network: shorten code a bit and update log message
Yu Watanabe
2021-05-14
1
-10
/
+6
*
network: use request queue to configure routing policy rules
Yu Watanabe
2021-05-12
1
-49
/
+118
*
network: simplify and rename routing_policy_rule_copy()
Yu Watanabe
2021-05-12
1
-38
/
+20
*
network: rename routing_policy_rule_configure_internal() and make it take cal...
Yu Watanabe
2021-05-12
1
-55
/
+62
*
network: reduce indentation in log_address_debug() or friends
Yu Watanabe
2021-04-30
1
-10
/
+11
*
network: introduce ManageForeignRoutingPolicyRules= boolean setting in networ...
Yu Watanabe
2021-04-13
1
-0
/
+2
*
network: use in_addr_prefix_to_string()
Yu Watanabe
2021-02-18
1
-4
/
+4
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-18
1
-2
/
+2
*
network: make address_configure() or friends return 1 when the address is new
Yu Watanabe
2021-02-12
1
-3
/
+4
*
tree-wide: use error codes in xxx_from_string()
Yu Watanabe
2021-02-12
1
-2
/
+2
*
network: use defined route table name in debug logs
Yu Watanabe
2021-02-03
1
-11
/
+13
*
network: add support to RoutingPolicyRule lookup table name
Susant Sahani
2021-01-19
1
-2
/
+4
*
Merge pull request #18243 from ssahani/ensure-put-use
Yu Watanabe
2021-01-17
1
-5
/
+1
|
\
|
*
network: routing policy rule - Use hashmap_ensure_put
Susant Sahani
2021-01-15
1
-5
/
+1
*
|
network: routing-policy-rule - TAKE_PTR
Susant Sahani
2021-01-16
1
-23
/
+13
|
/
*
network: drop fib rules configured with Family=both
Yu Watanabe
2020-12-30
1
-4
/
+30
*
network: set RoutingPolicyRule::family based on Family= setting
Yu Watanabe
2020-12-30
1
-2
/
+7
*
network: always re-configure rules even if already exist
Yu Watanabe
2020-12-30
1
-34
/
+40
*
network: drop unnecessary checks
Yu Watanabe
2020-12-30
1
-4
/
+2
*
network: fix possible memory leak
Yu Watanabe
2020-12-30
1
-2
/
+2
*
network: constify several arguments
Yu Watanabe
2020-12-30
1
-9
/
+9
*
network: do not serialize/deserialize routing policy rules
Yu Watanabe
2020-12-29
1
-370
/
+0
*
network: drop unnecessary routing policy rules
Yu Watanabe
2020-12-29
1
-2
/
+30
*
network: treat rule which has l3mdev flag as created by kernel
Yu Watanabe
2020-12-29
1
-0
/
+17
*
network: adjust protocol of rules sent from kernel when kernel does not suppo...
Yu Watanabe
2020-12-29
1
-1
/
+30
*
network: set FRA_PROTOCOL to RTPROT_STATIC by default
Yu Watanabe
2020-12-29
1
-9
/
+27
*
network: Allow to configure unreachable/blackhole RoutingPolicyRule (#17984)
Susant Sahani
2020-12-18
1
-1
/
+82
*
sd-netlink: routing policy rule port to fib_rule_hdr
Susant Sahani
2020-12-17
1
-4
/
+4
*
network: use netlink_message_read_in_addr_union() where applicable
Yu Watanabe
2020-12-14
1
-52
/
+17
*
network: introduce log_routing_policy_rule_debug()
Yu Watanabe
2020-12-14
1
-33
/
+26
[next]