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/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
*
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
*
network/sysctl-monitor: fix use-after-free
Yu Watanabe
2024-09-16
1
-1
/
+1
*
network/sysctl: several cleanups for sysctl_add_monitor()
Yu Watanabe
2024-09-16
1
-10
/
+16
*
bpf-link: introduce bpf_ring_buffer_free() and friends
Yu Watanabe
2024-09-16
1
-8
/
+2
*
network/sysctl: use wrapped free functions
Yu Watanabe
2024-09-16
1
-16
/
+3
*
network/sysctl-monitor: fix sanity check in cut_last()
Yu Watanabe
2024-09-16
1
-8
/
+7
*
tree-wide: make sigprocmask() changes more automatic
Lennart Poettering
2024-09-13
2
-4
/
+1
*
networkd: move sysctl code to use PID_FMT
Lennart Poettering
2024-09-13
1
-4
/
+5
*
basic: split ifname related calls from format-util.h into format-ifname.h
Lennart Poettering
2024-09-13
4
-4
/
+4
*
minor fixups for #32212
Matteo Croce
2024-09-13
2
-4
/
+4
*
Merge pull request #32212 from teknoraver/networkd-sysctl
Lennart Poettering
2024-09-12
13
-23
/
+499
|
\
|
*
emit a warning in networkd if managed sysctls are changed
Matteo Croce
2024-09-11
11
-1
/
+454
|
*
store the sysctls set by networkd
Matteo Croce
2024-09-11
5
-22
/
+45
|
*
extend sysctl functions to shadow values
Matteo Croce
2024-09-11
3
-22
/
+22
*
|
network/wireguard: refuse default key if all zero
Mike Yuan
2024-09-12
1
-1
/
+1
|
/
*
network/state-file: save assigned .netdev file even if the interface is unman...
Yu Watanabe
2024-09-10
1
-6
/
+6
*
network/vxcan: also manage peer interface name by manager
Yu Watanabe
2024-09-10
2
-0
/
+66
*
network/vxcan: refuse when peer and the main interface names are equivalent
Yu Watanabe
2024-09-10
1
-0
/
+4
*
network/l2tp: manage l2tp session name by Manager
Yu Watanabe
2024-09-10
2
-0
/
+80
*
network/l2tp: refuse duplicated session name
Yu Watanabe
2024-09-10
1
-2
/
+15
*
network/l2tp: downgrade log level of several messages
Yu Watanabe
2024-09-10
1
-21
/
+21
*
network/veth: also manage peer name by Manager
Yu Watanabe
2024-09-10
2
-0
/
+67
[next]