summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17342 from yuwata/network-dhcp-ipv4-acd-fixesYu Watanabe2020-10-145-21/+65
|\
| * network: update MAC address in IPv4ACD client for DHCP4Yu Watanabe2020-10-141-0/+32
| * network: also stop IPv4ACD client in link_stop_clients()Yu Watanabe2020-10-141-0/+6
| * network: stop IPv4ACD client for DHCPv4 when lease is expriredYu Watanabe2020-10-141-0/+3
| * network: move IPv4ACD client for DHCPv4 from Network to Link objectYu Watanabe2020-10-145-24/+27
| * network: voidify link_stop_clients() in link_enter_failed()Yu Watanabe2020-10-141-1/+1
* | Merge pull request #17316 from yuwata/network-address-ipv4-peer-issue-17304Zbigniew Jędrzejewski-Szmek2020-10-144-149/+172
|\ \
| * | network: constify argumentsYu Watanabe2020-10-132-11/+11
| * | network: read peer address, label, broadcast from rtnl messageYu Watanabe2020-10-134-147/+161
| * | network: directly compare with in_addr element for IPv4 caseYu Watanabe2020-10-131-0/+9
| |/
* | Merge pull request #17341 from yuwata/sd-dhcp-client-fix-eexist-issue-16964Yu Watanabe2020-10-141-4/+0
|\ \
| * | network: drop unused conditionYu Watanabe2020-10-141-4/+0
| |/
* / network: start dynamic addressing clients like DHCP after setting netdevsYu Watanabe2020-10-141-6/+5
|/
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-093-6/+3
* networkd: add assert to appease coverityZbigniew Jędrzejewski-Szmek2020-10-091-2/+4
* network: introduce IPV4_ADDRESS_FMT_STR macroYu Watanabe2020-10-074-21/+22
* network: make Gateway= in [Route] section accept an empty stringYu Watanabe2020-10-071-0/+8
* network: introduce Gateway=_dhcp4 and _dhcp6, and deprecate "_dhcp"Yu Watanabe2020-10-071-5/+28
* network: manage multipath routes separatelyYu Watanabe2020-10-072-102/+205
* sd-netlink: introduce rtattr_read_nexthop()Yu Watanabe2020-10-071-12/+0
* network: free Route object when route_remove() failsYu Watanabe2020-10-071-2/+2
* network: constify argumentsYu Watanabe2020-10-072-28/+31
* network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-074-29/+83
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-077-71/+116
* network: ignore Scope= for IPv6 routes as it will not be usedYu Watanabe2020-10-071-0/+5
* network: set default priority for IPv6 routesYu Watanabe2020-10-071-0/+4
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-0623-36/+36
* network: fix masquerade setting logicYu Watanabe2020-10-061-49/+36
* network: always use RT_SCOPE_HOST for IPv4 loopback addressesYu Watanabe2020-10-061-1/+12
* network: update MAC address in IPv4 ACD clientsYu Watanabe2020-10-063-0/+50
* network: configure IPv4 DAD per link addressYu Watanabe2020-10-063-55/+32
* network: constify one argumentYu Watanabe2020-10-061-1/+1
* network: introduce address_copy()Yu Watanabe2020-10-061-11/+26
* network: do not update Address::flags in address_configure()Yu Watanabe2020-10-064-43/+19
* network: fix indentationYu Watanabe2020-10-061-31/+39
* network: use sd_event stored in ManagerYu Watanabe2020-10-066-6/+7
* network: check feature is enabled in xxx_configure()Yu Watanabe2020-10-069-81/+74
* network: move link_enumerate_ipv6_tentative_addresses()Yu Watanabe2020-10-062-50/+50
* network: drop unused functionYu Watanabe2020-10-062-46/+0
* network: move sysctl related functions to networkd-sysctl.cYu Watanabe2020-10-068-353/+321
* network: introduce radv_update_mac()Yu Watanabe2020-10-063-19/+34
* network: introduce dhcp6_update_mac()Yu Watanabe2020-10-063-58/+68
* network: introduce dhcp4_update_mac()Yu Watanabe2020-10-063-14/+24
* network: introduce ipv4ll_update_mac()Yu Watanabe2020-10-063-19/+34
* network: introduce link_serialize_dhcp6_client()Yu Watanabe2020-10-063-12/+26
* network: introduce link_serialize_ipv4ll()Yu Watanabe2020-10-063-10/+26
* network: introduce link_deserialize_ipv4ll()Yu Watanabe2020-10-063-31/+50
* network: introduce link_deserialize_dhcp4()Yu Watanabe2020-10-063-32/+51
* network: introduce network_verify_sr_iov()Yu Watanabe2020-10-063-8/+13