summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe2021-04-2111-88/+273
| * | network: move dhcp related conf parsers to networkd-dhcp-common.cYu Watanabe2021-04-216-157/+151
* | | Merge pull request #19362 from yuwata/network-dhcp6-pd-log-19354Zbigniew Jędrzejewski-Szmek2021-04-213-11/+78
|\ \ \ | |/ / |/| |
| * | network: dhcp6: logs about generated addresses in delegated prefixYu Watanabe2021-04-211-0/+28
| * | network: dhcp6: logs about delegated prefixesYu Watanabe2021-04-213-11/+50
* | | network: set metric for prefix route of IPv4 link-local addressYu Watanabe2021-04-211-0/+1
* | | network: radv: add RouteMetric= setting in [IPv6Prefix]Yu Watanabe2021-04-214-0/+43
* | | network: dhcp6-pd: add RouteMetric= setting in [DHCPv6PrefixDelegation]Yu Watanabe2021-04-213-0/+4
* | | network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]Yu Watanabe2021-04-215-14/+15
* | | network: dhcp4: also apply RouteMetric= setting in [DHCPv4] to prefix routeYu Watanabe2021-04-211-0/+1
* | | network: add RouteMetric= setting in [Address] sectionYu Watanabe2021-04-213-0/+49
* | | network: show route metric in debug logYu Watanabe2021-04-211-2/+2
|/ /
* | relay role implementationYegor Alexeyev2021-04-205-0/+36
* | Merge pull request #19332 from yuwata/log_xxx_yyy_errno-follow-ups-19317Yu Watanabe2021-04-163-22/+29
|\ \
| * | network: update log messageYu Watanabe2021-04-162-8/+6
| * | network: make log_netdev_xxx_errno() refuse zero errnoYu Watanabe2021-04-161-14/+23
* | | Merge pull request #19290 from yuwata/network-dhcp-do-not-configure-twiceZbigniew Jędrzejewski-Szmek2021-04-168-27/+39
|\ \ \
| * | | network: fix indentationYu Watanabe2021-04-131-1/+1
| * | | network: lldp: update mac addressYu Watanabe2021-04-131-0/+6
| * | | network: refuse to configure engines such as DHCP client more than onceYu Watanabe2021-04-136-26/+32
* | | | Merge pull request #19310 from yuwata/network-dhcp-anonymizeZbigniew Jędrzejewski-Szmek2021-04-164-133/+102
|\ \ \ \ | |_|/ / |/| | |
| * | | network: dhcp4: warn when Anonymize=yes and ClientIdentifier= is not macYu Watanabe2021-04-142-7/+13
| * | | network: drop unnecessary explicit initializationsYu Watanabe2021-04-141-10/+0
| * | | network: dhcp4: do not request any additional options when Anonymize=yesYu Watanabe2021-04-142-100/+73
| * | | network: move and rename network_apply_anonymize_if_set()Yu Watanabe2021-04-144-48/+48
* | | | Merge pull request #19317 from keszybz/check-return-values-from-log_errno-fun...Luca Boccassi2021-04-152-6/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Voidify log_link_debugZbigniew Jędrzejewski-Szmek2021-04-142-6/+12
* | | | Merge pull request #19315 from yuwata/network-wait-online-address-family-foll...Luca Boccassi2021-04-143-42/+31
|\ \ \ \
| * | | | wait-online: update debug log messagesYu Watanabe2021-04-141-16/+16
| * | | | network: shorten code a bitYu Watanabe2021-04-142-26/+15
* | | | | Merge pull request #19302 from bluca/uninitZbigniew Jędrzejewski-Szmek2021-04-142-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-142-2/+2
| |/ /
* | | Merge pull request #19287 from yuwata/network-manage-foreign-routing-policy-r...Yu Watanabe2021-04-145-6/+16
|\ \ \
| * | | network: introduce ManageForeignRoutingPolicyRules= boolean setting in networ...Yu Watanabe2021-04-135-6/+15
| * | | network: add missing default setting in networkd.confYu Watanabe2021-04-131-0/+1
| | |/ | |/|
* | | wait-online: wait for address familyLetzteInstanz2021-04-145-3/+101
* | | network: save IPv4/IPv6 address states into state fileLetzteInstanz2021-04-149-22/+104
* | | network: move AddressFamily into network-util for the use by wait-online laterLetzteInstanz2021-04-141-10/+1
| |/ |/|
* | dhcp: Implemented BindToInterface= configuration optionYegor Alexeyev2021-04-144-1/+7
|/
* networkctl: drop unused variablesYu Watanabe2021-04-121-26/+37
* network: refuse to configure NDISC twiceYu Watanabe2021-04-101-8/+9
* network: adjust log messageYu Watanabe2021-04-101-2/+2
* network: drop unnecessary bitfield specifierYu Watanabe2021-04-101-3/+3
* network: do not require DHCPv6 addresses when UseAddress=noYu Watanabe2021-04-093-1/+9
* Merge pull request #19226 from keszybz/reenable-maybe-unitialized-warningZbigniew Jędrzejewski-Szmek2021-04-081-1/+1
|\
| * tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-1/+1
* | networkd: simplify sd_bus_is_ready() checksZbigniew Jędrzejewski-Szmek2021-04-084-8/+7
* | network: do not emit changed properties when bus connection is not readyYu Watanabe2021-04-082-2/+2
|/
* Merge pull request #18990 from yuwata/network-dhcpv6-use-domainsZbigniew Jędrzejewski-Szmek2021-03-316-22/+67
|\
| * network: also introduce UseDomains= for [DHCPv6] sectionYu Watanabe2021-03-136-16/+61