index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-manager.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: rename KeepConfiguration=dhcp -> dynamic
Yu Watanabe
2024-11-14
1
-3
/
+3
*
network: introduce manager_serialize()/deserialize()
Yu Watanabe
2024-11-14
1
-0
/
+8
*
network: reconfigure interface more gracefully (#35035)
Yu Watanabe
2024-11-06
1
-7
/
+4
|
\
|
*
network: several cleanups for link_reconfigure()
Yu Watanabe
2024-11-05
1
-7
/
+4
*
|
network: use path_is_network_fs_harder()
Yu Watanabe
2024-11-05
1
-4
/
+6
|
/
*
network: add more debugging logs
Yu Watanabe
2024-11-04
1
-6
/
+21
*
network: check if interface is initialized after enumeration completed
Yu Watanabe
2024-11-04
1
-0
/
+11
*
network: remove unexpected netlink socket from service manager
Yu Watanabe
2024-11-04
1
-2
/
+2
*
network: free DHCP client and friends in link_free()
Yu Watanabe
2024-11-03
1
-3
/
+1
*
network/netdev: replace old NetDev object with newer one on reload
Yu Watanabe
2024-10-30
1
-1
/
+1
*
network: several cleanups for reloading .network files (#34933)
Yu Watanabe
2024-10-30
1
-2
/
+2
|
\
|
*
network: drop no-op cleanup
Yu Watanabe
2024-10-30
1
-2
/
+2
*
|
network: process queued remove requests before networkd is stopped
Yu Watanabe
2024-10-30
1
-18
/
+56
|
/
*
network: drop unnecessary BPF related objects from Manager when disabled
Yu Watanabe
2024-09-17
1
-0
/
+2
*
network/sysctl-monitor: do not allocate sysctl_shadow when eBPF is not supported
Yu Watanabe
2024-09-17
1
-2
/
+0
*
network/sysctl-monitor: fix use-after-free
Yu Watanabe
2024-09-16
1
-1
/
+1
*
minor fixups for #32212
Matteo Croce
2024-09-13
1
-2
/
+2
*
emit a warning in networkd if managed sysctls are changed
Matteo Croce
2024-09-11
1
-0
/
+16
*
store the sysctls set by networkd
Matteo Croce
2024-09-11
1
-0
/
+2
*
network/netdev: allow to register the same NetDev object with multiple names
Yu Watanabe
2024-09-10
1
-1
/
+5
*
network: log and enter failed state in link_reconfigure()
Yu Watanabe
2024-08-21
1
-13
/
+4
*
network/address-label: allow to configure IPv6 address label in networkd.conf
Yu Watanabe
2024-08-20
1
-0
/
+7
*
network: introduce network- and protocol-independent default for UseDomains=
Yu Watanabe
2024-04-20
1
-0
/
+1
*
network: introduce link_get_use_domains()
Yu Watanabe
2024-04-19
1
-0
/
+2
*
network: open persistent directory without O_PATH
Yu Watanabe
2024-04-09
1
-1
/
+1
*
network/dhcp-server: introduce PersistLeases= setting
Yu Watanabe
2024-03-27
1
-0
/
+1
*
daemon-util: introduce notify_reloading helper
Mike Yuan
2024-03-26
1
-4
/
+1
*
network: pin file descriptor of persistent storage
Yu Watanabe
2024-03-15
1
-17
/
+19
*
networkd-manager: drop spurious return
Mike Yuan
2024-03-13
1
-1
/
+1
*
network/varlink: introduce io.systemd.Network.SetPersistentStorage method
Yu Watanabe
2024-03-11
1
-0
/
+24
*
network: introduce per-interface IP forwarding settings
Yu Watanabe
2024-02-22
1
-0
/
+3
*
network: make Reload bus method synchronous
Yu Watanabe
2024-02-09
1
-5
/
+10
*
network/queue: introduce RemoveRequest and relevant functions
Yu Watanabe
2024-01-12
1
-0
/
+2
*
bus-polkit: port polkit_registry to use value destructors in hash_ops
Lennart Poettering
2024-01-03
1
-2
/
+1
*
tree-wide: use device_in_subsystem() and device_is_devtype()
Yu Watanabe
2023-12-22
1
-12
/
+3
*
Merge pull request #30550 from yuwata/network-nexthop-cleanups-3
Luca Boccassi
2023-12-22
1
-1
/
+10
|
\
|
*
network/nexthop: cache requested nexthop IDs
Yu Watanabe
2023-12-20
1
-1
/
+10
*
|
networkd: add basic Varlink interface
Lennart Poettering
2023-12-22
1
-1
/
+8
*
|
network: merge two post event sources
Yu Watanabe
2023-12-20
1
-4
/
+1
*
|
network: split out manager_clean_all() from manager_dirty_handler()
Yu Watanabe
2023-12-20
1
-18
/
+5
|
/
*
network/nexthop: manage all nexthops by manager
Yu Watanabe
2023-12-14
1
-1
/
+0
*
network/nexthop: introduce ManageForeignNextHops= boolean setting
Yu Watanabe
2023-12-12
1
-0
/
+4
*
network: drop unused Manager.routes_foreign
Yu Watanabe
2023-12-11
1
-1
/
+0
*
network/brvlan: read bridge vlan IDs through netlink and save them
Yu Watanabe
2023-11-12
1
-0
/
+14
*
sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_...
Yu Watanabe
2023-11-06
1
-4
/
+0
*
network: do not try to save link state file twice on boot
Yu Watanabe
2023-10-24
1
-1
/
+1
*
network/tc: fix enumeration logic of traffic control classes
Yu Watanabe
2023-10-07
1
-7
/
+8
*
Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"
Lennart Poettering
2023-09-08
1
-2
/
+1
*
tree-wide: Always include <net/if.h> before related linux headers
Daan De Meyer
2023-08-14
1
-1
/
+2
*
network: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-6
/
+3
[next]