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
*
Merge pull request #17342 from yuwata/network-dhcp-ipv4-acd-fixes
Yu Watanabe
2020-10-14
5
-21
/
+65
|
\
|
*
network: update MAC address in IPv4ACD client for DHCP4
Yu Watanabe
2020-10-14
1
-0
/
+32
|
*
network: also stop IPv4ACD client in link_stop_clients()
Yu Watanabe
2020-10-14
1
-0
/
+6
|
*
network: stop IPv4ACD client for DHCPv4 when lease is exprired
Yu Watanabe
2020-10-14
1
-0
/
+3
|
*
network: move IPv4ACD client for DHCPv4 from Network to Link object
Yu Watanabe
2020-10-14
5
-24
/
+27
|
*
network: voidify link_stop_clients() in link_enter_failed()
Yu Watanabe
2020-10-14
1
-1
/
+1
*
|
Merge pull request #17316 from yuwata/network-address-ipv4-peer-issue-17304
Zbigniew Jędrzejewski-Szmek
2020-10-14
4
-149
/
+172
|
\
\
|
*
|
network: constify arguments
Yu Watanabe
2020-10-13
2
-11
/
+11
|
*
|
network: read peer address, label, broadcast from rtnl message
Yu Watanabe
2020-10-13
4
-147
/
+161
|
*
|
network: directly compare with in_addr element for IPv4 case
Yu Watanabe
2020-10-13
1
-0
/
+9
|
|
/
*
|
Merge pull request #17341 from yuwata/sd-dhcp-client-fix-eexist-issue-16964
Yu Watanabe
2020-10-14
1
-4
/
+0
|
\
\
|
*
|
network: drop unused condition
Yu Watanabe
2020-10-14
1
-4
/
+0
|
|
/
*
/
network: start dynamic addressing clients like DHCP after setting netdevs
Yu Watanabe
2020-10-14
1
-6
/
+5
|
/
*
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
1
-2
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
3
-6
/
+3
*
networkd: add assert to appease coverity
Zbigniew Jędrzejewski-Szmek
2020-10-09
1
-2
/
+4
*
network: introduce IPV4_ADDRESS_FMT_STR macro
Yu Watanabe
2020-10-07
4
-21
/
+22
*
network: make Gateway= in [Route] section accept an empty string
Yu Watanabe
2020-10-07
1
-0
/
+8
*
network: introduce Gateway=_dhcp4 and _dhcp6, and deprecate "_dhcp"
Yu Watanabe
2020-10-07
1
-5
/
+28
*
network: manage multipath routes separately
Yu Watanabe
2020-10-07
2
-102
/
+205
*
sd-netlink: introduce rtattr_read_nexthop()
Yu Watanabe
2020-10-07
1
-12
/
+0
*
network: free Route object when route_remove() fails
Yu Watanabe
2020-10-07
1
-2
/
+2
*
network: constify arguments
Yu Watanabe
2020-10-07
2
-28
/
+31
*
network: support IPv4 route with IPv6 gateway
Yu Watanabe
2020-10-07
4
-29
/
+83
*
network: also manage routes without RTA_OIF attribute
Yu Watanabe
2020-10-07
7
-71
/
+116
*
network: ignore Scope= for IPv6 routes as it will not be used
Yu Watanabe
2020-10-07
1
-0
/
+5
*
network: set default priority for IPv6 routes
Yu Watanabe
2020-10-07
1
-0
/
+4
*
network: rename network_verify_xxx() -> network_drop_invalid_xxx()
Yu Watanabe
2020-10-06
23
-36
/
+36
*
network: fix masquerade setting logic
Yu Watanabe
2020-10-06
1
-49
/
+36
*
network: always use RT_SCOPE_HOST for IPv4 loopback addresses
Yu Watanabe
2020-10-06
1
-1
/
+12
*
network: update MAC address in IPv4 ACD clients
Yu Watanabe
2020-10-06
3
-0
/
+50
*
network: configure IPv4 DAD per link address
Yu Watanabe
2020-10-06
3
-55
/
+32
*
network: constify one argument
Yu Watanabe
2020-10-06
1
-1
/
+1
*
network: introduce address_copy()
Yu Watanabe
2020-10-06
1
-11
/
+26
*
network: do not update Address::flags in address_configure()
Yu Watanabe
2020-10-06
4
-43
/
+19
*
network: fix indentation
Yu Watanabe
2020-10-06
1
-31
/
+39
*
network: use sd_event stored in Manager
Yu Watanabe
2020-10-06
6
-6
/
+7
*
network: check feature is enabled in xxx_configure()
Yu Watanabe
2020-10-06
9
-81
/
+74
*
network: move link_enumerate_ipv6_tentative_addresses()
Yu Watanabe
2020-10-06
2
-50
/
+50
*
network: drop unused function
Yu Watanabe
2020-10-06
2
-46
/
+0
*
network: move sysctl related functions to networkd-sysctl.c
Yu Watanabe
2020-10-06
8
-353
/
+321
*
network: introduce radv_update_mac()
Yu Watanabe
2020-10-06
3
-19
/
+34
*
network: introduce dhcp6_update_mac()
Yu Watanabe
2020-10-06
3
-58
/
+68
*
network: introduce dhcp4_update_mac()
Yu Watanabe
2020-10-06
3
-14
/
+24
*
network: introduce ipv4ll_update_mac()
Yu Watanabe
2020-10-06
3
-19
/
+34
*
network: introduce link_serialize_dhcp6_client()
Yu Watanabe
2020-10-06
3
-12
/
+26
*
network: introduce link_serialize_ipv4ll()
Yu Watanabe
2020-10-06
3
-10
/
+26
*
network: introduce link_deserialize_ipv4ll()
Yu Watanabe
2020-10-06
3
-31
/
+50
*
network: introduce link_deserialize_dhcp4()
Yu Watanabe
2020-10-06
3
-32
/
+51
*
network: introduce network_verify_sr_iov()
Yu Watanabe
2020-10-06
3
-8
/
+13
[next]