summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-1731-101/+99
* network: assign values after all checks are passedYu Watanabe2021-02-171-5/+11
* in-addr-util: introduce in6_addr_equal()Yu Watanabe2021-02-172-1/+9
* in-addr-util: introduce in6_addr_is_link_local()Yu Watanabe2021-02-172-1/+8
* in-addr-util: introduce in_addr_is_set() or friendsYu Watanabe2021-02-172-1/+24
* network: enumerate nexthops before routesYu Watanabe2021-02-171-4/+4
* network: nexthop: first create nexthops with IDYu Watanabe2021-02-171-6/+15
* Merge pull request #18653 from yuwata/in-addr-prefix-nthLennart Poettering2021-02-175-164/+137
|\
| * firewall-util: replace nft_in6addr_to_range() with in_addr_prefix_range()Yu Watanabe2021-02-172-120/+13
| * in-addr-util: introduce in_addr_prefix_range()Yu Watanabe2021-02-173-0/+85
| * in-addr-util: make in_addr_prefix_nth() always return valid prefixYu Watanabe2021-02-172-30/+26
| * in-addr-util: make in_addr_prefix_nth() refuse prefixlen larger than maximum ...Yu Watanabe2021-02-171-2/+3
| * in-addr-util: make in_addr_prefix_nth() returns 0 on successYu Watanabe2021-02-172-16/+14
* | resolved: address DVE-2018-0001Lennart Poettering2021-02-172-14/+62
* | Merge pull request #18632 from yuwata/network-nexthop-add-familyZbigniew Jędrzejewski-Szmek2021-02-175-6/+107
|\ \ | |/ |/|
| * network: nexthop: refuse 0 idYu Watanabe2021-02-171-4/+19
| * network: nexthop: introduce Family= setting in [NextHop] sectionYu Watanabe2021-02-175-0/+77
| * network: allow to configure nexthop with null addressYu Watanabe2021-02-171-2/+3
| * network: nexthop: unset gateway when an empty string is assignedYu Watanabe2021-02-171-0/+8
* | network: refuse IPv4 multipath route for IPv6 routeYu Watanabe2021-02-171-0/+11
* | network: Route::gw_family may be AF_UNSPECYu Watanabe2021-02-171-2/+2
* | logs-show: move show_journal_by_unit _BOOT_ID matchVito Caputo2021-02-171-4/+8
* | resolved: include NSID support to DNS stubLennart Poettering2021-02-174-12/+113
* | Merge pull request #18641 from benjarobin/fix-enum-invalid-valZbigniew Jędrzejewski-Szmek2021-02-1712-17/+19
|\ \ | |/ |/|
| * resolve: Fix build for cleanup function (SSL_free + BIO_free)Benjamin Robin2021-02-161-2/+2
| * shared: use -EINVAL for _NETDEV_BRIDGE_STATE_INVALIDBenjamin Robin2021-02-161-1/+1
| * portable: use -EINVAL for _PORTABLE_CHANGE_TYPE_INVALIDBenjamin Robin2021-02-161-1/+1
| * libsystemd-network: use -EINVAL for _DUID_TYPE_INVALIDBenjamin Robin2021-02-161-1/+1
| * basic: use -EINVAL for _DUID_TYPE_INVALIDBenjamin Robin2021-02-161-1/+1
| * shared: Fix _DNS_CACHE_MODE_INVALID value: use -EINVALBenjamin Robin2021-02-161-1/+1
| * shared: use -EINVAL for _UNIT_FILE_CHANGE_TYPE_INVALIDBenjamin Robin2021-02-162-3/+3
| * shared: use -EINVAL for _EXEC_COMMAND_FLAGS_INVALIDBenjamin Robin2021-02-162-5/+7
| * basic: use -EINVAL for _MANAGED_OOM_PREFERENCE_INVALIDBenjamin Robin2021-02-162-2/+2
* | condition: add CPUFeatureGiedrius Statkevičius2021-02-175-0/+162
* | Merge pull request #18007 from fw-strlen/ipv6_masq_and_dnatLennart Poettering2021-02-1612-57/+322
|\ \
| * | add ipv6 range element creation test casesFlorian Westphal2021-01-192-2/+67
| * | firewall-util-nft: clear previous address on replayFlorian Westphal2021-01-191-0/+2
| * | networkd: extend IPMasquerade to cover ipv6Florian Westphal2021-01-197-10/+31
| * | nspawn: expose container ipv6 address tooFlorian Westphal2021-01-193-14/+20
| * | firewall-util: add ipv6 support to nftables backendFlorian Westphal2021-01-192-33/+204
* | | journal-file: fix archiving offline journalsVito Caputo2021-02-161-2/+7
* | | Merge pull request #18601 from keszybz/env-assign-cleanupLennart Poettering2021-02-1616-209/+128
|\ \ \
| * | | Refactor strv_env_replace() into strv_env_replace_consume()Zbigniew Jędrzejewski-Szmek2021-02-165-38/+24
| * | | shared/exec-util: fix minor memleakZbigniew Jędrzejewski-Szmek2021-02-161-8/+2
| * | | test-env-util: add tests for the two new functionsZbigniew Jędrzejewski-Szmek2021-02-161-0/+33
| * | | basic/env-util: drop now-unused strv_env_set()Zbigniew Jędrzejewski-Szmek2021-02-163-48/+0
| * | | basic/env-util: add strv_env_assign() helperZbigniew Jędrzejewski-Szmek2021-02-164-69/+39
| * | | shared/user-record: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-02-161-9/+6
| * | | locale: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-02-163-18/+10
| * | | manager: fix memleak on repeated systemd.setenv keysZbigniew Jędrzejewski-Szmek2021-02-151-9/+6