summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-link.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * network: make 'carrier' as the default required operational state for CAN deviceYu Watanabe2024-01-161-0/+5
| * network: several cleanups for LinkOperationalStateYu Watanabe2024-01-161-4/+18
* | network/queue: detach request from the queue only when the request is actuall...Yu Watanabe2024-01-161-1/+1
|/
* network/link: automatically reconfigure interface on failureYu Watanabe2024-01-151-1/+19
* network/link: shorten code a bitYu Watanabe2024-01-151-4/+2
* Merge pull request #30716 from yuwata/network-cancel-requestLuca Boccassi2024-01-101-6/+44
|\
| * network/nexthop: also remove nexthop on cancelling requestYu Watanabe2024-01-051-0/+7
| * network/neighbor: also remove neighbor on cancelling requestYu Watanabe2024-01-051-0/+7
| * network/address: also remove address on cancelling requestYu Watanabe2024-01-051-6/+30
* | network/link: always join to the main interface when we receive IFLA_MASTER a...Yu Watanabe2024-01-061-13/+11
|/
* network: do not make the implied default have the first priorityYu Watanabe2024-01-051-1/+1
* Merge pull request #30593 from yuwata/sd-dhcp-duidLuca Boccassi2024-01-011-1/+0
|\
| * dhcp: introduce sd_dhcp_duid and move relevant functions to sd_dhcp_duid.[ch]Yu Watanabe2023-12-221-1/+0
* | network: use RET_GATHER() macroYu Watanabe2023-12-251-32/+32
|/
* network: also log drop-in config filesYu Watanabe2023-12-201-2/+12
* network/nexthop: manage all nexthops by managerYu Watanabe2023-12-141-1/+0
* network: do not trigger assertion when link_get_by_index() called with an inv...Yu Watanabe2023-12-141-1/+3
* network: allow to configure interface MTU for CAN devicesYu Watanabe2023-12-081-4/+4
* network/brvlan: read bridge vlan IDs through netlink and save themYu Watanabe2023-11-121-0/+7
* network: support ID_NET_MANAGED_BY udev propertyYu Watanabe2023-11-011-0/+10
* network/dhcp4: support IPv6 only mode (RFC 8925)Yu Watanabe2023-10-111-0/+27
* network: split out link_get_address_states()Yu Watanabe2023-09-211-29/+1
* sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friendYu Watanabe2023-09-201-1/+1
* sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe2023-09-051-1/+1
* network/ipv4acd: split out sd_ipv4acd management from Address to LinkYu Watanabe2023-07-301-0/+2
* network: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-32/+10
* network: handle captive portal with multiple routersYu Watanabe2023-07-061-1/+0
* ndisc: parse RFC8910 captive portal ipv6ra optionRonan Pigott2023-07-021-0/+1