summaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-13tools/make-directive-index: parallelizeZbigniew Jędrzejewski-Szmek1-21/+42
2021-05-13Add Microsoft Pro Intellimouse MOUSE_DPI to hwdbSimon Watts1-0/+4
2021-05-13Update Korean translation (#19083)Seong-ho Cho1-49/+49
2021-05-12resolved.conf.in: add missing Quad9 serversMichael Catanzaro1-1/+1
2021-05-12resolved: be more careful with weird links with low MTUsLennart Poettering1-4/+13
2021-05-12pam: fix typo try_authtok → use_authtokLennart Poettering3-3/+4
2021-05-12core/service: modernizationZbigniew Jędrzejewski-Szmek1-12/+9
2021-05-12test-bpf-foreign-programs: fix messageZbigniew Jędrzejewski-Szmek1-1/+1
2021-05-12docs/HACKING: wrap long linesZbigniew Jędrzejewski-Szmek1-10/+10
2021-05-12sd-event: tweak commentsZbigniew Jędrzejewski-Szmek1-4/+3
2021-05-12timedated: make ntp_synced() staticZbigniew Jędrzejewski-Szmek3-18/+13
2021-05-12netlink,network: drop "const" from opaque object parameters in supposed-to-be...Lennart Poettering11-144/+144
2021-05-12test-network: wait for the interfaces are configured after reloading .network...Yu Watanabe1-0/+4
2021-05-12test-network: wait for the intreface is configured if it is expectedYu Watanabe1-6/+2
2021-05-12network: make route_configure() return all created routesYu Watanabe1-12/+38
2021-05-12network: make log_route_debug() show multipath routes and Gateway=_dhcp4 or _...Yu Watanabe1-6/+27
2021-05-12network: use request queue to configure addresses, routes, and nexthopsYu Watanabe16-572/+896
2021-05-12network: use request queue to configure neighborsYu Watanabe6-36/+94
2021-05-12network: use request queue to configure routing policy rulesYu Watanabe8-63/+144
2021-05-12network: introduce link_is_ready_to_configure() helper functionYu Watanabe2-0/+21
2021-05-12network: add skeleton of request queueYu Watanabe6-2/+192
2021-05-12network: nexthop: add NextHop object before sending netlink requestYu Watanabe1-6/+6
2021-05-12network: split out common part of route or address handlersYu Watanabe8-171/+155
2021-05-12network: change order of dropping network configsYu Watanabe1-8/+8
2021-05-12network: simplify and rename routing_policy_rule_copy()Yu Watanabe1-38/+20
2021-05-12network: introduce route_dup()Yu Watanabe2-0/+39
2021-05-12sd-netlink: introduce multipath_route_dup()Yu Watanabe2-0/+31
2021-05-12network: introduce manager_address_is_reachable()Yu Watanabe2-0/+41
2021-05-12network: introduce link_has_route()Yu Watanabe2-5/+68
2021-05-12network: delay resolving interface specifier in MultiPathRoute=Yu Watanabe3-29/+53
2021-05-12network: introduce manager_has_address()Yu Watanabe2-0/+58
2021-05-12ordered-set: introduce ordered_set_clear/free_with_destructor()Yu Watanabe1-0/+11
2021-05-12hashmap,set: make hashmap_clear_with_destructor() or friends saferYu Watanabe2-23/+20
2021-05-12network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friendsYu Watanabe5-128/+121
2021-05-12in-addr-util: move IPV4_ADDRESS_FMT_STR/VAL macros from networkd-address.hYu Watanabe2-7/+7
2021-05-12in-addr-util: introduce in6_addr_to_string() or friendsYu Watanabe1-0/+6
2021-05-12network: use in6_addr_is_link_local() or friendsYu Watanabe1-4/+4
2021-05-12network: rename routing_policy_rule_configure_internal() and make it take cal...Yu Watanabe1-55/+62
2021-05-12network: make nexthop_configure() take callbackYu Watanabe1-33/+39
2021-05-12network: make neighbor_configure() take callbackYu Watanabe1-30/+35
2021-05-12tree-wide: refuse too long strings earlier in specifier_printf()Yu Watanabe15-88/+113
2021-05-12dns-domain: use DNS_LABEL_MAX at one more placeYu Watanabe1-1/+1
2021-05-12creds-util: introduce CREDENTIAL_NAME_MAXYu Watanabe1-0/+4
2021-05-12fd-util: introduce FDNAME_MAXYu Watanabe2-1/+4
2021-05-12gpt: introduce GPT_LAVEL_MAXYu Watanabe2-1/+4
2021-05-12test: move test_specifier_printf() to test-specifier.cYu Watanabe2-34/+33
2021-05-12specifier: rename variableYu Watanabe1-12/+12
2021-05-12specifier: use SD_ID128_STRING_MAXYu Watanabe1-2/+2
2021-05-11core: don't accidentally unref a varlink connection twiceLennart Poettering1-2/+5
2021-05-11Revert "varlink: avoid using dangling ref in varlink_close_unref()"Lennart Poettering1-24/+6