systemd/.git
2020-10-20 Zbigniew Jędrzejewsk... format-table: reduce scope of iterator variables
2020-10-20 Zbigniew Jędrzejewsk... resolvectl: use compat status string instead of a field...
2020-10-20 Zbigniew Jędrzejewsk... resolvectl: sort domain/nta output
2020-10-20 Zbigniew Jędrzejewsk... resolvectl: add the usual typedef for struct link_info...
2020-10-20 Zbigniew Jędrzejewsk... man: add example of negative trust anchor file
2020-10-20 Zbigniew Jędrzejewsk... resolvectl: break nta/domain/dns listings with newlines
2020-10-09 Lennart PoetteringMerge pull request #17286 from benzea/benzea/xdg-autost...
2020-10-09 mirabilosmissing_syscall: fixup syscall numbers for x32 vs....
2020-10-09 Lennart PoetteringMerge pull request #17289 from keszybz/two-coverity...
2020-10-09 Benjamin Bergxdg-autostart: Ignore more common XDG Desktop Entry...
2020-10-09 Benjamin Bergxdg-autostart: Add support for Path= in XDG Desktop...
2020-10-09 Lennart Poetteringratelimit: add ratelimit_configured() helper
2020-10-09 Lennart Poetteringsd-event: check return value of syscals directly, avoid...
2020-10-09 Zbigniew Jędrzejewsk... networkd: add assert to appease coverity
2020-10-09 Zbigniew Jędrzejewsk... systemctl: fix reversed arguments in function call
2020-10-08 Lennart Poetteringmissing-syscall: fix copypasta
2020-10-08 Michael Bieblbasic/missing_syscall: fix syscall numbers for mips*
2020-10-08 Lennart PoetteringMerge pull request #17279 from poettering/systemctl...
2020-10-08 Yu WatanabeMerge pull request #17271 from yuwata/network-route...
2020-10-07 Lennart Poetteringsystemctl: split up humungous systemctl.c file
2020-10-07 Lennart Poetteringsystemctl: move compare_unit_info() to bus-unit-util...
2020-10-07 Lennart Poetteringpretty-print: don't abbreviate needlessly in user-facin...
2020-10-07 Lennart Poetteringbasic: include stddef.h since we use NULL in header
2020-10-07 Yu Watanabenetwork: introduce IPV4_ADDRESS_FMT_STR macro
2020-10-07 Yu Watanabenetwork: make Gateway= in [Route] section accept an...
2020-10-07 Yu Watanabenetwork: introduce Gateway=_dhcp4 and _dhcp6, and depre...
2020-10-07 Yu Watanabetest-network: do not fail when multiple ipv6 default...
2020-10-07 Yu Watanabeutil: make local_gateways() support RT_VIA and RT_MULTIPATH
2020-10-07 Yu Watanabenetwork: manage multipath routes separately
2020-10-07 Yu Watanabesd-netlink: introduce sd_netlink_message_read_data()
2020-10-07 Yu Watanabesd-netlink: introduce rtattr_read_nexthop()
2020-10-07 Yu Watanabenetwork: free Route object when route_remove() fails
2020-10-07 Yu Watanabenetwork: constify arguments
2020-10-07 Yu Watanabetest-network: add a test case for IPv4 route with IPv6...
2020-10-07 Renaud Métrichunit: don't emit PropertiesChanged signal if adding...
2020-10-07 Yu Watanabenetwork: support IPv4 route with IPv6 gateway
2020-10-07 Yu Watanabesd-netlink: fix type of RTA_VIA
2020-10-07 Yu Watanabenetwork: also manage routes without RTA_OIF attribute
2020-10-07 Yu Watanabenetwork: ignore Scope= for IPv6 routes as it will not...
2020-10-07 Yu Watanabetest-network: drop meaningless Scope= settings in the...
2020-10-07 Yu Watanabenetwork: set default priority for IPv6 routes
2020-10-07 Yu Watanabebasic: import linux/ipv6_route.h
2020-10-07 Yu Watanabemeson: add missing files
2020-10-07 Lennart Poetteringsystemctl: drop unsused variable original_stdout_is_tty
2020-10-07 Lennart Poetteringupdate TODO
2020-10-07 Lennart PoetteringMerge pull request #17231 from poettering/event-source...
2020-10-07 Zbigniew Jędrzejewsk... Document some reasonable DNS servers in the example...
2020-10-07 Lennart PoetteringMerge pull request #17238 from keszybz/man-tmp-noexec
2020-10-07 Lennart Poetteringudev: make use of NULL callback in IO handlers
2020-10-07 Lennart Poetteringsd-event: support callback=NULL in IO/child/inotify...
2020-10-07 Lennart Poetteringudev-util: make use of sd-event's NULL callback support
2020-10-07 Lennart Poetteringtest: add test that validates that PTR_TO_INT(INT_TO_PT...
2020-10-07 Lennart Poetteringsocket-proxy: port to new sd_event_source_set_exit_on_f...
2020-10-07 Lennart Poetteringsocket-proxy: close correct fd, log at right log level
2020-10-07 Lennart Poetteringman: add docs for sd_event_source_set_exit_on_failure()
2020-10-07 Lennart Poetteringsd-event: optionally, if an event source fails, exit...
2020-10-06 Yu WatanabeMerge pull request #17240 from yuwata/network-cleanup
2020-10-06 Marco Wangboot/efi: Explicitly specify void in parameter list
2020-10-06 Yu Watanabetest-network: also remove IPv6 rules
2020-10-06 Yu Watanabetest-network: add a missing netdev in the list
2020-10-06 Yu Watanabetest-network: disable RA in test_sriov
2020-10-06 Yu Watanabetest-network: add missing file in the list
2020-10-06 Yu Watanabetest-network: drop duplicated address
2020-10-06 Yu Watanabenetwork: rename network_verify_xxx() -> network_drop_in...
2020-10-06 Yu Watanabenetwork: fix masquerade setting logic
2020-10-06 Yu Watanabenetwork: always use RT_SCOPE_HOST for IPv4 loopback...
2020-10-06 Yu Watanabenetwork: update MAC address in IPv4 ACD clients
2020-10-06 Yu Watanabenetwork: configure IPv4 DAD per link address
2020-10-06 Yu Watanabenetwork: constify one argument
2020-10-06 Yu Watanabenetwork: introduce address_copy()
2020-10-06 Yu Watanabenetwork: do not update Address::flags in address_config...
2020-10-06 Yu Watanabenetwork: fix indentation
2020-10-06 Yu Watanabenetwork: use sd_event stored in Manager
2020-10-06 Yu Watanabenetwork: check feature is enabled in xxx_configure()
2020-10-06 Yu Watanabenetwork: move link_enumerate_ipv6_tentative_addresses()
2020-10-06 Yu Watanabenetwork: drop unused function
2020-10-06 Yu Watanabenetwork: move sysctl related functions to networkd...
2020-10-06 Yu Watanabenetwork: introduce radv_update_mac()
2020-10-06 Yu Watanabenetwork: introduce dhcp6_update_mac()
2020-10-06 Yu Watanabenetwork: introduce dhcp4_update_mac()
2020-10-06 Yu Watanabenetwork: introduce ipv4ll_update_mac()
2020-10-06 Yu Watanabenetwork: introduce link_serialize_dhcp6_client()
2020-10-06 Yu Watanabenetwork: introduce link_serialize_ipv4ll()
2020-10-06 Yu Watanabenetwork: introduce link_deserialize_ipv4ll()
2020-10-06 Yu Watanabenetwork: introduce link_deserialize_dhcp4()
2020-10-06 Yu Watanabenetwork: introduce network_verify_sr_iov()
2020-10-06 Yu Watanabenetwork: move link_configure_sr_iov()
2020-10-06 Yu Watanabenetwork: introduce network_verify_traffic_control()
2020-10-06 Yu Watanabenetwork: move link_configure_traffic_control()
2020-10-06 Yu Watanabenetwork: merge link_set_bridge_vlan() and br_vlan_confi...
2020-10-06 Yu Watanabenetwork: move DUID related functions
2020-10-06 Yu Watanabenetwork: move link_radv_enabled()
2020-10-06 Yu Watanabenetwork: move link_dhcp4_server_enabled()
2020-10-06 Yu Watanabenetwork: move link_ipv6_accept_ra_enabled()
2020-10-06 Yu Watanabenetwork: unify link_ipv{4,6}_forward_enabled()
2020-10-06 Yu Watanabenetwork: unify link_dhcp{4,6}_enabled()
2020-10-06 Yu Watanabenetwork: move link_get_xxx_route_table()
2020-10-06 Yu Watanabenetwork: manage address pools by OrderedSet
2020-10-06 Yu Watanabenetwork: drop unused argument
2020-10-06 Yu Watanabenetwork: move functions related to address pool
next