index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
network: configure IPv4 DAD per link address
Yu Watanabe
3
-55
/
+32
2020-10-06
network: constify one argument
Yu Watanabe
1
-1
/
+1
2020-10-06
network: introduce address_copy()
Yu Watanabe
1
-11
/
+26
2020-10-06
network: do not update Address::flags in address_configure()
Yu Watanabe
4
-43
/
+19
2020-10-06
network: fix indentation
Yu Watanabe
1
-31
/
+39
2020-10-06
network: use sd_event stored in Manager
Yu Watanabe
6
-6
/
+7
2020-10-06
network: check feature is enabled in xxx_configure()
Yu Watanabe
9
-81
/
+74
2020-10-06
network: move link_enumerate_ipv6_tentative_addresses()
Yu Watanabe
2
-50
/
+50
2020-10-06
network: drop unused function
Yu Watanabe
2
-46
/
+0
2020-10-06
network: move sysctl related functions to networkd-sysctl.c
Yu Watanabe
8
-353
/
+321
2020-10-06
network: introduce radv_update_mac()
Yu Watanabe
3
-19
/
+34
2020-10-06
network: introduce dhcp6_update_mac()
Yu Watanabe
3
-58
/
+68
2020-10-06
network: introduce dhcp4_update_mac()
Yu Watanabe
3
-14
/
+24
2020-10-06
network: introduce ipv4ll_update_mac()
Yu Watanabe
3
-19
/
+34
2020-10-06
network: introduce link_serialize_dhcp6_client()
Yu Watanabe
3
-12
/
+26
2020-10-06
network: introduce link_serialize_ipv4ll()
Yu Watanabe
3
-10
/
+26
2020-10-06
network: introduce link_deserialize_ipv4ll()
Yu Watanabe
3
-31
/
+50
2020-10-06
network: introduce link_deserialize_dhcp4()
Yu Watanabe
3
-32
/
+51
2020-10-06
network: introduce network_verify_sr_iov()
Yu Watanabe
3
-8
/
+13
2020-10-06
network: move link_configure_sr_iov()
Yu Watanabe
3
-24
/
+23
2020-10-06
network: introduce network_verify_traffic_control()
Yu Watanabe
3
-8
/
+14
2020-10-06
network: move link_configure_traffic_control()
Yu Watanabe
3
-23
/
+23
2020-10-06
network: merge link_set_bridge_vlan() and br_vlan_configure()
Yu Watanabe
3
-33
/
+18
2020-10-06
network: move DUID related functions
Yu Watanabe
6
-193
/
+196
2020-10-06
network: move link_radv_enabled()
Yu Watanabe
2
-15
/
+16
2020-10-06
network: move link_dhcp4_server_enabled()
Yu Watanabe
2
-36
/
+47
2020-10-06
network: move link_ipv6_accept_ra_enabled()
Yu Watanabe
3
-31
/
+34
2020-10-06
network: unify link_ipv{4,6}_forward_enabled()
Yu Watanabe
2
-21
/
+12
2020-10-06
network: unify link_dhcp{4,6}_enabled()
Yu Watanabe
3
-39
/
+37
2020-10-06
network: move link_get_xxx_route_table()
Yu Watanabe
4
-22
/
+21
2020-10-06
network: manage address pools by OrderedSet
Yu Watanabe
5
-34
/
+18
2020-10-06
network: drop unused argument
Yu Watanabe
1
-12
/
+5
2020-10-06
network: move functions related to address pool
Yu Watanabe
5
-55
/
+54
2020-10-06
network: header cleanup
Yu Watanabe
13
-19
/
+15
2020-10-06
network: make several functions static
Yu Watanabe
2
-8
/
+4
2020-10-06
network: manage addresses from pool by Set
Yu Watanabe
6
-26
/
+22
2020-10-06
network: drop list of static addresses
Yu Watanabe
7
-69
/
+46
2020-10-06
network: make address_free() return NULL
Yu Watanabe
2
-4
/
+4
2020-10-06
network: introduce link_stop_ipv4_dad()
Yu Watanabe
3
-8
/
+25
2020-10-06
network: move link_configure_ipv4_dad()
Yu Watanabe
3
-20
/
+20
2020-10-06
network: introduce link_deserialize_addresses()
Yu Watanabe
3
-35
/
+49
2020-10-06
network: introduce link_serialize_addresses()
Yu Watanabe
3
-14
/
+25
2020-10-06
network: introduce network_verify_addresses()
Yu Watanabe
3
-7
/
+16
2020-10-06
network: update log messages
Yu Watanabe
1
-6
/
+4
2020-10-06
network: move manager_rtnl_process_address()
Yu Watanabe
4
-164
/
+164
2020-10-06
network: introduce link_drop_addresses()
Yu Watanabe
3
-49
/
+64
2020-10-06
network: introduce link_drop_foreign_addresses()
Yu Watanabe
4
-68
/
+85
2020-10-06
network: introduce link_set_addresses()
Yu Watanabe
3
-165
/
+180
2020-10-06
network: cleanup networkd-route.h
Yu Watanabe
5
-14
/
+14
2020-10-06
network: drop list of static routes
Yu Watanabe
6
-59
/
+39
[next]