summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | network/macsec: IFLA_MACSEC_PORT attribute cannot be changedYu Watanabe2024-10-301-6/+14
| * | network/vxlan: do not try to update several parametersYu Watanabe2024-10-301-28/+42
| * | network/netdev: introduce netdev_can_set_mac/mtu() helper functionsYu Watanabe2024-10-302-2/+33
* | | network: several cleanups for reloading .network files (#34933)Yu Watanabe2024-10-306-24/+61
|\ \ \
| * | | network: use newly loaded Network object if a referenced NetDev object is upd...Yu Watanabe2024-10-301-2/+30
| * | | network: drop no-op cleanupYu Watanabe2024-10-305-12/+10
| * | | network/netdev: update state file when NetDev object assignment is changedYu Watanabe2024-10-301-6/+17
| * | | network: swap asterisk and spaceYu Watanabe2024-10-302-4/+4
| |/ /
* / / network: process queued remove requests before networkd is stoppedYu Watanabe2024-10-304-21/+73
|/ /
* | network/tunnel: allow Local=/Remote=any for all tunnel typesYu Watanabe2024-10-301-21/+14
* | sd-netlink,network: do not set NLM_F_CREATE and NLM_F_EXCL flags if an interf...Yu Watanabe2024-10-304-16/+0
* | network/netdev: skip processing netdev if it is already detachedYu Watanabe2024-10-2910-0/+55