summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| * network: introduce network_adjust_radv()Yu Watanabe2020-10-193-8/+22
| * network: clear DNS and domains for RA when an empty string is assignedYu Watanabe2020-10-191-0/+11
| * network: use string_hash_ops_free for search domainsYu Watanabe2020-10-192-7/+7
* | network: move set-MAC and set-nomaster operations out of link_up()Dan Streetman2020-10-231-13/+107
* | Merge pull request #17356 from yuwata/sd-xxx-stopLennart Poettering2020-10-218-61/+55
|\ \
| * | network: also unref IPv4 ACD clients in Address objectsYu Watanabe2020-10-153-0/+12
| * | network: move link_lldp_emit_stop() to link_free_engines()Yu Watanabe2020-10-151-2/+2
| * | network: also stop LLDP client in link_stop_engines()Yu Watanabe2020-10-151-0/+4
| * | network: stop DHCPv4 server in link_stop_clients()Yu Watanabe2020-10-153-10/+10
| * | network: drop unnecessary conditionsYu Watanabe2020-10-153-15/+9
| * | network: voidify sd_ipv4acd_stop() at one placeYu Watanabe2020-10-151-1/+1
| * | network: drop conditions to check existence of each engineYu Watanabe2020-10-153-35/+19
* | | network: call netlink in the last of route_configure()Yu Watanabe2020-10-201-7/+7
* | | network: also compare and hash weight of the gatewayYu Watanabe2020-10-201-2/+8
* | | network: copy multipath route element earlierYu Watanabe2020-10-201-5/+16
* | | network: make route_configure() return 0 on successYu Watanabe2020-10-201-3/+3
| |/ |/|
* | network: warn if dynamic gateway is specified but corresponding protocol is d...Yu Watanabe2020-10-151-1/+14
* | network: introduce network_adjust_dhcp()Yu Watanabe2020-10-153-16/+30
* | network: introduce network_adjust_ipv6_accept_ra()Yu Watanabe2020-10-155-29/+22
* | network: when Gateway=_dhcp4, set several properties based on lease if they a...Yu Watanabe2020-10-154-5/+32
* | network: determine a [Route] section will be used or not by gateway family in...Yu Watanabe2020-10-152-4/+2
* | network: when Gateway=_dhcp, assume gateway family based on other settingsYu Watanabe2020-10-151-13/+30
* | network: rename Gateway=_dhcp6 -> Gateway=_ipv6raYu Watanabe2020-10-151-2/+2
* | network: rename gateway_from_dhcp -> gateway_from_dhcp_or_raYu Watanabe2020-10-154-10/+10
|/
* 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-084-21/+22
* network: make Gateway= in [Route] section accept an empty stringYu Watanabe2020-10-081-0/+8
* network: introduce Gateway=_dhcp4 and _dhcp6, and deprecate "_dhcp"Yu Watanabe2020-10-081-5/+28
* network: manage multipath routes separatelyYu Watanabe2020-10-082-102/+205
* sd-netlink: introduce rtattr_read_nexthop()Yu Watanabe2020-10-081-12/+0
* network: free Route object when route_remove() failsYu Watanabe2020-10-081-2/+2
* network: constify argumentsYu Watanabe2020-10-082-28/+31
* network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-084-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