summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-link.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: update state files before replying bus methodYu Watanabe13 days1-0/+8
* network: rename KeepConfiguration=dhcp -> dynamicYu Watanabe2024-11-141-10/+10
* network: keep all dynamically acquired configurations when KeepConfiguration=...Yu Watanabe2024-11-141-18/+18
* network/nexthop: also forget IPv4 nexthops when an interface went downYu Watanabe2024-11-111-0/+1
* network/route: forget IPv4 non-local routes when an interface went downYu Watanabe2024-11-111-0/+2
* network: make 'networkctl reconfigure' work safely even when KeepConfiguratio...Yu Watanabe2024-11-111-18/+23
* network: drop static configs laterYu Watanabe2024-11-111-7/+0
* network: reorder dropping dynamic configurationYu Watanabe2024-11-111-2/+2
* network: reset 'configured' flags even if we keep DHCP lease and friends on r...Yu Watanabe2024-11-111-0/+9
* netwrok: call link_drop_unmanaged_config() earlier in link_configure()Yu Watanabe2024-11-111-4/+4
* network: introduce LINK_RECONFIGURE_CLEANLY flagYu Watanabe2024-11-051-2/+2
* network: keep dynamic configurations as possible as we can on reconfigureYu Watanabe2024-11-051-8/+38
* network: merge link_foreignize_config() and link_drop_foreign_config()Yu Watanabe2024-11-051-45/+17
* network: several cleanups for link_reconfigure()Yu Watanabe2024-11-051-94/+63
* network: split out link_enter_unmanaged() from link_reconfigure_impl()Yu Watanabe2024-11-051-29/+43
* network/dhcp4: keep DHCP address and routes on stop even when SendDecline=yesYu Watanabe2024-11-041-5/+5
* network: check if interface is initialized after enumeration completedYu Watanabe2024-11-041-1/+9
* network: check earlier if we are running in test modeYu Watanabe2024-11-041-13/+20
* network: free DHCP client and friends in link_free()Yu Watanabe2024-11-031-1/+1
* network: update tunnel or vxlan interface if the local address is changedYu Watanabe2024-10-311-2/+14
* network: process queued remove requests before networkd is stoppedYu Watanabe2024-10-301-2/+6
* network: wait for IPv6 MTU being synced to link MTUYu Watanabe2024-10-141-1/+2
* network/sysctl: make link_set_ipv6_mtu() log failuresYu Watanabe2024-10-141-10/+3
* network: log when no matching .network file foundYu Watanabe2024-09-171-4/+4
* basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-131-1/+1
* emit a warning in networkd if managed sysctls are changedMatteo Croce2024-09-111-0/+2
* network/netdev: downgrade log level in netdev_set_ifindex()Yu Watanabe2024-09-101-0/+1
* network/netdev: also check ifindex, iftype, and kind when assigning NetDev to...Yu Watanabe2024-09-101-8/+2
* network: log and enter failed state in link_reconfigure()Yu Watanabe2024-08-211-14/+17
* network: enter initialized state when the interface will be reconfiguredYu Watanabe2024-08-211-0/+6
* network: introduce reconfigure_data_free() and _freep()Yu Watanabe2024-08-211-17/+25
* network: shorten code a bitYu Watanabe2024-07-301-3/+0
* network: call link_handle_bound_by_list() before trying to reconfigure interfaceYu Watanabe2024-07-301-4/+7
* network: do not bring down bound interfaces immediatelyYu Watanabe2024-07-301-19/+11
* network: DHCP version logging typosSebastian Pucilowski2024-04-281-1/+1
* network/sysctl: round IPv6 MTU with the current device MTU rather than the ma...Yu Watanabe2024-04-101-2/+2
* network: always set IPv6 MTU when we detect the device MTU is changedYu Watanabe2024-04-101-0/+7
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-091-0/+1
* udev-util: rename device_is_processing() -> device_is_processed()Yu Watanabe2024-04-041-10/+2
* network: use link_start_dhcp4_server() at one more placeYu Watanabe2024-03-141-5/+3
* network/lldp: do not save LLDP neighbors under /run/systemdYu Watanabe2024-03-011-6/+1
* network/ndisc: rename Network.ipv6_accept_ra -> Network.ndiscYu Watanabe2024-02-261-3/+3
* network: do not request DHCP addresses configured on checking prefix delegationYu Watanabe2024-02-171-2/+2
* network: rename link_drop_managed_xyz() -> link_drop_static_xyz()Yu Watanabe2024-02-141-6/+5
* network: do not enter initialized state when the interface is being processed...Yu Watanabe2024-02-111-0/+8
* network: make Reload bus method synchronousYu Watanabe2024-02-091-0/+74
* network: adjust default RequiredForOnline= and RequiredFamilyForOnline= settingYu Watanabe2024-02-021-1/+33
* network/route: also remove route on cancelling requestYu Watanabe2024-01-251-0/+7
* network/route: manage all routes by Manager objectYu Watanabe2024-01-241-1/+0
* Merge pull request #30967 from yuwata/network-can-required-operstate-for-onlineYu Watanabe2024-01-161-4/+23
|\