summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.c
Commit message (Expand)AuthorAgeFilesLines
* network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-111-2/+7
* network: expose address_{hash,compare}_func()Yu Watanabe2020-09-111-2/+2
* network: only process non-error messageYu Watanabe2020-08-191-1/+1
* network: update address infomation even if link is in failed or linger stateYu Watanabe2020-07-291-4/+4
* network: do not assume static addresses are configuredYu Watanabe2020-07-291-0/+1
* network: dhcp6: drop addresses and delegated prefixes on client stopYu Watanabe2020-07-291-0/+4
* network: ndisc: remove old addresses and routes after at least one SLAAC addr...Yu Watanabe2020-07-291-0/+2
* network: dhcp4: release old lease after the new address become readyYu Watanabe2020-07-291-0/+4
* network: make address/route_configure optionally return created Address/Route...Yu Watanabe2020-07-291-3/+8
* network: set key destructor in several hash_opsYu Watanabe2020-07-291-1/+1
* network: introduce callback called when an address becomes readyYu Watanabe2020-07-291-8/+14
* network: add debug log for configuring addressYu Watanabe2020-07-291-0/+7
* network: introduce address_exists() helper functionYu Watanabe2020-07-181-0/+26
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-26/+60
* network: free address when it is removedYu Watanabe2020-07-151-0/+2
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-13/+3
* network: allow empty assignment to PreferredLifetime=Zbigniew Jędrzejewski-Szmek2020-05-251-2/+2
* network: use consistent type when parsing lifetimesZbigniew Jędrzejewski-Szmek2020-05-251-2/+2
* network: Introduce method to generate EUI-64 addressesSusant Sahani2020-03-011-0/+18
* network: assume Scope=host when Address= is loopback addressYu Watanabe2020-02-281-0/+4
* network: Make address_hash_ops available outside of networkd-address.cKevin P. Fleming2020-02-101-1/+1
* network: append INTERFACE= attributes for logs corresponds to a netifYu Watanabe2020-01-071-1/+1
* network: introduce AddPrefixRoute= and deprecate PrefixRoute=Yu Watanabe2019-12-181-1/+4
* ipv4ll: do not reset conflict counter on restartAJ Bagwell2019-12-111-1/+1
* network: introduce DAD for static addressSusant Sahani2019-12-061-5/+147
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-1/+1
* networkd: split out helper function for address extractionZbigniew Jędrzejewski-Szmek2019-09-171-30/+21
* network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek2019-08-271-5/+0
* network: do not check deprecated flag in address_is_ready()Yu Watanabe2019-08-191-4/+1
* network: fix potential memleaks related to set_put()Yu Watanabe2019-08-111-0/+2
* tree-wide: use htobe{32,16}() instead of hton{l,s}()Yu Watanabe2019-06-201-1/+1
* network: read link specific sysctl valueYu Watanabe2019-06-151-1/+1
* network: ignore requested ipv6 addresses when ipv6 is disabled by sysctlYu Watanabe2019-06-121-1/+6
* network: fix UBSAN issueYu Watanabe2019-06-041-1/+1
* network: use IN_ADDR_NULL and ETHER_ADDR_NULLYu Watanabe2019-05-071-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-6/+22
* network: make all xxx_new_static() staticYu Watanabe2019-03-131-1/+1
* network: update logsYu Watanabe2019-03-111-29/+33
* network: propagate error from in_addr_is_null()Yu Watanabe2019-03-011-2/+3
* network: check prefixlen when null address is specified to Address=Yu Watanabe2019-03-011-0/+13
* network: wrap long linesYu Watanabe2019-02-281-7/+12
* network: simplify config_parse_lifetime()Yu Watanabe2019-02-281-16/+10
* network: avoid address section freedYu Watanabe2019-02-281-0/+1
* network: make bond master follow operstates of slavesYu Watanabe2019-02-181-2/+2
* network: use netlink_message_append_{in_addr,sockaddr}_union()Yu Watanabe2019-02-111-12/+3
* network: in_addr_is_null() may return negative errnoYu Watanabe2019-02-111-1/+1
* networkd-address.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
* network: warn if Address= is specified without prefixlenYu Watanabe2019-01-291-1/+9
* util: add a new mode for in_addr_prefix_from_string_auto_internal() which ref...Yu Watanabe2019-01-291-1/+1