summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | networkd: check the existence of the routeYu Watanabe2021-12-171-0/+4
| * | | network: address: minor optimization for link_drop_foreign_addresses()Yu Watanabe2021-12-161-4/+7
| * | | network: drop IPv6LL addresses manually configured in .network fileYu Watanabe2021-12-161-2/+5
| | |/ | |/|
* | | Merge pull request #21790 from keszybz/network-generator-alwaysLuca Boccassi2021-12-163-8/+13
|\ \ \
| * | | man: split out a paragraph and shorten the text about sd-network-generatorZbigniew Jędrzejewski-Szmek2021-12-161-7/+8
| * | | units: enable systemd-network-generator by defaultZbigniew Jędrzejewski-Szmek2021-12-162-1/+5
* | | | Merge pull request #21791 from mrc0mmand/TEST-64-tweaksFrantisek Sumsal2021-12-162-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | test: bump the timeout when collecting test coverageFrantisek Sumsal2021-12-161-2/+6
| * | | test: settle before checking logsFrantisek Sumsal2021-12-161-0/+2
* | | | NEWS: update againZbigniew Jędrzejewski-Szmek2021-12-161-39/+65
* | | | Merge pull request #21757 from DaanDeMeyer/boot-idZbigniew Jędrzejewski-Szmek2021-12-164-2/+41
|\ \ \ \
| * | | | kernel-install: Introduce KERNEL_INSTALL_MACHINE_ID in /etc/machine-infoDaan De Meyer2021-12-164-1/+40
| * | | | kernel-install: Remove "Default" from list of suffixes checkedDaan De Meyer2021-12-151-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #20559 from tomty89/stub_check_in_getZbigniew Jędrzejewski-Szmek2021-12-166-34/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | resolved: filter out our own stub resolvers when parsing serversZbigniew Jędrzejewski-Szmek2021-12-155-23/+34
| * | | resolved: return immediately if we already know what to returnZbigniew Jędrzejewski-Szmek2021-12-151-10/+2
| * | | resolved: filter stub listeners in manager_get_dns_server()Tom Yan2021-12-131-1/+10
* | | | Merge pull request #21766 from yuwata/network-generator-name-policyZbigniew Jędrzejewski-Szmek2021-12-1614-90/+256
|\ \ \ \ | | |_|/ | |/| |
| * | | test: add testcases for net.ifname-policy= kernel command line argumentYu Watanabe2021-12-161-2/+18
| * | | network-generator: support to set NamePolicy= through kernel command line arg...Yu Watanabe2021-12-165-20/+164
| * | | udev: move NamePolicy to netif-naming-scheme.[ch]Yu Watanabe2021-12-164-39/+42
| * | | network-generator: support MAC address longer or shorter than ETH_ALENYu Watanabe2021-12-162-8/+14
| * | | meson: build network-generator unconditionallyYu Watanabe2021-12-164-20/+17
| * | | unit: run network-generator before starting udevdYu Watanabe2021-12-161-1/+1
* | | | Merge pull request #21784 from DaanDeMeyer/issue-21675Luca Boccassi2021-12-151-10/+13
|\ \ \ \
| * | | | journal: Stop reading in increments of block size during hole punchingDaan De Meyer2021-12-151-3/+1
| * | | | journal: Use 16kb buffer during hole punchingDaan De Meyer2021-12-151-1/+2
| * | | | journal: Correctly advance offset when iterating hash table entriesDaan De Meyer2021-12-151-7/+6
| * | | | journal: Add a minimum hole size for hole punchingDaan De Meyer2021-12-151-0/+5
| | |_|/ | |/| |
* | | | network: route: update commentYu Watanabe2021-12-151-3/+2
* | | | NEWS: update networkd related entriesYu Watanabe2021-12-161-3/+4
| |/ / |/| |
* | | Merge pull request #21763 from yuwata/udevadm-write-only-attributesZbigniew Jędrzejewski-Szmek2021-12-152-11/+16
|\ \ \
| * | | udevadm: also show write-only attributesYu Watanabe2021-12-141-10/+15
| * | | sd-device: make FOREACH_DEVICE_SYSATTR() also list write-only attributesYu Watanabe2021-12-141-1/+1
| |/ /
* | | hwdb: Add accel orientation quirk for the Chuwi Hi10 Go tabletJayce Fayne2021-12-141-0/+4
* | | fstab-generator: do not remount /sys when running in a containerYu Watanabe2021-12-151-3/+10
* | | journactl: show info about journal range only at debug level (#21775)Zbigniew Jędrzejewski-Szmek2021-12-151-1/+1
* | | hostnamectl: add a chassis symbol in status outputZbigniew Jędrzejewski-Szmek2021-12-141-1/+27
* | | Merge pull request #21769 from yuwata/home-fix-heap-use-after-freeLuca Boccassi2021-12-144-10/+19
|\ \ \ | |/ / |/| |
| * | home: fix heap-use-after-freeYu Watanabe2021-12-141-0/+6
| * | home: clear Manager::bus, ::event, ::homes_by_xxx and so onYu Watanabe2021-12-141-7/+7
| * | polkit: make bus_verify_polkit_async_registry_free() return Hashmap* with NULLYu Watanabe2021-12-142-3/+6
|/ /
* | wait-online: also use address state even when operational state is below degr...Yu Watanabe2021-12-142-8/+14
* | shell-completion: Add completion for systemd-analyze critical-chainNishal Kulkarni2021-12-142-0/+17
* | Fix loading of graphsacsfer2021-12-141-2/+2
* | boot, meson: allow statically linked buildRobert Scheck2021-12-142-3/+13
* | man: do not install sd-boot man pages when -Dgnu-efi=false is setDavide Cavalca2021-12-148-14/+14
* | man: how to unset CPUQuota=Sho Iizuka2021-12-131-1/+2
* | Merge pull request #21752 from keszybz/man-credsLuca Boccassi2021-12-133-52/+72
|\ \ | |/ |/|
| * man: make systemd-creds man page a bit easier to readZbigniew Jędrzejewski-Szmek2021-12-131-10/+10