summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | network/netdev: split out netdev_attach_name_full()Yu Watanabe2024-10-291-4/+10
|/
* sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-282-2/+2
* network: adjust log message about DNRRonan Pigott2024-10-231-4/+4
* Merge pull request #34848 from yuwata/network-dhcpv6-do-not-request-ia-pd-on-...Lennart Poettering2024-10-221-2/+21
|\
| * network/dhcp6: do not request IA_PD when running in the other-information modeYu Watanabe2024-10-211-2/+21
* | Merge pull request #30952 from rpigott/resolved-dnrLennart Poettering2024-10-2213-1/+471
|\ \ | |/ |/|
| * network: add dnr resolvers to networkctl status json outputRonan Pigott2024-10-211-0/+115
| * network: Serialize ipv6ra DNRRonan Pigott2024-10-211-0/+24
| * network: Introduce IPv6RA UseDNR= optionRonan Pigott2024-10-215-0/+9
| * ndisc: Parse RFC9463 encrypted DNS (DNR) optionRonan Pigott2024-10-213-1/+173
| * network: Serialize DHCPv6 DNR serversRonan Pigott2024-10-211-2/+41
| * network: Introduce UseDNR DHCPv6 optionRonan Pigott2024-10-216-0/+13