summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network: dhcp: logs received 6rd optionYu Watanabe2021-12-171-9/+18
* Merge pull request #21786 from keszybz/dirent-workYu Watanabe2021-12-171-1/+2
|\
| * meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+2
* | network: route: link_drop_foreign_routes() must be called only for managed in...Yu Watanabe2021-12-171-2/+3
* | networkd: check the existence of the routeYu Watanabe2021-12-171-0/+4
* | network: address: minor optimization for link_drop_foreign_addresses()Yu Watanabe2021-12-161-4/+7
* | network: drop IPv6LL addresses manually configured in .network fileYu Watanabe2021-12-161-2/+5
* | Merge pull request #21766 from yuwata/network-generator-name-policyZbigniew Jędrzejewski-Szmek2021-12-164-30/+154
|\ \
| * | test: add testcases for net.ifname-policy= kernel command line argumentYu Watanabe2021-12-161-2/+18
| * | network-generator: support to set NamePolicy= through kernel command line arg...Yu Watanabe2021-12-163-20/+122
| * | network-generator: support MAC address longer or shorter than ETH_ALENYu Watanabe2021-12-162-8/+14
| |/
* | network: route: update commentYu Watanabe2021-12-151-3/+2
|/
* wait-online: also use address state even when operational state is below degr...Yu Watanabe2021-12-141-4/+2
* Merge pull request #21664 from yuwata/network-tunnel-cleanupsZbigniew Jędrzejewski-Szmek2021-12-112-125/+58
|\
| * network: tunnel: unify init functions for tunnelsYu Watanabe2021-12-081-87/+17
| * network: tunnel: introduce TUNNEL() helper functionYu Watanabe2021-12-082-38/+38
| * network: tunnel: create tunnels with AssignToLoopback=yes independently of .n...Yu Watanabe2021-12-081-0/+3
* | network-generator: support link6 network configurationJonas Jelten2021-12-112-8/+11
* | network: rename SetupState to AdministrativeStateLaserEyess2021-12-101-1/+1
* | network: dhcp: make IPServiceType= accept "none" to disable tos in the outgoi...Yu Watanabe2021-12-091-4/+11
* | network: sd-ipv4ll and sd-ipv4acd only support ethernet interfacesYu Watanabe2021-12-091-3/+6
* | Merge pull request #21692 from yuwata/network-wireguard-allow-to-start-ndisc-...Yu Watanabe2021-12-095-18/+50
|\ \
| * | network: wireguard: allow to run NDisc and RADV when IPv6LL address is manual...Yu Watanabe2021-12-095-3/+41
| * | network: address: add scope in debugging logsYu Watanabe2021-12-091-3/+4
| * | network: address: also adjust scope when address is link local addressYu Watanabe2021-12-091-2/+6
| * | network: address: do not adjust user specified scopeYu Watanabe2021-12-091-12/+1
* | | Merge pull request #21691 from yuwata/network-route-prefix-lengthZbigniew Jędrzejewski-Szmek2021-12-092-5/+7
|\ \ \
| * | | network: route: mask lower bits of destination or source prefixYu Watanabe2021-12-091-0/+2
| * | | network: json: add src address when its prefix length is non-zeroYu Watanabe2021-12-091-3/+3
| * | | network: route: show prefix length of the source in debugging logsYu Watanabe2021-12-091-2/+2
| |/ /
* | | network: refuse empty or numeric route table namesYu Watanabe2021-12-092-1/+17
|/ /
* | network: do not reconfigure wireless interface when previously not connected ...Yu Watanabe2021-12-091-6/+14
* | network: wifi: ssid may be NULLYu Watanabe2021-12-091-1/+1
* | network: call link_check_ready() when all stacked netdevs are createdYu Watanabe2021-12-082-1/+4
* | network: address: read flags from message header when IFA_FLAGS is not suppor...Yu Watanabe2021-12-081-0/+8
* | network: route: tighten variable scopeYu Watanabe2021-12-081-1/+2
|/
* network: dhcp-pd: add 6rd supportYu Watanabe2021-12-0710-15/+513
* network: introduce link_remove()Yu Watanabe2021-12-072-0/+42
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-0716-250/+278
* Merge pull request #21653 from yuwata/network-dhcp6pd-unreachable-route-cleanupsYu Watanabe2021-12-075-55/+35
|\
| * network: dhcp6pd: use the kernel's default value for priority of unreachable ...Yu Watanabe2021-12-071-1/+3
| * network: dhcp6pd: always use main route table for unreachable routeYu Watanabe2021-12-075-44/+7
| * network: dhcp6pd: set server address for unreachable routeYu Watanabe2021-12-071-2/+15
| * network: dhcp6pd: gracefully handle delegated prefix whose prefixlen is large...Yu Watanabe2021-12-071-8/+10
* | Merge pull request #21655 from yuwata/network-creating-enslaving-netdev-cleanupsYu Watanabe2021-12-073-13/+16
|\ \
| * | network/netdev: drop spurious state from the condition to create stacked netdevsYu Watanabe2021-12-071-1/+3
| * | network/netdev: create stacked netdevs after all set-link operations are fini...Yu Watanabe2021-12-071-9/+1
| * | network: do not block configuring addresses by creating stacked netdevsYu Watanabe2021-12-071-3/+3
| * | network: set MAC address before enslaving to bond or bridge interfaceYu Watanabe2021-12-071-0/+9
| |/
* | network: dhcp6pd: assign addresses in the delegated prefix instead of a subne...Yu Watanabe2021-12-073-11/+51