summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18150 from poettering/strextend-tweakLennart Poettering2021-01-0623-63/+61
|\
| * string-util: use GREEDY_ALLOC_ROUND_UP() in strextend()Lennart Poettering2021-01-061-1/+1
| * string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-0623-63/+61
* | systemctl: have is-enabled return success for aliases when calling into pid1 tooLuca Boccassi2021-01-061-1/+1
|/
* cryptsetup: use crypt_token_max if availableLuca Boccassi2021-01-058-11/+23
* network: Allow to set device's receive queues and transmit queuesSusant Sahani2021-01-054-0/+98
* Merge pull request #18109 from yuwata/network-routing-policy-rule-family-both...Luca Boccassi2020-12-301-50/+85
|\
| * network: drop fib rules configured with Family=bothYu Watanabe2020-12-291-4/+30
| * network: set RoutingPolicyRule::family based on Family= settingYu Watanabe2020-12-291-2/+7
| * network: always re-configure rules even if already existYu Watanabe2020-12-291-34/+40
| * network: drop unnecessary checksYu Watanabe2020-12-291-4/+2
| * network: fix possible memory leakYu Watanabe2020-12-291-2/+2
| * network: constify several argumentsYu Watanabe2020-12-291-9/+9
* | Merge pull request #18105 from yuwata/fuzz-fix-timeoutYu Watanabe2020-12-3010-55/+103
|\ \
| * | resolve: slightly optimize dns_answer_add()Yu Watanabe2020-12-294-27/+67
| * | resolve: field size in dns resource record may be zeroYu Watanabe2020-12-291-10/+10
| * | siphash: introduce siphash24_compress_safe()Yu Watanabe2020-12-291-4/+8
| * | resolve: do not compare key twiceYu Watanabe2020-12-291-1/+1
| * | resolve: slightly shorten dns_resource_key_compare_func()Yu Watanabe2020-12-291-12/+8
| * | resolve: fix typoYu Watanabe2020-12-291-1/+1
| * | fuzzers: set maximum length for several fuzzersYu Watanabe2020-12-294-0/+8
| |/
* / A typo fix in bootctl.c (#18106)Endre Szabo2020-12-301-1/+1
|/
* network: do not serialize/deserialize routing policy rulesYu Watanabe2020-12-296-476/+0
* network: drop unnecessary routing policy rulesYu Watanabe2020-12-293-19/+68
* network: treat rule which has l3mdev flag as created by kernelYu Watanabe2020-12-292-0/+18
* network: adjust protocol of rules sent from kernel when kernel does not suppo...Yu Watanabe2020-12-291-1/+30
* network: set FRA_PROTOCOL to RTPROT_STATIC by defaultYu Watanabe2020-12-292-10/+29
* shared/dns: fix dlopen_idn return code checkLuca Boccassi2020-12-281-1/+1
* sd-dhcp-client: avoid "maybe-uninitialized" warning in client_timeout_resend()Thomas Haller2020-12-261-0/+3
* network: introduce RouterAllowList= and RouterDenyList= in [IPv6AcceptRA]Yu Watanabe2020-12-244-8/+32
* networkd: add support for prefix allow-list and route allow-listSusant Sahani2020-12-245-19/+38
* network: rename DenyList= -> PrefixDenyList=Yu Watanabe2020-12-241-2/+3
* network: make RouteDenyList= filter route prefix rather than gateway addressYu Watanabe2020-12-241-10/+11
* network: fix condition for checking the provided gateway is assigned to linkYu Watanabe2020-12-241-1/+1
* sd-ndisc: fix indentationYu Watanabe2020-12-241-2/+1
* network: drop redundant TAKE_PTR()Yu Watanabe2020-12-241-2/+0
* Improve instructions for debugging failing serviceSebastiaan van Stijn2020-12-241-4/+6
* network: fix IPv6PrivacyExtensions=kernel handlingFlorian Klink2020-12-241-0/+4
* network: fix typoFlorian Klink2020-12-231-1/+1
* cryptsetup: add support for workqueue optionsJonathan G. Underwood2020-12-232-0/+20
* udev: Updates for cdrom_id helperpali2020-12-221-28/+312
* basic: add make_mount_point_inode helperLuca Boccassi2020-12-215-28/+91
* udev: fix memleakYu Watanabe2020-12-211-1/+2
* journal-importer: ignore invalid field at one more placeYu Watanabe2020-12-211-0/+10
* cryptenroll: drop an unused variableFrantisek Sumsal2020-12-201-1/+1
* tmpfiles: fix typoYu Watanabe2020-12-181-1/+1
* Merge pull request #18019 from yuwata/hostname-drop-libudevYu Watanabe2020-12-181-1/+0
|\
| * hostname: fix build failureYu Watanabe2020-12-181-1/+0
* | memory-id: fix never hit conditionYu Watanabe2020-12-181-2/+5
|/
* Merge pull request #15531 from felipeborges/add-device-model-field-to-hostnamedLennart Poettering2020-12-182-0/+64
|\