summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: use jinja2 for tmpfiles.d templatesZbigniew Jędrzejewski-Szmek2021-05-191-1/+1
* modules-load: inline interator variableZbigniew Jędrzejewski-Szmek2021-05-191-3/+1
* fix bash shebangsJörg Thalheim2021-05-177-7/+7
* nspawn: bring back the word `may` in error textOlle Lundberg2021-05-171-1/+1
* network:dhcp4_server_configure returns if not able to get timezonetramsay2021-05-151-7/+9
* Add crypttab option silentSebastian Blunt2021-05-153-5/+13
* Merge pull request #19612 from keszybz/meson-0.58-quietingZbigniew Jędrzejewski-Szmek2021-05-153-6/+8
|\
| * meson: revert the change to unquote commands in add_install_scriptZbigniew Jędrzejewski-Szmek2021-05-145-19/+25
| * meson: print autodetected sbat fieldsZbigniew Jędrzejewski-Szmek2021-05-141-0/+1
| * meson: call find_program() once and reuse the variable everywhereZbigniew Jędrzejewski-Szmek2021-05-148-31/+26
* | resolved: fix braino with reference counting and linked listsZbigniew Jędrzejewski-Szmek2021-05-141-10/+32
* | fix typoYu Watanabe2021-05-142-2/+2
* | network: shorten code a bit and update log messageYu Watanabe2021-05-141-10/+6
* | networkctl: introduce --json option for "status" and "list" commandsYu Watanabe2021-05-141-1/+130
* | json: make JSON_VARIANT_ARRAY/OBJECT_FOREACH() nestableYu Watanabe2021-05-141-13/+17
* | networkctl: use table_set_empty_string()Yu Watanabe2021-05-141-3/+5
* | network: introduce Describe() method for manager and linksYu Watanabe2021-05-146-0/+227
* | udev,network: make link_get_type_string() return negative errno on failureYu Watanabe2021-05-147-24/+46
* | network: move and rename network_get() -> link_get_network()Yu Watanabe2021-05-144-86/+59
* | run: update checks to allow running with a user's busAnita Zhang2021-05-131-5/+5
|/
* Merge pull request #19590 from keszybz/comments-and-service-modernizationYu Watanabe2021-05-136-35/+26
|\
| * core/service: modernizationZbigniew Jędrzejewski-Szmek2021-05-121-12/+9
| * test-bpf-foreign-programs: fix messageZbigniew Jędrzejewski-Szmek2021-05-121-1/+1
| * sd-event: tweak commentsZbigniew Jędrzejewski-Szmek2021-05-121-4/+3
| * timedated: make ntp_synced() staticZbigniew Jędrzejewski-Szmek2021-05-123-18/+13
* | Merge pull request #19567 from poettering/ipv4-ipv6-lowercaseZbigniew Jędrzejewski-Szmek2021-05-129-35/+48
|\ \
| * | cgroup: drop explicit NULL comparisonsLennart Poettering2021-05-111-1/+1
| * | tree-wide: move variables to innermost scopeLennart Poettering2021-05-111-3/+1
| * | tree-wide: use af_to_ipv4_ipv6() + af_from_ipv4_ipv6() helpers at various placesLennart Poettering2021-05-116-27/+27
| * | af-list: add helpers mapping AF_INET/AF_INET6 to "ipv4"/"ipv6"Lennart Poettering2021-05-112-0/+15
| * | socket-bind: use lowercase "ipv4"/"ipv6" spellingLennart Poettering2021-05-115-14/+14
* | | resolved.conf.in: add missing Quad9 serversMichael Catanzaro2021-05-121-1/+1
* | | resolved: be more careful with weird links with low MTUsLennart Poettering2021-05-121-4/+13
* | | Merge pull request #19533 from yuwata/network-queueZbigniew Jędrzejewski-Szmek2021-05-1229-1150/+2118
|\ \ \ | |_|/ |/| |
| * | network: make route_configure() return all created routesYu Watanabe2021-05-121-12/+38
| * | network: make log_route_debug() show multipath routes and Gateway=_dhcp4 or _...Yu Watanabe2021-05-121-6/+27
| * | network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-1216-572/+896
| * | network: use request queue to configure neighborsYu Watanabe2021-05-126-36/+94
| * | network: use request queue to configure routing policy rulesYu Watanabe2021-05-128-63/+144
| * | network: introduce link_is_ready_to_configure() helper functionYu Watanabe2021-05-122-0/+21
| * | network: add skeleton of request queueYu Watanabe2021-05-126-2/+192
| * | network: nexthop: add NextHop object before sending netlink requestYu Watanabe2021-05-121-6/+6
| * | network: split out common part of route or address handlersYu Watanabe2021-05-128-171/+155
| * | network: change order of dropping network configsYu Watanabe2021-05-121-8/+8
| * | network: simplify and rename routing_policy_rule_copy()Yu Watanabe2021-05-121-38/+20
| * | network: introduce route_dup()Yu Watanabe2021-05-122-0/+39
| * | sd-netlink: introduce multipath_route_dup()Yu Watanabe2021-05-122-0/+31
| * | network: introduce manager_address_is_reachable()Yu Watanabe2021-05-122-0/+41
| * | network: introduce link_has_route()Yu Watanabe2021-05-122-5/+68
| * | network: delay resolving interface specifier in MultiPathRoute=Yu Watanabe2021-05-123-29/+53