summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ipv4acd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/ipv4acd: adjust comment and loggingYu Watanabe2024-08-211-3/+3
* network/ipv4acd: manage ACD engines with Address objectYu Watanabe2024-07-301-23/+40
* network/address: introduce address_remove_and_cancel()Yu Watanabe2024-01-021-0/+2
* network/address: make address_remove() take Link object that the address assi...Yu Watanabe2024-01-021-1/+1
* network/ipv4acd: split out sd_ipv4acd management from Address to LinkYu Watanabe2023-07-301-75/+88
* network/ipv4acd: drop unused argumentYu Watanabe2023-07-301-2/+2
* network/ipv4acd: use IN4_ADDR_TO_STRING()Yu Watanabe2023-07-301-12/+8
* 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-011-1/+1
* network: split link_ipv4ll_enabled() into twoYu Watanabe2022-08-011-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-06-301-0/+19
* network: ipv4acd: first probe address and then assign itYu Watanabe2021-06-301-0/+271