summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * network: Serialize DNR serversRonan Pigott2024-10-215-5/+88
| * network: Add serialization for DoT resolversRonan Pigott2024-10-211-0/+1
| * network: Introduce UseDNR DHCPv4 optionRonan Pigott2024-10-214-0/+14
* | networkd: raise limits on number of address 8xLennart Poettering2024-10-181-2/+2
* | network: add AF_TO_ADDRESS_FAMILY() helperLennart Poettering2024-10-154-11/+5
* | network/radv: update commentYu Watanabe2024-10-151-1/+1
* | network/dhcp6: process hostname and IA_PD on information requesting modeYu Watanabe2024-10-151-21/+2
* | network/dhcp6: set hostname even if UseAddress=noYu Watanabe2024-10-151-19/+33
* | Merge pull request #34736 from yuwata/network-mtuYu Watanabe2024-10-156-24/+112
|\ \
| * | network: wait for IPv6 MTU being synced to link MTUYu Watanabe2024-10-144-1/+92
| * | network/sysctl: make link_set_ipv6_mtu() log failuresYu Watanabe2024-10-143-17/+11
| * | network/route: use sysctl_read_ip_property_int() for reading route/max_sizeYu Watanabe2024-10-141-7/+10
* | | sd-radv: drop sd_radv_prefix and friends, and use sd_ndisc_option to manage N...Yu Watanabe2024-10-141-115/+52
* | | network/address: use config_parse_in_addr_non_null() at one more placeYu Watanabe2024-10-141-10/+6
* | | network/address: do not set family in config_parse_broadcast()Yu Watanabe2024-10-141-4/+5
|/ /
* | Merge pull request #34700 from yuwata/network-conf-parserYu Watanabe2024-10-1112-632/+349
|\ \
| * | network/route: use log_section_warning() moreYu Watanabe2024-10-112-46/+28
| * | network/route: use generic [Route] section parser moreYu Watanabe2024-10-113-152/+56
| * | network/route: use log_syntax_parse_error() moreYu Watanabe2024-10-111-41/+19
| * | network/route-nexthop: use generic [Route] section parser moreYu Watanabe2024-10-115-128/+43
| * | network/route-nexthop: use log_syntax_parse_error()Yu Watanabe2024-10-111-16/+6
| * | network/route-metric: merge conf parsers for route metricYu Watanabe2024-10-115-100/+105
| * | network/route-metric: use log_syntax_parse_error()Yu Watanabe2024-10-111-25/+12
| * | network/address: several cleanups for config_parse_address()Yu Watanabe2024-10-113-41/+36
| * | network/address: warn but ignore Broadcast= setting for an IPv6 addressYu Watanabe2024-10-111-6/+0
| * | network/address: use log_section_warning() moreYu Watanabe2024-10-111-12/+13