summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change indicator used for later versions of VirtualBox (#21127)Greg Zuro2021-10-271-1/+1
* Merge pull request #21129 from yuwata/network-dhcp6-pd-vs-ndiscYu Watanabe2021-10-277-59/+71
|\
| * man: adjust the explanations related to the DHCPv6 client starting modeYu Watanabe2021-10-271-11/+18
| * network: dhcp6: make UplinkInterface=:self imply WithoutRA=solicitYu Watanabe2021-10-274-7/+29
| * network: do not restart DHCPv6 client when WithoutRA= is setYu Watanabe2021-10-273-13/+28
| * network: deprecate ForceDHCPv6PDOtherInformation= settingYu Watanabe2021-10-274-35/+3
* | json: do something remotely reasonable when we see NaN/infinityLennart Poettering2021-10-261-0/+6
* | test: add a missing `udevadm settle` to the multipath test caseFrantisek Sumsal2021-10-271-0/+1
|/
* Merge pull request #21000 from yuwata/network-dhcp6-pd-introduce-uplinkYu Watanabe2021-10-2720-151/+595
|\
| * test-network: add test cases for DHCPv6 prefix delegationYu Watanabe2021-10-2612-0/+348
| * network: dhcp6: introduce UplinkInterface= for DHCP6 prefix delegationYu Watanabe2021-10-267-1/+64
| * network: move config_parse_uplink() to networkd-dhcp-common.[ch]Yu Watanabe2021-10-264-72/+71
| * network: dhcp6pd: do not trigger prefix reassignment for all downstreams when...Yu Watanabe2021-10-261-9/+55
| * network: dhcp6: do not reconfigure/restart DHCPv6 clients when a new downstre...Yu Watanabe2021-10-261-52/+43
| * network: dhcp6: introduce UseDelegatedPrefix= setting and enable by defaultYu Watanabe2021-10-266-24/+21
* | Merge pull request #21126 from bluca/meta_archZbigniew Jędrzejewski-Szmek2021-10-261-21/+29
|\ \
| * | docs/COREDUMP_PACKAGE_METADATA: ELF section should be read-only and 4-bytes-a...Luca Boccassi2021-10-261-3/+3
| * | docs/COREDUMP_PACKAGE_METADATA: add architecture fieldLuca Boccassi2021-10-251-18/+26
* | | update TODOLennart Poettering2021-10-261-0/+23
| |/ |/|
* | change req meson versiongregzuro2021-10-261-1/+1
* | Merge pull request #21122 from yuwata/network-optimize-reloadYu Watanabe2021-10-2612-23/+141
|\ \
| * | test-network: reconfigure interface instead of restarting networkdYu Watanabe2021-10-261-2/+2
| * | network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-2611-18/+135
| * | network: rename functionYu Watanabe2021-10-262-3/+4
* | | homework: replace homegrown "dir-is-empty" check with dir_is_empty_at()Lennart Poettering2021-10-261-14/+5
* | | Merge pull request #21097 from poettering/dir-is-empty-fixYu Watanabe2021-10-265-39/+93
|\ \ \
| * | | tree-wide: explicitly unpoison getdents64() memoryLennart Poettering2021-10-252-0/+4
| * | | test: add test for dir_is_empty_at()Lennart Poettering2021-10-251-0/+32
| * | | stat-util: make sure dir_is_empty_at() does something useful in all casesLennart Poettering2021-10-251-0/+6
| * | | stat-util: optimize dir_is_empty_at() a bit, by using getdents64()Lennart Poettering2021-10-252-7/+19
| * | | dirent-util: add FOREACH macro for iterating through getdents64() buffersLennart Poettering2021-10-253-10/+10
| * | | dirent-util: move getdents64() related definitions to common headerLennart Poettering2021-10-252-21/+21
| * | | stat-util: specify O_DIRECTORY when reopening dir in dir_is_empty_at()Lennart Poettering2021-10-251-1/+1
| | |/ | |/|
* | | test: enable debug logging of systemd-udevdYu Watanabe2021-10-261-0/+3
* | | network: dhcp6pd: do not assign downstream prefix when RADV is requested but ...Yu Watanabe2021-10-264-16/+56
* | | network: ndisc: fix behavior when DHCPv6Client=alwaysYu Watanabe2021-10-261-20/+45
* | | Merge pull request #21119 from yuwata/network-dhcp6-pd-cleanupsYu Watanabe2021-10-264-81/+104
|\ \ \
| * | | network: dhcp6: rename variablesYu Watanabe2021-10-264-12/+14
| * | | network: dhcp6pd: move logic of acquiring subnet prefix into dhcp6_pd_assign_...Yu Watanabe2021-10-261-43/+55
| * | | network: dhcp6pd: introduce a simplified and unified method to calculate subn...Yu Watanabe2021-10-261-33/+42
| | |/ | |/|
* | | libsystemd-network: do not warn when log_dhcp_client() or friends with NULLYu Watanabe2021-10-261-1/+3
| |/ |/|
* | udev: do not try to rename interface if it is already upYu Watanabe2021-10-251-0/+11
|/
* Merge pull request #21116 from poettering/test-cleanerYu Watanabe2021-10-252-5/+11
|\
| * varlink: don't try to talk to oomd from unit testsLennart Poettering2021-10-251-0/+3
| * cgroup: handle gracefully if we can't read oom_kill cgroup attributeLennart Poettering2021-10-251-5/+8
* | Merge pull request #21117 from mrc0mmand/last-coverage-related-tweaksYu Watanabe2021-10-252-2/+25
|\ \
| * | test: merge coverage reports from previous test runsFrantisek Sumsal2021-10-251-2/+13
| * | test: tweak TriggerLimitIntervalSec= when built with coverageFrantisek Sumsal2021-10-251-0/+12
| |/
* | Merge pull request #21077 from poettering/mount-setattrYu Watanabe2021-10-254-19/+90
|\ \
| * | mount-util: move opening of /proc/self/mountinfo into bind_remount_one_with_m...Lennart Poettering2021-10-252-18/+14