summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13649 from keszybz/arphrd-minimizationYu Watanabe2019-09-265-38/+21
|\
| * basic/arphrd: stop discriminating against NETROM and CISCOZbigniew Jędrzejewski-Szmek2019-09-252-2/+1
| * basic: massively reduce the size of arphdr lookup functionsZbigniew Jędrzejewski-Szmek2019-09-254-34/+16
| * test-arphdr-list: modernize and provide some useful outputZbigniew Jędrzejewski-Szmek2019-09-251-4/+5
| * test-mountpoint-util: improve output a bitZbigniew Jędrzejewski-Szmek2019-09-241-3/+4
* | Updated log message when the timesync happens for the first time (#13624)cbzxt2019-09-261-3/+3
* | units: make systemd-binfmt.service easier to work with no autofsZbigniew Jędrzejewski-Szmek2019-09-252-0/+4
* | Merge pull request #13648 from evverx/unbreak-semaphoreChris Down2019-09-251-0/+2
|\ \
| * | semaphore: turn on systemd-networkd in lxc-containers on SemaphoreEvgeny Vereshchagin2019-09-251-0/+2
* | | Merge pull request #13636 from traylenator/manpageChris Down2019-09-251-1/+1
|\ \ \
| * | | Corect man page reference in systemd-nologin.conf commentsSteve Traylen2019-09-241-1/+1
| | |/ | |/|
* | | Merge pull request #13641 from pwithnall/machinectl-docs-typoChris Down2019-09-251-1/+1
|\ \ \
| * | | man: Add a missing space in machinectl(1)Philip Withnall2019-09-241-1/+1
* | | | log: Add missing "%" in "%m" log format stringsFilipe Brandenburger2019-09-252-2/+2
| |_|/ |/| |
* | | Merge pull request #13481 from Antique/cgroupv2Chris Down2019-09-2414-5/+269
|\ \ \ | |/ / |/| |
| * | cgroup-util: fix obsolete comment about supported controllersPavel Hrdina2019-09-241-2/+1
| * | cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-2414-3/+268
| |/
* | link: Add support to configure NIC ring buffer sizeSusant Sahani2019-09-247-0/+125
|/
* Merge pull request #13600 from keszybz/ratelimitLennart Poettering2019-09-2329-149/+155
|\
| * basic/log: put a ratelimit on our logging to /dev/kmsgZbigniew Jędrzejewski-Szmek2019-09-201-0/+13
| * pid1: disable printk ratelimit in early bootZbigniew Jędrzejewski-Szmek2019-09-203-0/+17
| * tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-2017-92/+92
| * pid1: rename start_limit to start_ratelimitZbigniew Jędrzejewski-Szmek2019-09-205-17/+17
| * Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek2019-09-2011-45/+20
| * pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't existZbigniew Jędrzejewski-Szmek2019-09-191-1/+2
* | Merge pull request #11883 from yuwata/network-dhcp-renewYu Watanabe2019-09-2211-6/+118
|\ \
| * | networkctl: add renew commandYu Watanabe2019-09-213-2/+54
| * | network: introduce new bus method Renew() and RenewLink()Yu Watanabe2019-09-216-0/+49
| * | dhcp: introduce sd_dhcp_client_send_renew()Yu Watanabe2019-07-182-0/+12
| * | dhcp: fix minor coding style issueYu Watanabe2019-07-181-4/+3
* | | Merge pull request #13610 from yuwata/network-check-one-more-sectionYu Watanabe2019-09-222-3/+7
|\ \ \
| * | | network: add one more section validty checkYu Watanabe2019-09-211-0/+4
| * | | po: update Japanese translationsYu Watanabe2019-09-211-3/+3
* | | | man: fix typoMichael Biebl2019-09-221-1/+1
* | | | tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-227-14/+9
|/ / /
* | | l10n: update Czech TranslationAsciiWolf2019-09-211-15/+165
* | | Merge pull request #13605 from cdown/onoChris Down2019-09-202-2/+1
|\ \ \
| * | | networkd: Fix SIP double-freeChris Down2019-09-201-1/+0
| * | | dhcp: Log SIP server information correctlyChris Down2019-09-201-1/+1
* | | | sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491)Georg Müller2019-09-201-0/+11
|/ / /
* | | network: DHCP server Add support to transmit SIP serverSusant Sahani2019-09-2022-11/+370
* | | network dhcp4: Add support send request options in a generic mannerSusant Sahani2019-09-207-2/+95
* | | polkit: fix typoAsciiWolf2019-09-206-8/+8
* | | test-network: Drop start dnsmasqSusant Sahani2019-09-201-2/+0
* | | dhcp6: use unaligned_read_be32()Yu Watanabe2019-09-202-1/+1
| |/ |/|
* | Merge pull request #13582 from yuwata/udevadm-reloadYu Watanabe2019-09-182-5/+6
|\ \
| * | unit: add ExecReload= in systemd-udevd.serviceYu Watanabe2019-09-181-0/+1
| * | udevadm: use usec_add()Yu Watanabe2019-09-181-5/+4
| * | udevadm: missing initialization of descriptorYu Watanabe2019-09-181-0/+1
* | | Merge pull request #13583 from keszybz/networkd-hash-compare-equalityYu Watanabe2019-09-184-57/+60
|\ \ \