summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* network/sysctl-monitor: fix use-after-freeYu Watanabe2024-09-161-1/+1
* network/sysctl: several cleanups for sysctl_add_monitor()Yu Watanabe2024-09-161-10/+16
* bpf-link: introduce bpf_ring_buffer_free() and friendsYu Watanabe2024-09-161-8/+2
* network/sysctl: use wrapped free functionsYu Watanabe2024-09-161-16/+3
* network/sysctl-monitor: fix sanity check in cut_last()Yu Watanabe2024-09-161-8/+7
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-132-4/+1
* networkd: move sysctl code to use PID_FMTLennart Poettering2024-09-131-4/+5
* basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-134-4/+4
* minor fixups for #32212Matteo Croce2024-09-132-4/+4
* Merge pull request #32212 from teknoraver/networkd-sysctlLennart Poettering2024-09-1213-23/+499
|\
| * emit a warning in networkd if managed sysctls are changedMatteo Croce2024-09-1111-1/+454
| * store the sysctls set by networkdMatteo Croce2024-09-115-22/+45
| * extend sysctl functions to shadow valuesMatteo Croce2024-09-113-22/+22
* | network/wireguard: refuse default key if all zeroMike Yuan2024-09-121-1/+1
|/
* network/state-file: save assigned .netdev file even if the interface is unman...Yu Watanabe2024-09-101-6/+6
* network/vxcan: also manage peer interface name by managerYu Watanabe2024-09-102-0/+66
* network/vxcan: refuse when peer and the main interface names are equivalentYu Watanabe2024-09-101-0/+4
* network/l2tp: manage l2tp session name by ManagerYu Watanabe2024-09-102-0/+80
* network/l2tp: refuse duplicated session nameYu Watanabe2024-09-101-2/+15
* network/l2tp: downgrade log level of several messagesYu Watanabe2024-09-101-21/+21
* network/veth: also manage peer name by ManagerYu Watanabe2024-09-102-0/+67