summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: CONFIG_KCMP is the new kernel compile time option for kcmp()Lennart Poettering2022-02-081-1/+1
* hwbd: 60-sensor.hwdb: Add Pipo W2ProMatt Walton2022-02-071-0/+4
* oom: Cleanup of information dump code after killBenjamin Berg2022-02-071-3/+1
* watchdog: work around Coverity confusionLennart Poettering2022-02-071-4/+4
* Merge pull request #22383 from yuwata/network-generator-keep-configurationLuca Boccassi2022-02-079-10/+60
|\
| * network: enable KeepConfiguration= when running on network filesystemYu Watanabe2022-02-055-7/+47
| * stat-util: introduce path_is_network_fs()Yu Watanabe2022-02-042-0/+10
| * network-generator: rename DHCP_TYPE_DHCP -> DHCP_TYPE_DHCP4Yu Watanabe2022-02-042-3/+3
* | login: typo fixMichael Biebl2022-02-081-1/+1
* | man: fix typoMichael Biebl2022-02-071-5/+5
* | Update CODING_STYLE.mdbearhoney2022-02-071-1/+1
* | tests: also fuzz packets sent in the DHCP6_STATE_SOLICITATION stateEvgeny Vereshchagin2022-02-051-2/+4
* | sd-dhcp6-client: fix sending prefix delegation request during rebindThomas Haller2022-02-051-1/+1
* | Merge pull request #22416 from fbuihuu/miscYu Watanabe2022-02-052-2/+2
|\ \
| * | udev/net_id: show the correct identifier in the debug output of dev_pci_onboa...Franck Bui2022-02-041-1/+1
| * | core: make use of VALID_CHARS_WITH_AT in unit_name_is_valid()Franck Bui2022-02-041-1/+1
| |/
* | Merge pull request #22395 from benzea/benzea/oomd-dump-offendersAnita Zhang2022-02-042-2/+41
|\ \
| * | oomd: Dump top offenders after a kill actionBenjamin Berg2022-02-042-2/+41
* | | man: systemd-stdio-bridge doesn't connect "two busses"Lennart Poettering2022-02-042-7/+6
* | | Merge pull request #22378 from bluca/on_fail_follow_upsLennart Poettering2022-02-042-30/+16
|\ \ \
| * | | core: simply freeing list in job_free()Luca Boccassi2022-02-021-6/+2
| * | | core: use strextend instead of strextendf when possibleLuca Boccassi2022-02-021-24/+14
* | | | Merge pull request #22375 from michaelolbrich/watchdogLennart Poettering2022-02-042-2/+7
|\ \ \ \
| * | | | shutdown: don't stop the watchdogMichael Olbrich2022-02-041-2/+3
| * | | | watchdog: fix watchdog_set_device() when the default watchdog device is usedMichael Olbrich2022-02-041-0/+4
| | |_|/ | |/| |
* | | | systemd.netdev(5): fix acronym for DOVE extensionsRuben Kerkhof2022-02-051-1/+1
|/ / /
* | | hwdb: add HP calculatorsDavide Cavalca2022-02-041-1/+12
* | | hostnamed: trivial optimizationLennart Poettering2022-02-031-3/+4
* | | portable: reopen socket with O_RDONLYLuca Boccassi2022-02-031-1/+1
* | | Merge pull request #22408 from mrc0mmand/test-network-cleanupLuca Boccassi2022-02-031-88/+88
|\ \ \
| * | | test-network: disable irrelevant or one-time pylint checksFrantisek Sumsal2022-02-031-0/+5
| * | | test-network: use specific exceptions instead of the Exception classFrantisek Sumsal2022-02-031-2/+2
| * | | test-network: avoid name clashing/redefinitionFrantisek Sumsal2022-02-031-4/+4
| * | | test-network: disable 'no-member' warning for the Utilities classFrantisek Sumsal2022-02-031-1/+2
| * | | test-network: use raw strings for regexes with backslashesFrantisek Sumsal2022-02-031-4/+4
| * | | test-network: explicitly set check=False for subprocess.run()Frantisek Sumsal2022-02-031-1/+1
| * | | test-network: convert certain multiline strings to commentsFrantisek Sumsal2022-02-031-38/+32
| * | | test-network: drop unused variablesFrantisek Sumsal2022-02-031-3/+3
| * | | test-network: drop unnecessary else statementsFrantisek Sumsal2022-02-031-26/+26
| * | | test-network: drop unnecessary semicolonsFrantisek Sumsal2022-02-031-4/+4
| * | | test-network: drop superfluous parensFrantisek Sumsal2022-02-031-7/+7
* | | | Merge pull request #22355 from yuwata/network-tunnel-externalAnita Zhang2022-02-038-76/+146
|\ \ \ \
| * | | | test-network: add testcase for external tunnelYu Watanabe2022-02-033-3/+19
| * | | | network: tunnel: support external modeYu Watanabe2022-02-035-22/+82
| * | | | network: tunnel: reorder setting ip6tnl attributesYu Watanabe2022-02-031-4/+4
| * | | | network: tunnel: reduce indentation in config_parse_encap_limit()Yu Watanabe2022-02-032-18/+20
| * | | | network: tunnel: reduce indentation in config_parse_ipv6_flowlabel()Yu Watanabe2022-02-032-18/+19
| * | | | network: tunnel: use "data" field to assign resultYu Watanabe2022-02-031-11/+2
* | | | | boot: Fix some error messagesJan Janssen2022-02-031-2/+2
* | | | | Merge pull request #22400 from poettering/resolved-single-invalid-listAnita Zhang2022-02-034-13/+21
|\ \ \ \ \