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: update state files before replying bus method
Yu Watanabe
9 days
1
-0
/
+8
*
network/ndisc: first process options with zero lifetime
Yu Watanabe
11 days
1
-20
/
+50
*
network/ndisc: sd_ndisc_router_route_get_preference() does not return -EOPNOT...
Yu Watanabe
11 days
1
-4
/
+0
*
network/netdev: fix typo
Yu Watanabe
11 days
1
-1
/
+1
*
network/nexthop: fix copy-and-paste error
Yu Watanabe
2024-11-15
1
-1
/
+1
*
network/ndisc: fix coalescing of ndisc routes when multiple router exists (#3...
Yu Watanabe
2024-11-14
6
-52
/
+497
|
\
|
*
network/ndisc: dynamically configure nexthops when routes with gateway are re...
Yu Watanabe
2024-11-14
1
-3
/
+292
|
*
network/nexthop: serialize/deserialize nexthops
Yu Watanabe
2024-11-14
3
-29
/
+119
|
*
network/nexthop: preparation for dynamically configuring nexthops
Yu Watanabe
2024-11-14
2
-20
/
+86
*
|
network/netdev: follow-ups for reloading .netdev files (#34979)
Luca Boccassi
2024-11-14
18
-115
/
+240
|
\
\
|
|
/
|
/
|
|
*
network/tuntap: manage tun/tap fds by manager
Yu Watanabe
2024-11-14
2
-63
/
+71
|
*
network/bond: do not update several parameters if already up or has slaves
Yu Watanabe
2024-11-14
1
-8
/
+21
|
*
network/netdev: do not try to update if not supported
Yu Watanabe
2024-11-14
9
-1
/
+32
|
*
network/netdev: fix counter handling if request is cancelled
Yu Watanabe
2024-11-14
1
-1
/
+13
|
*
network/netdev: always queue request of creating netdev then process it later
Yu Watanabe
2024-11-14
1
-14
/
+2
|
*
network/netdev: enter ready state only when it is created by us
Yu Watanabe
2024-11-14
1
-18
/
+19
|
*
network/netdev: do not update MAC address if netdev is already running
Yu Watanabe
2024-11-14
8
-7
/
+74
|
*
network/netdev: set interface name only when creating a new netdev
Yu Watanabe
2024-11-14
1
-3
/
+8
*
|
network: rename KeepConfiguration=dhcp -> dynamic
Yu Watanabe
2024-11-14
9
-41
/
+79
*
|
network/ipv4ll: use a foreign IPv4LL address when KeepConfiguration=dhcp
Yu Watanabe
2024-11-14
1
-0
/
+23
*
|
network: keep all dynamically acquired configurations when KeepConfiguration=...
Yu Watanabe
2024-11-14
1
-18
/
+18
*
|
network: introduce manager_serialize()/deserialize()
Yu Watanabe
2024-11-14
8
-68
/
+554
|
/
*
network/ndisc: restore the original preference and priority before checking i...
Yu Watanabe
2024-11-12
1
-0
/
+9
*
network/ndisc: introduce ndisc_route_prepare() and ndisc_router_route_prepare()
Yu Watanabe
2024-11-12
1
-16
/
+46
*
network/ndisc: several cleanups for ndisc_remove_route()
Yu Watanabe
2024-11-12
1
-10
/
+4
*
network/ndisc: introduce route_is_bound_to_link() helper function and use it ...
Yu Watanabe
2024-11-12
3
-4
/
+17
*
network/nexthop: also forget IPv4 nexthops when an interface went down
Yu Watanabe
2024-11-11
3
-0
/
+57
*
network/route: forget IPv4 non-local routes when an interface went down
Yu Watanabe
2024-11-11
3
-0
/
+35
*
network/nexthop: forget dependent routes without trying to remove
Yu Watanabe
2024-11-11
3
-12
/
+16
*
network/nexthop: do not remove depending nexthops when a nexthop is removed
Yu Watanabe
2024-11-11
1
-13
/
+3
*
network/route: update reference of the route from nexthop
Yu Watanabe
2024-11-11
1
-0
/
+2
*
network: make 'networkctl reconfigure' work safely even when KeepConfiguratio...
Yu Watanabe
2024-11-11
7
-57
/
+99
*
network: drop static configs later
Yu Watanabe
2024-11-11
1
-7
/
+0
*
network/dhcp-pd: do not remove unreachable route when reconfiguring non-upstr...
Yu Watanabe
2024-11-11
4
-23
/
+62
*
network: reorder dropping dynamic configuration
Yu Watanabe
2024-11-11
1
-2
/
+2
*
network: reset 'configured' flags even if we keep DHCP lease and friends on r...
Yu Watanabe
2024-11-11
1
-0
/
+9
*
network: drop unnecessary size specifier
Yu Watanabe
2024-11-11
1
-1
/
+1
*
netwrok: call link_drop_unmanaged_config() earlier in link_configure()
Yu Watanabe
2024-11-11
1
-4
/
+4
*
networkd: add possibility to specify MulticastIGMPVersion
Michele Dionisio
2024-11-06
5
-0
/
+44
*
network: reconfigure interface more gracefully (#35035)
Yu Watanabe
2024-11-06
27
-395
/
+507
|
\
|
*
network: introduce LINK_RECONFIGURE_CLEANLY flag
Yu Watanabe
2024-11-05
3
-3
/
+4
|
*
network: keep dynamic configurations as possible as we can on reconfigure
Yu Watanabe
2024-11-05
13
-42
/
+275
|
*
network: merge link_foreignize_config() and link_drop_foreign_config()
Yu Watanabe
2024-11-05
11
-221
/
+115
|
*
network: several cleanups for link_reconfigure()
Yu Watanabe
2024-11-05
5
-111
/
+81
|
*
network: split out link_enter_unmanaged() from link_reconfigure_impl()
Yu Watanabe
2024-11-05
1
-29
/
+43
*
|
mount-util: introduce path_is_network_fs_harder() and use it in networkd (#35...
Zbigniew Jędrzejewski-Szmek
2024-11-06
1
-4
/
+6
|
\
\
|
*
|
network: use path_is_network_fs_harder()
Yu Watanabe
2024-11-05
1
-4
/
+6
*
|
|
network: handle ENODATA better with DNR
Ronan Pigott
2024-11-05
2
-38
/
+38
|
/
/
*
/
tree-wide: time-out → timeout
Zbigniew Jędrzejewski-Szmek
2024-11-05
1
-1
/
+1
|
/
*
network: limit the total number of Encrypted DNS options processed
Ronan Pigott
2024-11-05
1
-0
/
+6
[next]