summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: make local_gateways() support RT_VIA and RT_MULTIPATHYu Watanabe2020-10-081-29/+86
* network: manage multipath routes separatelyYu Watanabe2020-10-082-102/+205
* sd-netlink: introduce sd_netlink_message_read_data()Yu Watanabe2020-10-082-0/+25
* sd-netlink: introduce rtattr_read_nexthop()Yu Watanabe2020-10-083-12/+92
* network: free Route object when route_remove() failsYu Watanabe2020-10-081-2/+2
* network: constify argumentsYu Watanabe2020-10-082-28/+31
* test-network: add a test case for IPv4 route with IPv6 gatewayYu Watanabe2020-10-083-1/+50
* network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-084-29/+83
* sd-netlink: fix type of RTA_VIAYu Watanabe2020-10-071-1/+1
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-077-71/+116
* network: ignore Scope= for IPv6 routes as it will not be usedYu Watanabe2020-10-071-0/+5
* test-network: drop meaningless Scope= settings in the configYu Watanabe2020-10-071-2/+0
* network: set default priority for IPv6 routesYu Watanabe2020-10-071-0/+4
* basic: import linux/ipv6_route.hYu Watanabe2020-10-072-0/+65
* meson: add missing filesYu Watanabe2020-10-071-0/+2
* systemctl: drop unsused variable original_stdout_is_ttyLennart Poettering2020-10-071-7/+0
* update TODOLennart Poettering2020-10-071-0/+7
* Merge pull request #17231 from poettering/event-source-exit-on-failureLennart Poettering2020-10-0717-56/+291
|\
| * udev: make use of NULL callback in IO handlersLennart Poettering2020-10-071-5/+1
| * sd-event: support callback=NULL in IO/child/inotify/defer event sources, tooLennart Poettering2020-10-078-29/+106
| * udev-util: make use of sd-event's NULL callback supportLennart Poettering2020-10-071-5/+1
| * test: add test that validates that PTR_TO_INT(INT_TO_PTR()) covers whole int ...Lennart Poettering2020-10-071-0/+14
| * socket-proxy: port to new sd_event_source_set_exit_on_failure() APILennart Poettering2020-10-071-7/+7
| * socket-proxy: close correct fd, log at right log levelLennart Poettering2020-10-071-2/+2
| * man: add docs for sd_event_source_set_exit_on_failure()Lennart Poettering2020-10-072-0/+112
| * sd-event: optionally, if an event source fails, exit the event loopLennart Poettering2020-10-074-8/+48
* | Document some reasonable DNS servers in the example config fileZbigniew Jędrzejewski-Szmek2020-10-071-0/+4
* | Merge pull request #17238 from keszybz/man-tmp-noexecLennart Poettering2020-10-0757-281/+289
|\ \ | |/ |/|
| * man: add note that %T/%V don't have the trailing slashZbigniew Jędrzejewski-Szmek2020-10-054-30/+16
| * man: use trailing slash on directories in more placesZbigniew Jędrzejewski-Szmek2020-10-0553-225/+229
| * man: add a note about flags on /tmp and /var/tmpZbigniew Jędrzejewski-Szmek2020-10-051-0/+13
| * man: use paragraphs in descriptions of /tmp and /var/tmpZbigniew Jędrzejewski-Szmek2020-10-052-26/+31
* | Merge pull request #17240 from yuwata/network-cleanupYu Watanabe2020-10-0766-4967/+4736
|\ \
| * | test-network: also remove IPv6 rulesYu Watanabe2020-10-071-0/+3
| * | test-network: add a missing netdev in the listYu Watanabe2020-10-071-0/+1
| * | test-network: disable RA in test_sriovYu Watanabe2020-10-071-0/+1
| * | test-network: add missing file in the listYu Watanabe2020-10-071-0/+1
| * | test-network: drop duplicated addressYu Watanabe2020-10-071-1/+0
| * | network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-0723-36/+36
| * | network: fix masquerade setting logicYu Watanabe2020-10-071-49/+36
| * | network: always use RT_SCOPE_HOST for IPv4 loopback addressesYu Watanabe2020-10-071-1/+12
| * | network: update MAC address in IPv4 ACD clientsYu Watanabe2020-10-073-0/+50
| * | network: configure IPv4 DAD per link addressYu Watanabe2020-10-073-55/+32
| * | network: constify one argumentYu Watanabe2020-10-071-1/+1
| * | network: introduce address_copy()Yu Watanabe2020-10-071-11/+26
| * | network: do not update Address::flags in address_configure()Yu Watanabe2020-10-074-43/+19
| * | network: fix indentationYu Watanabe2020-10-071-31/+39
| * | network: use sd_event stored in ManagerYu Watanabe2020-10-076-6/+7
| * | network: check feature is enabled in xxx_configure()Yu Watanabe2020-10-079-81/+74
| * | network: move link_enumerate_ipv6_tentative_addresses()Yu Watanabe2020-10-072-50/+50