summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)AuthorFilesLines
2018-11-16sd-ndisc: do not unref() event sources when update or disable themYu Watanabe1-41/+24
2018-11-16sd-ndisc: use structured initializer at one more placeYu Watanabe1-3/+5
2018-11-16sd-radv: do not unref() event sources when update or disable themYu Watanabe1-31/+17
2018-11-16sd-radv: use structured initializer at one more placeYu Watanabe1-5/+5
2018-11-16lldp: do not unref() event sources when update or disable themYu Watanabe1-27/+11
2018-11-16lldp: use structured initializer at one more placeYu Watanabe1-5/+7
2018-11-16ipv4acd: do not unref() event sources when update or disable themYu Watanabe1-17/+9
2018-11-16ipv4acd: use structured initializer at one more placeYu Watanabe1-5/+7
2018-11-16dhcp6-client: do not unref() event sources when update or disable themYu Watanabe1-86/+42
2018-11-16dhcp6-client: use structured initializer at one more placeYu Watanabe1-13/+17
2018-11-16sd-dhcp6: fix crash by unrefing event sources before re-adding themBenjamin Berg1-0/+2
2018-11-16dhcp-client: do not unref() event sources when update or disable themYu Watanabe1-112/+47
2018-11-16dhcp-client: use structured initializer at one more placeYu Watanabe1-10/+11
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering1-2/+1
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering1-1/+1
2018-11-12dhcp: support endianness independent dhcp_identifier_set_iaid()Thomas Haller5-13/+37
2018-11-12dhcp: add test for dhcp_identifier_set_iaid()Thomas Haller1-0/+24
2018-11-12libsystemd-network: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe7-8/+8
2018-11-06ndisc: improve debug log messageYu Watanabe2-2/+16
2018-11-06lldp: improve debug log messageYu Watanabe2-4/+19
2018-11-04network: fix memleak in config_parse_hwaddr()Yu Watanabe1-1/+1
2018-11-04network: improve readability of config_parse_ifalias()Yu Watanabe1-4/+3
2018-10-29sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe1-3/+3
2018-10-25dhcp6: prefer offsetof() over sizeof() for structs with undefined sizesLennart Poettering1-15/+15
2018-10-25dhcp6: make sure we have enough space for the DHCP6 option headerLennart Poettering1-1/+1
2018-10-25dhcp6: reduce whitespace a bitLennart Poettering1-3/+3
2018-10-25dhcp6: split assert_return() to be more debuggable when hitLennart Poettering1-1/+4
2018-10-25dhcp6: constify things where we canLennart Poettering2-4/+4
2018-10-19sd-dhcp: remove unreachable route after rebinding return NAKLi Song1-0/+2
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2-2/+2
2018-10-19Merge pull request #10457 from yuwata/fuzz-11019Lennart Poettering4-110/+86
2018-10-19sd-dhcp6: drop empty 'error' labelYu Watanabe1-36/+19
2018-10-19test-dhcp6-client: normalize logsYu Watanabe1-21/+15
2018-10-19sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domainYu Watanabe1-37/+29
2018-10-19sd-dhcp6: do not update serverid when ENOMEMYu Watanabe1-5/+6
2018-10-19sd-dhcp6: coding style cleanupsYu Watanabe1-7/+10
2018-10-19sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()Yu Watanabe2-8/+11
2018-10-19tree-wide: use setsockopt_int() moreYu Watanabe2-10/+9
2018-10-18tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering3-22/+22
2018-10-15tree-wide: add a single version of "static const int one = 1"Lennart Poettering3-15/+15
2018-10-13sd-ndisc: change return value of ndisc_reset() to voidLennart Poettering1-3/+1
2018-10-13sd-ndisc: voidify sd_ndisc_stop() callLennart Poettering1-1/+1
2018-10-04dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"Thomas Haller1-1/+1
2018-10-03dhcp6: check option length before reading valuesYu Watanabe3-7/+8
2018-10-02sd-radv: EAGAIN is not really unexpected, distinguishit from other errors whe...Lennart Poettering1-1/+4
2018-10-02sd-ndisc: generate debug log messages on unexpected errorsLennart Poettering1-1/+8
2018-10-02sd-radv: remove log_radv_warning_errno()Lennart Poettering2-5/+4
2018-10-02icmp6-util: stop ignoring EAGAIN and EINTR in icmp6_receiveEvgeny Vereshchagin1-5/+1
2018-09-30trivial: fix spelling in code commentsThomas Haller2-2/+2
2018-09-30dhcp6: fix memleak about sd_eventYu Watanabe1-0/+3