summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21082 from yuwata/network-dhcp6-pd-trivial-cleanupsYu Watanabe2021-10-231-43/+53
|\
| * network: dhcp6pd: check link state earlier before assigning prefixes to downs...Yu Watanabe2021-10-221-5/+5
| * network: dhcp6pd: also call dhcp6_pd_prepare() and dhcp6_pd_finalize() for up...Yu Watanabe2021-10-221-8/+14
| * network: dhcp6pd: not necessary to drop routes when Assign=yesYu Watanabe2021-10-221-30/+34
* | efivars: skip writing if variable is already in wanted stateAnssi Hannula2021-10-231-1/+25
* | homed: don't drop caches on activationLennart Poettering2021-10-233-0/+4
* | nspawn: ignore --suppress-sync=yes when seccomp is disabledYu Watanabe2021-10-221-0/+4
* | nspawn: bump RLIMIT_NOFILE for nspawn payload similar to how host PID 1 does ...Lennart Poettering2021-10-221-0/+9
* | sd-boot: Add keys to reboot into firmware interfaceJan Janssen2021-10-221-20/+41
* | Merge pull request #21094 from poettering/userns-splitLennart Poettering2021-10-228-48/+67
|\ \
| * | process-util: move sync() out of freeze()Lennart Poettering2021-10-222-2/+1
| * | namespace-util: introduce userns_acquire() as helper for allocating new unbou...Lennart Poettering2021-10-223-23/+45
| * | basic: move freeze() from shared/exec-util.h to basic/process-util.hLennart Poettering2021-10-224-25/+23
* | | Merge pull request #21093 from poettering/homework-trivial-tweaksLennart Poettering2021-10-226-26/+44
|\ \ \
| * | | homework: split home_unshare_and_mount() in twoLennart Poettering2021-10-223-5/+18
| * | | homework: use bit fields where we deal with lots of separate boolean flagsLennart Poettering2021-10-221-6/+6
| * | | homework: add macro for "/run/systemd/user-home-mount"Lennart Poettering2021-10-225-15/+20
| |/ /
* | | Merge pull request #21079 from poettering/fd-reopen-directory-tweakLennart Poettering2021-10-222-3/+112
|\ \ \ | |/ / |/| |
| * | test-fd-util: add test case for fd_reopen()Lennart Poettering2021-10-221-0/+96
| * | fd-util: tweak error handling in fd_reopen()Lennart Poettering2021-10-221-3/+6
| * | fd-util: when re-opening a directory with fd_reopen() go via openat(…, ".",...Lennart Poettering2021-10-221-0/+10
* | | network: dhcp6pd: fix the default value of subnet IDYu Watanabe2021-10-221-1/+1
* | | varlink: disconnect varlink link in one more caseLennart Poettering2021-10-221-3/+4
|/ /
* | test-networkd-address: fix clock typeLennart Poettering2021-10-221-2/+2
* | sd-boot: Be more precise about secure boot modesJan Janssen2021-10-2210-17/+111
|/
* Merge pull request #21072 from yuwata/network-address-lifetimeYu Watanabe2021-10-2211-150/+223
|\
| * network: address: use usec_t for handling lifetimeYu Watanabe2021-10-218-95/+152
| * network: ndisc: rename valid_until -> lifetime_usecYu Watanabe2021-10-212-22/+30
| * network: ndisc: add missing lifetime checkYu Watanabe2021-10-211-4/+7
| * network: route: rename lifetime -> lifetime_usecYu Watanabe2021-10-214-32/+37
* | Merge pull request #21050 from yuwata/network-bpf-cleanupsYu Watanabe2021-10-225-75/+64
|\ \
| * | icmp6: shorten code a bitYu Watanabe2021-10-211-7/+6
| * | dhcp: shorten BPF code a bitYu Watanabe2021-10-211-10/+6
| * | dhcp: rebreak function argumentsYu Watanabe2021-10-211-8/+23
| * | dhcp: fix assertionsYu Watanabe2021-10-211-2/+5
| * | dhcp: shorten code a bitYu Watanabe2021-10-211-9/+3
| * | lldp: shorten code a bitYu Watanabe2021-10-211-16/+5
| * | arp-util: shorten BPF code a bitYu Watanabe2021-10-212-23/+16
| |/
* | Merge pull request #21065 from keszybz/efi-warningsZbigniew Jędrzejewski-Szmek2021-10-212-3/+3
|\ \
| * | efi: check input parameterZbigniew Jędrzejewski-Szmek2021-10-201-0/+3
| * | efi: drop two unused variablesZbigniew Jędrzejewski-Szmek2021-10-201-3/+0
* | | network: drop unnecessary header inclusionYu Watanabe2021-10-211-1/+0
| |/ |/|
* | Merge pull request #21051 from poettering/nspawn-no-syncYu Watanabe2021-10-205-4/+132
|\ \
| * | nspawn: add --suppress-sync=yes mode for turning sync() and friends into NOPs...Lennart Poettering2021-10-205-4/+132
| |/
* | Merge pull request #21055 from yuwata/network-dhcp6-pd-route-lifetime-metricLuca Boccassi2021-10-208-15/+82
|\ \
| * | network: dhcp6pd: set default metric 256 for delegated prefixYu Watanabe2021-10-202-1/+3
| * | network: dhcp6: explicitly specify metric for unreachable routeYu Watanabe2021-10-201-0/+1
| * | network: dhcp6pd: set lifetime to routes for assigned prefixesYu Watanabe2021-10-201-5/+16
| * | sd-dhcp6-client: introduce sd_dhcp6_lease_get_timestamp()Yu Watanabe2021-10-205-9/+62
* | | Merge pull request #21061 from poettering/direct-io-loopback-tweaksYu Watanabe2021-10-201-7/+15
|\ \ \