summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.c
Commit message (Expand)AuthorAgeFilesLines
* network: Allow to configure interface promiscuous modeSusant Sahani2020-12-151-1/+7
* network: adjust commentsZbigniew Jędrzejewski-Szmek2020-12-111-3/+3
* network: do not reconfigure interface when the link gains carrier but udev no...Yu Watanabe2020-12-111-14/+16
* network: stop to assign UUID when reconfiguring linkYu Watanabe2020-12-021-0/+1
* network: treat IPv4LL is one of dynamic addressing protocolYu Watanabe2020-11-301-11/+10
* network: simplify the condition about ipv4ll is enabled or notYu Watanabe2020-11-301-3/+1
* network: shorten link_check_ready() a bitYu Watanabe2020-11-301-56/+27
* networkd: start ipv4ll when dhcp has trouble getting a leaseZbigniew Jędrzejewski-Szmek2020-11-301-9/+8
* networkd: merge ll addressing fallback modes into normal "boolean" valuesZbigniew Jędrzejewski-Szmek2020-11-301-7/+6
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-83/+0
|\
| * network: drop link_load()Yu Watanabe2020-10-281-41/+0
| * network: do not serialize/deserialize routesYu Watanabe2020-10-281-18/+4
| * network: do not serialize/deserialize addressesYu Watanabe2020-10-281-12/+0
| * network: do not serialize/deserialize ipv4ll addressYu Watanabe2020-10-281-12/+2
| * network: set previous DHCP4 address in link->addresses_foreignYu Watanabe2020-10-281-6/+0
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* | dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-281-0/+4
* | network: store full hardware address in Link structTimo Rothenpieler2020-10-281-17/+11
|/
* network: actually update radv macTimo Rothenpieler2020-10-271-1/+1
* network: move set-MAC and set-nomaster operations out of link_up()Dan Streetman2020-10-231-13/+107
* network: also unref IPv4 ACD clients in Address objectsYu Watanabe2020-10-151-0/+2
* 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-151-8/+8
* network: drop conditions to check existence of each engineYu Watanabe2020-10-151-30/+18
* Merge pull request #17342 from yuwata/network-dhcp-ipv4-acd-fixesYu Watanabe2020-10-141-1/+8
|\
| * network: also stop IPv4ACD client in link_stop_clients()Yu Watanabe2020-10-141-0/+6
| * network: move IPv4ACD client for DHCPv4 from Network to Link objectYu Watanabe2020-10-141-0/+1
| * network: voidify link_stop_clients() in link_enter_failed()Yu Watanabe2020-10-141-1/+1
* | network: start dynamic addressing clients like DHCP after setting netdevsYu Watanabe2020-10-141-6/+5
|/
* network: update MAC address in IPv4 ACD clientsYu Watanabe2020-10-071-0/+4
* network: configure IPv4 DAD per link addressYu Watanabe2020-10-071-5/+1
* network: check feature is enabled in xxx_configure()Yu Watanabe2020-10-071-46/+23
* network: move link_enumerate_ipv6_tentative_addresses()Yu Watanabe2020-10-071-50/+0
* network: move sysctl related functions to networkd-sysctl.cYu Watanabe2020-10-071-287/+5
* network: introduce radv_update_mac()Yu Watanabe2020-10-071-19/+3
* network: introduce dhcp6_update_mac()Yu Watanabe2020-10-071-36/+3
* network: introduce dhcp4_update_mac()Yu Watanabe2020-10-071-12/+3
* network: introduce ipv4ll_update_mac()Yu Watanabe2020-10-071-19/+3
* network: introduce link_serialize_dhcp6_client()Yu Watanabe2020-10-071-12/+3
* network: introduce link_serialize_ipv4ll()Yu Watanabe2020-10-071-10/+3
* network: introduce link_deserialize_ipv4ll()Yu Watanabe2020-10-071-22/+3
* network: introduce link_deserialize_dhcp4()Yu Watanabe2020-10-071-21/+3
* network: move link_configure_sr_iov()Yu Watanabe2020-10-071-21/+0
* network: move link_configure_traffic_control()Yu Watanabe2020-10-071-21/+0
* network: merge link_set_bridge_vlan() and br_vlan_configure()Yu Watanabe2020-10-071-16/+3
* network: move DUID related functionsYu Watanabe2020-10-071-141/+1
* network: move link_radv_enabled()Yu Watanabe2020-10-071-15/+4
* network: move link_dhcp4_server_enabled()Yu Watanabe2020-10-071-36/+5
* network: move link_ipv6_accept_ra_enabled()Yu Watanabe2020-10-071-30/+0