summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv4acd.c
Commit message (Expand)AuthorAgeFilesLines
* networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definitionKhem Raj2022-11-091-1/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* network: unref existing sd_ipv4acd object when not necessaryYu Watanabe2022-08-181-10/+24
* network: fix DHCPv4 address renewal with IPv4ACDYu Watanabe2022-08-181-27/+35
* network: do not try to start ipv4acd on non-supported interfacesYu Watanabe2022-08-021-1/+1
* network: split link_ipv4ll_enabled() into twoYu Watanabe2022-08-021-0/+30
* network: currently IPv4ACD requires MAC address whose length is ETH_ALENYu Watanabe2022-01-311-3/+5
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-94/+63
* network: introduce ipv4acd_set_ifname()Yu Watanabe2021-09-101-0/+15
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* network: ipv4acd: update log messageYu Watanabe2021-07-011-3/+3
* network: introduce callback fucntions to check the sender MAC address for IPv...Yu Watanabe2021-07-011-0/+19
* network: ipv4acd: first probe address and then assign itYu Watanabe2021-07-011-0/+271