summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/nexthop: also forget IPv4 nexthops when an interface went downYu Watanabe2024-11-113-0/+57
* network/route: forget IPv4 non-local routes when an interface went downYu Watanabe2024-11-113-0/+35
* network/nexthop: forget dependent routes without trying to removeYu Watanabe2024-11-113-12/+16
* network/nexthop: do not remove depending nexthops when a nexthop is removedYu Watanabe2024-11-111-13/+3
* network/route: update reference of the route from nexthopYu Watanabe2024-11-111-0/+2
* network: make 'networkctl reconfigure' work safely even when KeepConfiguratio...Yu Watanabe2024-11-117-57/+99
* network: drop static configs laterYu Watanabe2024-11-111-7/+0
* network/dhcp-pd: do not remove unreachable route when reconfiguring non-upstr...Yu Watanabe2024-11-114-23/+62
* 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
* network: drop unnecessary size specifierYu Watanabe2024-11-111-1/+1
* netwrok: call link_drop_unmanaged_config() earlier in link_configure()Yu Watanabe2024-11-111-4/+4
* networkd: add possibility to specify MulticastIGMPVersionMichele Dionisio2024-11-065-0/+44
* network: reconfigure interface more gracefully (#35035)Yu Watanabe2024-11-0627-395/+507
|\
| * network: introduce LINK_RECONFIGURE_CLEANLY flagYu Watanabe2024-11-053-3/+4
| * network: keep dynamic configurations as possible as we can on reconfigureYu Watanabe2024-11-0513-42/+275
| * network: merge link_foreignize_config() and link_drop_foreign_config()Yu Watanabe2024-11-0511-221/+115
| * network: several cleanups for link_reconfigure()Yu Watanabe2024-11-055-111/+81
| * network: split out link_enter_unmanaged() from link_reconfigure_impl()Yu Watanabe2024-11-051-29/+43
* | mount-util: introduce path_is_network_fs_harder() and use it in networkd (#35...Zbigniew Jędrzejewski-Szmek2024-11-061-4/+6
|\ \
| * | network: use path_is_network_fs_harder()Yu Watanabe2024-11-051-4/+6
* | | network: handle ENODATA better with DNRRonan Pigott2024-11-052-38/+38
|/ /
* / tree-wide: time-out → timeoutZbigniew Jędrzejewski-Szmek2024-11-051-1/+1
|/
* network: limit the total number of Encrypted DNS options processedRonan Pigott2024-11-051-0/+6
* network/dhcp4: keep DHCP address and routes on stop even when SendDecline=yesYu Watanabe2024-11-041-5/+5
* network: expose log_route_debug() and log_address_debug()Yu Watanabe2024-11-044-2/+6
* network: add more debugging logsYu Watanabe2024-11-042-8/+21
* network: check if interface is initialized after enumeration completedYu Watanabe2024-11-043-1/+22
* network: check earlier if we are running in test modeYu Watanabe2024-11-041-13/+20
* network: introduce network_config_source_from_string()Yu Watanabe2024-11-042-1/+2
* network/json: add missing entries for route propertiesYu Watanabe2024-11-041-0/+2
* network: remove unexpected netlink socket from service managerYu Watanabe2024-11-041-2/+2
* network/address: slightly optimize link_address_is_dynamic()Yu Watanabe2024-11-041-1/+5
* network: realign string tableYu Watanabe2024-11-041-5/+5
* json: add json_dispatch_ifindex() helper (#34982)Lennart Poettering2024-11-042-6/+6
|\
| * tree-wide: port things over to new json_dispatch_ifindex()Lennart Poettering2024-11-042-6/+6
* | network: refuse new requests on stop (#35004)Luca Boccassi2024-11-047-5/+28
|\ \
| * | network: free DHCP client and friends in link_free()Yu Watanabe2024-11-033-5/+2
| * | network: refuse further requests when manager is in MANAGER_STOPPEDYu Watanabe2024-11-034-0/+26
| |/
* | network/ipv4ll: not necessary to set initial address on each startYu Watanabe2024-11-022-13/+16
* | network/dhcp4: do not restart IPv4LL client when KeepConfiguration=dhcpYu Watanabe2024-11-021-5/+5
|/
* network: update tunnel or vxlan interface if the local address is changedYu Watanabe2024-10-3110-2/+75
* network/netdev: replace old NetDev object with newer one on reloadYu Watanabe2024-10-303-2/+80
* network/netdev: reconfigure netdev if possibleYu Watanabe2024-10-301-8/+5
* network/netdev: move calls of netdev_attach() and netdev_request_to_create() ...Yu Watanabe2024-10-303-22/+24
* network/tunnel: reuse existing 6rd sit tunnel (#34938)Yu Watanabe2024-10-303-75/+45
|\
| * network/tunnel: reuse existing 6rd SIT tunnelYu Watanabe2024-10-293-31/+19
| * network/tunnel: merge dhcp4_pd_create_6rd_tunnel_message() into dhcp4_pd_crea...Yu Watanabe2024-10-292-47/+29
* | network/netdev: do not try to update several parameters if the interface alre...Yu Watanabe2024-10-305-36/+98
|\ \
| * | network/ipvlan: do not try to update MAC addressYu Watanabe2024-10-301-0/+9