index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
network: Serialize DNR servers
Ronan Pigott
2024-10-21
5
-5
/
+88
|
*
network: Add serialization for DoT resolvers
Ronan Pigott
2024-10-21
1
-0
/
+1
|
*
network: Introduce UseDNR DHCPv4 option
Ronan Pigott
2024-10-21
4
-0
/
+14
*
|
networkd: raise limits on number of address 8x
Lennart Poettering
2024-10-18
1
-2
/
+2
*
|
network: add AF_TO_ADDRESS_FAMILY() helper
Lennart Poettering
2024-10-15
4
-11
/
+5
*
|
network/radv: update comment
Yu Watanabe
2024-10-15
1
-1
/
+1
*
|
network/dhcp6: process hostname and IA_PD on information requesting mode
Yu Watanabe
2024-10-15
1
-21
/
+2
*
|
network/dhcp6: set hostname even if UseAddress=no
Yu Watanabe
2024-10-15
1
-19
/
+33
*
|
Merge pull request #34736 from yuwata/network-mtu
Yu Watanabe
2024-10-15
6
-24
/
+112
|
\
\
|
*
|
network: wait for IPv6 MTU being synced to link MTU
Yu Watanabe
2024-10-14
4
-1
/
+92
|
*
|
network/sysctl: make link_set_ipv6_mtu() log failures
Yu Watanabe
2024-10-14
3
-17
/
+11
|
*
|
network/route: use sysctl_read_ip_property_int() for reading route/max_size
Yu Watanabe
2024-10-14
1
-7
/
+10
*
|
|
sd-radv: drop sd_radv_prefix and friends, and use sd_ndisc_option to manage N...
Yu Watanabe
2024-10-14
1
-115
/
+52
*
|
|
network/address: use config_parse_in_addr_non_null() at one more place
Yu Watanabe
2024-10-14
1
-10
/
+6
*
|
|
network/address: do not set family in config_parse_broadcast()
Yu Watanabe
2024-10-14
1
-4
/
+5
|
/
/
*
|
Merge pull request #34700 from yuwata/network-conf-parser
Yu Watanabe
2024-10-11
12
-632
/
+349
|
\
\
|
*
|
network/route: use log_section_warning() more
Yu Watanabe
2024-10-11
2
-46
/
+28
|
*
|
network/route: use generic [Route] section parser more
Yu Watanabe
2024-10-11
3
-152
/
+56
|
*
|
network/route: use log_syntax_parse_error() more
Yu Watanabe
2024-10-11
1
-41
/
+19
|
*
|
network/route-nexthop: use generic [Route] section parser more
Yu Watanabe
2024-10-11
5
-128
/
+43
|
*
|
network/route-nexthop: use log_syntax_parse_error()
Yu Watanabe
2024-10-11
1
-16
/
+6
|
*
|
network/route-metric: merge conf parsers for route metric
Yu Watanabe
2024-10-11
5
-100
/
+105
|
*
|
network/route-metric: use log_syntax_parse_error()
Yu Watanabe
2024-10-11
1
-25
/
+12
|
*
|
network/address: several cleanups for config_parse_address()
Yu Watanabe
2024-10-11
3
-41
/
+36
|
*
|
network/address: warn but ignore Broadcast= setting for an IPv6 address
Yu Watanabe
2024-10-11
1
-6
/
+0
|
*
|
network/address: use log_section_warning() more
Yu Watanabe
2024-10-11
1
-12
/
+13
|
*
|
network/routing-policy-rule: use in_addr_prefix for From= and To=
Yu Watanabe
2024-10-11
4
-78
/
+44
|
*
|
in-addr-util: rename in_addr_prefix_from_string_auto_internal() -> _full()
Yu Watanabe
2024-10-11
1
-1
/
+1
*
|
|
report bpf_current_task_under_cgroup() errors to userspace
Matteo Croce
2024-10-11
1
-4
/
+8
|
/
/
*
|
sd-netlink,network: rename functions and RoutingPolicyRule.type
Yu Watanabe
2024-10-10
4
-30
/
+30
*
|
sd-netlink: various cleanups
Yu Watanabe
2024-10-10
1
-1
/
+1
*
|
network/dhcp4: add support for ARPHRD_RAWIP and ARPHRD_NONE network interface...
Darsey Litzenberger
2024-10-10
1
-2
/
+4
*
|
network/sysctl-monitor: change variable type to avoid preverifier denial
Matteo Croce
2024-10-09
1
-1
/
+1
*
|
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
2
-10
/
+4
*
|
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
5
-5
/
+0
*
|
network: use Network.name for bus path
Yu Watanabe
2024-10-07
1
-20
/
+3
*
|
networkctl: sort ifindexes in status command
Yu Watanabe
2024-10-07
1
-9
/
+44
*
|
path-lookup: move NETWORK_DIRS to network-util.h
Mike Yuan
2024-10-06
3
-0
/
+3
*
|
network/nexthop: introduce generic conf parser for [NextHop] section
Yu Watanabe
2024-09-19
3
-217
/
+70
*
|
network/nexthop: make conf parsers for Family= and Gateway= independent of ea...
Yu Watanabe
2024-09-19
3
-58
/
+27
*
|
network/nexthop: use log_section_warning() and friend
Yu Watanabe
2024-09-19
1
-32
/
+19
*
|
network/neighbor: use log_section_warning_errno()
Yu Watanabe
2024-09-18
1
-13
/
+13
*
|
network/neighbor: introduce generic Neighbor section parser
Yu Watanabe
2024-09-18
3
-50
/
+19
*
|
network/neighbor: use struct in_addr_data
Yu Watanabe
2024-09-18
4
-44
/
+30
*
|
Merge pull request #34440 from yuwata/network-log-no-matching-network
Daan De Meyer
2024-09-17
3
-5
/
+6
|
\
\
|
*
|
network: log loaded .network and .netdev files
Yu Watanabe
2024-09-17
2
-1
/
+2
|
*
|
network: log when no matching .network file found
Yu Watanabe
2024-09-17
1
-4
/
+4
*
|
|
network/dhcp4: use device_get_property_bool() at link_needs_dhcp_broadcast()
Yu Watanabe
2024-09-17
1
-12
/
+19
|
/
/
*
|
network: drop unnecessary BPF related objects from Manager when disabled
Yu Watanabe
2024-09-17
2
-0
/
+4
*
|
network/sysctl-monitor: do not allocate sysctl_shadow when eBPF is not supported
Yu Watanabe
2024-09-17
5
-24
/
+31
[prev]
[next]