summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.c
Commit message (Expand)AuthorAgeFilesLines
* networkd: replace a table with log2 fields by a listZbigniew Jędrzejewski-Szmek2021-11-291-21/+18
* network: address: expose address_flags_to_string_alloc()Yu Watanabe2021-11-251-1/+1
* network: address: explicitly mention that the address is localhostYu Watanabe2021-11-161-2/+2
* network: address: use route_scope_from_string()Yu Watanabe2021-11-161-13/+7
* network: address: use passed Address object if possibleYu Watanabe2021-10-271-5/+13
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-0/+9
* network: address: use usec_t for handling lifetimeYu Watanabe2021-10-211-14/+52
* network: move address generation methods to network-address-generation.[ch]Yu Watanabe2021-10-071-26/+0
* network: drop and warn duplicated Address= settingsYu Watanabe2021-10-041-3/+40
* network: rename address_hash_ops -> address_hash_ops_freeYu Watanabe2021-10-041-2/+2
* network: make several hash_ops staticYu Watanabe2021-10-041-1/+6
* network: address: fix flags and lifetime in debugging logsYu Watanabe2021-10-041-8/+7
* network: address_equal() is not used anymore, hence move it to test-network.cYu Watanabe2021-09-241-10/+0
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-301/+230
* network: do not drop IPv6LL address in link_drop_addresses()Yu Watanabe2021-09-111-3/+3
* network: always call address ready callback if address is readyYu Watanabe2021-09-111-11/+6
* network: store IPv6LL address even if link is in failed stateYu Watanabe2021-09-111-9/+12
* network: enable IP masquerade when address is assignedYu Watanabe2021-09-111-4/+4
* network: simplify code a bitYu Watanabe2021-09-111-6/+8
* network: use address_equal()/route_equal() to compare addresses or routes con...Yu Watanabe2021-08-041-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* Merge pull request #20251 from keszybz/test-format-lifetimeYu Watanabe2021-07-201-10/+8
|\
| * networkd: fix and simplify format_lifetime()Zbigniew Jędrzejewski-Szmek2021-07-191-10/+8
* | network: configure address with requested lifetimeYu Watanabe2021-07-191-5/+5
|/
* network: slightly simplify log_address_debug()Yu Watanabe2021-07-151-5/+2
* network: introduce FORMAT_LIFETIME()Yu Watanabe2021-07-151-10/+19
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-7/+2
* network: ipv4acd: first probe address and then assign itYu Watanabe2021-07-011-159/+9
* network: acquire address on request configure rather than on configureYu Watanabe2021-07-011-55/+73
* network: address: do not send tentative flagYu Watanabe2021-07-011-5/+8
* network: introduce link_request_static_address()Yu Watanabe2021-07-011-21/+19
* network: introduce address_dup() and replace address_copy() with itYu Watanabe2021-07-011-23/+17
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-07-011-3/+3
* network: always enable IPv4 ACD for statically configured IPv4LL addressYu Watanabe2021-06-161-0/+7
* network: IFA_F_NODAD flag is only for IPv6 addressesYu Watanabe2021-06-161-1/+2
* ether-addr-util: drop redundant "addr" from struct hw_addr_dataYu Watanabe2021-06-101-9/+9
* network: merge link_configure() and link_configure_continue() againYu Watanabe2021-06-081-4/+0
* network: introduces link_drop_ipv6ll_addresses()Yu Watanabe2021-06-081-16/+48
* network: introduce request_hash_ops to dedup requestsYu Watanabe2021-06-081-2/+6
* network: use request queue to configure DHCP serverYu Watanabe2021-06-081-4/+0
* network: address: always read address flag from IFA_FLAGS attributeYu Watanabe2021-06-081-15/+8
* network: show address flag in debugging logsYu Watanabe2021-06-071-3/+45
* network: set ifindex when dump addresses on an interfaceYu Watanabe2021-05-251-3/+5
* sd-netlink: do not enable dump flag by default for RTM_GETADDR messageYu Watanabe2021-05-251-0/+4
* network: make nexthop_add(), nexthop_configure() and friends return 0 on successYu Watanabe2021-05-221-8/+6
* network: drop unnecessary call of manager_rtnl_process_address()Yu Watanabe2021-05-191-4/+1
* network: drop unused "callback" arguments in route_remove() and address_remove()Yu Watanabe2021-05-191-16/+7
* Merge pull request #19611 from yuwata/network-dhcp-server-introduce-server-ad...Yu Watanabe2021-05-191-34/+97
|\
| * network: dhcp-server: introduce ServerAddress= settingYu Watanabe2021-05-181-0/+26
| * network: address: introduce link_get_ipv4/ipv6_address()Yu Watanabe2021-05-181-13/+35