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: use udev_available() where applicable
Yu Watanabe
2022-02-17
1
-1
/
+2
*
network: manage WLAN phy
Yu Watanabe
2022-02-15
1
-0
/
+24
*
network: tc: monitor qdisc and tclass
Yu Watanabe
2022-02-09
1
-0
/
+54
*
network: enable KeepConfiguration= when running on network filesystem
Yu Watanabe
2022-02-05
1
-0
/
+29
*
network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]
Yu Watanabe
2021-12-07
1
-3
/
+3
*
network: dhcp6-pd: exclude all explicitly specified subnet IDs when searching...
Yu Watanabe
2021-12-01
1
-1
/
+2
*
network: use BusObjectImplementation
Yu Watanabe
2021-11-18
1
-22
/
+2
*
Merge pull request #21041 from yuwata/network-bpf-neighbor
Yu Watanabe
2021-10-20
1
-1
/
+35
|
\
|
*
network: introduce BPF to reject netlink messages about non-static neighbor
Yu Watanabe
2021-10-19
1
-1
/
+35
*
|
network: dhcp6: manage assigned downstream prefixes by using Hashmap
Yu Watanabe
2021-10-18
1
-0
/
+1
|
/
*
Merge pull request #20226 from yuwata/network-introduce-source-and-status
Yu Watanabe
2021-09-29
1
-3
/
+2
|
\
|
*
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
1
-3
/
+2
*
|
network: do not update state files when running in test mode
Yu Watanabe
2021-09-29
1
-3
/
+4
*
|
network: receive genl multicast messages about wlan connections
Yu Watanabe
2021-09-29
1
-0
/
+67
*
|
network: move error handling of enumerating configs to caller side
Yu Watanabe
2021-09-29
1
-18
/
+18
*
|
network: make manager_enumerate_internal() take sd_netlink object
Yu Watanabe
2021-09-29
1
-13
/
+12
*
|
network: split manager_new() into two part
Yu Watanabe
2021-09-29
1
-25
/
+36
|
/
*
network: use NetworkConfigSource/State to manage nexthops
Yu Watanabe
2021-09-15
1
-1
/
+0
*
network: use NetworkConfigSource/State to manage routing policy rules
Yu Watanabe
2021-09-15
1
-4
/
+1
*
Merge pull request #19939 from yuwata/network-dhcp-client-use-request-queue
Yu Watanabe
2021-08-10
1
-2
/
+1
|
\
|
*
network: use request queue to configure DHCP{4,6} clients
Yu Watanabe
2021-08-10
1
-2
/
+1
*
|
network: reconfigure link after coming back from sleep
Yu Watanabe
2021-08-10
1
-2
/
+2
|
/
*
network: introduce link_get_by_hw_addr()
Yu Watanabe
2021-06-30
1
-0
/
+1
*
network: rename Manager::links -> Manager::links_by_index
Yu Watanabe
2021-06-30
1
-4
/
+4
*
network: make link enter failed state on failure in link_update() and link_re...
Yu Watanabe
2021-06-07
1
-1
/
+3
*
network: introduce request_hash_ops to dedup requests
Yu Watanabe
2021-06-07
1
-1
/
+1
*
network: make manager_find_uplink() uses stored route information
Yu Watanabe
2021-06-07
1
-37
/
+0
*
Merge pull request #19603 from yuwata/network-link-get-by-name
Lennart Poettering
2021-05-19
1
-0
/
+1
|
\
|
*
network: introduce link_get_by_name()
Yu Watanabe
2021-05-19
1
-0
/
+1
*
|
network: add an online state for links and manager
Alvin Šipraga
2021-05-19
1
-0
/
+1
|
/
*
network: add skeleton of request queue
Yu Watanabe
2021-05-12
1
-0
/
+7
*
network: dhcp: constify link_get_duid()
Yu Watanabe
2021-04-21
1
-0
/
+1
*
network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...
Yu Watanabe
2021-04-21
1
-1
/
+0
*
network: make IAID and DUID for DHCPv6 configurable explicitly
Yu Watanabe
2021-04-21
1
-4
/
+4
*
network: introduce ManageForeignRoutingPolicyRules= boolean setting in networ...
Yu Watanabe
2021-04-13
1
-0
/
+4
*
networkd: simplify sd_bus_is_ready() checks
Zbigniew Jędrzejewski-Szmek
2021-04-08
1
-5
/
+4
*
network: move manager_{rtnl,udev}_process_link() to networkd-link.[ch]
Yu Watanabe
2021-03-03
1
-141
/
+0
*
network: drop unnecessary {}
Yu Watanabe
2021-03-03
1
-2
/
+1
*
network: use unlink_and_freep() cleanup functions
Yu Watanabe
2021-03-03
1
-7
/
+19
*
network: move state file related functions to networkd-state-file.[ch]
Yu Watanabe
2021-03-03
1
-290
/
+1
*
network: nexthop: add Blackhole= setting in [NextHop] section
Yu Watanabe
2021-02-22
1
-0
/
+2
*
network: also manage nexthops by ID
Yu Watanabe
2021-02-19
1
-0
/
+2
*
sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...
Lennart Poettering
2021-02-18
1
-3
/
+3
*
network: enumerate nexthops before routes
Yu Watanabe
2021-02-17
1
-4
/
+4
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-3
/
+3
*
tree-wide: use free_and_strdup_warn()
Yu Watanabe
2021-02-11
1
-4
/
+6
*
network: use defined route table name in debug logs
Yu Watanabe
2021-02-03
1
-1
/
+2
*
network: use conservative_rename() to reduce to trigger network events
Yu Watanabe
2021-01-22
1
-3
/
+3
*
network: add support to RoutingPolicyRule lookup table name
Susant Sahani
2021-01-19
1
-0
/
+2
*
network: manager tighten variable scope used in loop
Susant Sahani
2021-01-16
1
-6
/
+4
[next]