summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: update state files before replying bus methodYu Watanabe9 days1-0/+8
* network/ndisc: first process options with zero lifetimeYu Watanabe11 days1-20/+50
* network/ndisc: sd_ndisc_router_route_get_preference() does not return -EOPNOT...Yu Watanabe11 days1-4/+0
* network/netdev: fix typoYu Watanabe11 days1-1/+1
* network/nexthop: fix copy-and-paste errorYu Watanabe2024-11-151-1/+1
* network/ndisc: fix coalescing of ndisc routes when multiple router exists (#3...Yu Watanabe2024-11-146-52/+497
|\
| * network/ndisc: dynamically configure nexthops when routes with gateway are re...Yu Watanabe2024-11-141-3/+292
| * network/nexthop: serialize/deserialize nexthopsYu Watanabe2024-11-143-29/+119
| * network/nexthop: preparation for dynamically configuring nexthopsYu Watanabe2024-11-142-20/+86
* | network/netdev: follow-ups for reloading .netdev files (#34979)Luca Boccassi2024-11-1418-115/+240
|\ \ | |/ |/|
| * network/tuntap: manage tun/tap fds by managerYu Watanabe2024-11-142-63/+71
| * network/bond: do not update several parameters if already up or has slavesYu Watanabe2024-11-141-8/+21
| * network/netdev: do not try to update if not supportedYu Watanabe2024-11-149-1/+32
| * network/netdev: fix counter handling if request is cancelledYu Watanabe2024-11-141-1/+13
| * network/netdev: always queue request of creating netdev then process it laterYu Watanabe2024-11-141-14/+2
| * network/netdev: enter ready state only when it is created by usYu Watanabe2024-11-141-18/+19
| * network/netdev: do not update MAC address if netdev is already runningYu Watanabe2024-11-148-7/+74
| * network/netdev: set interface name only when creating a new netdevYu Watanabe2024-11-141-3/+8
* | network: rename KeepConfiguration=dhcp -> dynamicYu Watanabe2024-11-149-41/+79
* | network/ipv4ll: use a foreign IPv4LL address when KeepConfiguration=dhcpYu Watanabe2024-11-141-0/+23
* | network: keep all dynamically acquired configurations when KeepConfiguration=...Yu Watanabe2024-11-141-18/+18
* | network: introduce manager_serialize()/deserialize()Yu Watanabe2024-11-148-68/+554
|/
* network/ndisc: restore the original preference and priority before checking i...Yu Watanabe2024-11-121-0/+9
* network/ndisc: introduce ndisc_route_prepare() and ndisc_router_route_prepare()Yu Watanabe2024-11-121-16/+46
* network/ndisc: several cleanups for ndisc_remove_route()Yu Watanabe2024-11-121-10/+4
* network/ndisc: introduce route_is_bound_to_link() helper function and use it ...Yu Watanabe2024-11-123-4/+17
* 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