index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-ipv4acd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network/ipv4acd: adjust comment and logging
Yu Watanabe
2024-08-21
1
-3
/
+3
*
network/ipv4acd: manage ACD engines with Address object
Yu Watanabe
2024-07-30
1
-23
/
+40
*
network/address: introduce address_remove_and_cancel()
Yu Watanabe
2024-01-02
1
-0
/
+2
*
network/address: make address_remove() take Link object that the address assi...
Yu Watanabe
2024-01-02
1
-1
/
+1
*
network/ipv4acd: split out sd_ipv4acd management from Address to Link
Yu Watanabe
2023-07-30
1
-75
/
+88
*
network/ipv4acd: drop unused argument
Yu Watanabe
2023-07-30
1
-2
/
+2
*
network/ipv4acd: use IN4_ADDR_TO_STRING()
Yu Watanabe
2023-07-30
1
-12
/
+8
*
networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definition
Khem Raj
2022-11-09
1
-1
/
+2
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
network: unref existing sd_ipv4acd object when not necessary
Yu Watanabe
2022-08-18
1
-10
/
+24
*
network: fix DHCPv4 address renewal with IPv4ACD
Yu Watanabe
2022-08-18
1
-27
/
+35
*
network: do not try to start ipv4acd on non-supported interfaces
Yu Watanabe
2022-08-01
1
-1
/
+1
*
network: split link_ipv4ll_enabled() into two
Yu Watanabe
2022-08-01
1
-0
/
+30
*
network: currently IPv4ACD requires MAC address whose length is ETH_ALEN
Yu Watanabe
2022-01-31
1
-3
/
+5
*
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
1
-94
/
+63
*
network: introduce ipv4acd_set_ifname()
Yu Watanabe
2021-09-10
1
-0
/
+15
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
network: ipv4acd: update log message
Yu Watanabe
2021-07-01
1
-3
/
+3
*
network: introduce callback fucntions to check the sender MAC address for IPv...
Yu Watanabe
2021-06-30
1
-0
/
+19
*
network: ipv4acd: first probe address and then assign it
Yu Watanabe
2021-06-30
1
-0
/
+271