summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | network/routing-policy-rule: use in_addr_prefix for From= and To=Yu Watanabe2024-10-114-78/+44
| * | in-addr-util: rename in_addr_prefix_from_string_auto_internal() -> _full()Yu Watanabe2024-10-111-1/+1
* | | report bpf_current_task_under_cgroup() errors to userspaceMatteo Croce2024-10-111-4/+8
|/ /
* | sd-netlink,network: rename functions and RoutingPolicyRule.typeYu Watanabe2024-10-104-30/+30
* | sd-netlink: various cleanupsYu Watanabe2024-10-101-1/+1
* | network/dhcp4: add support for ARPHRD_RAWIP and ARPHRD_NONE network interface...Darsey Litzenberger2024-10-101-2/+4
* | network/sysctl-monitor: change variable type to avoid preverifier denialMatteo Croce2024-10-091-1/+1
* | tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-082-10/+4
* | tree-wide: drop doubled empty linesYu Watanabe2024-10-075-5/+0
* | network: use Network.name for bus pathYu Watanabe2024-10-071-20/+3
* | networkctl: sort ifindexes in status commandYu Watanabe2024-10-071-9/+44
* | path-lookup: move NETWORK_DIRS to network-util.hMike Yuan2024-10-063-0/+3
* | network/nexthop: introduce generic conf parser for [NextHop] sectionYu Watanabe2024-09-193-217/+70
* | network/nexthop: make conf parsers for Family= and Gateway= independent of ea...Yu Watanabe2024-09-193-58/+27
* | network/nexthop: use log_section_warning() and friendYu Watanabe2024-09-191-32/+19
* | network/neighbor: use log_section_warning_errno()Yu Watanabe2024-09-181-13/+13
* | network/neighbor: introduce generic Neighbor section parserYu Watanabe2024-09-183-50/+19
* | network/neighbor: use struct in_addr_dataYu Watanabe2024-09-184-44/+30
* | Merge pull request #34440 from yuwata/network-log-no-matching-networkDaan De Meyer2024-09-173-5/+6
|\ \
| * | network: log loaded .network and .netdev filesYu Watanabe2024-09-172-1/+2
| * | network: log when no matching .network file foundYu Watanabe2024-09-171-4/+4
* | | network/dhcp4: use device_get_property_bool() at link_needs_dhcp_broadcast()Yu Watanabe2024-09-171-12/+19
|/ /
* | network: drop unnecessary BPF related objects from Manager when disabledYu Watanabe2024-09-172-0/+4
* | network/sysctl-monitor: do not allocate sysctl_shadow when eBPF is not supportedYu Watanabe2024-09-175-24/+31