summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* networkd: wait for kernel to reply ipv6 peer addressSusant Sahani2019-01-151-3/+5
* network: always check link is ready when address is updatedYu Watanabe2018-12-231-10/+9
* network: decrease and fix indentationYu Watanabe2018-12-231-10/+5
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-9/+3
|\
| * tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-9/+3
* | network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-9/+8
* | network: add assertionsYu Watanabe2018-12-021-0/+1
* | network: use address_remove_handler() as the default callback of address_remo...Yu Watanabe2018-12-021-1/+20
|/
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-0/+4
* network: fixes related to NetworkConfigSectionYu Watanabe2018-11-121-4/+4
* network: use structured initializersYu Watanabe2018-11-121-5/+7
* networkd: don't remove ip addressTobias Jungel2018-11-061-0/+6
* Merge pull request #10618 from yuwata/fix-10615Lennart Poettering2018-11-051-3/+3
|\
| * network: fix memleak abot Address.labelYu Watanabe2018-11-041-3/+3
* | network: use in_addr_default_prefix_from_string_auto() in config_parse_address()Yu Watanabe2018-11-051-30/+5
|/
* sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-2/+2
* sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-4/+4
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-2/+4
* sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe2018-10-101-2/+2
* network: replace udev_device by sd_deviceYu Watanabe2018-08-231-0/+1
* tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-061-12/+10
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-11/+11
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-10/+5
* tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-081-1/+1
* networkd: Move Router Advertisement functionality to a single filePatrik Flykt2018-01-041-248/+0
* networkd: Free Prefix in case allocation fails (#7480)Patrik Flykt2017-11-271-1/+1