summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* ndisc: improve debug log messageYu Watanabe2018-11-062-2/+16
* lldp: improve debug log messageYu Watanabe2018-11-062-4/+19
* network: fix memleak in config_parse_hwaddr()Yu Watanabe2018-11-031-1/+1
* network: improve readability of config_parse_ifalias()Yu Watanabe2018-11-031-4/+3
* sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe2018-10-291-3/+3
* dhcp6: prefer offsetof() over sizeof() for structs with undefined sizesLennart Poettering2018-10-251-15/+15
* dhcp6: make sure we have enough space for the DHCP6 option headerLennart Poettering2018-10-251-1/+1
* dhcp6: reduce whitespace a bitLennart Poettering2018-10-251-3/+3
* dhcp6: split assert_return() to be more debuggable when hitLennart Poettering2018-10-251-1/+4
* dhcp6: constify things where we canLennart Poettering2018-10-252-4/+4
* sd-dhcp: remove unreachable route after rebinding return NAKLi Song2018-10-191-0/+2
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-192-2/+2
* Merge pull request #10457 from yuwata/fuzz-11019Lennart Poettering2018-10-194-110/+86
|\
| * sd-dhcp6: drop empty 'error' labelYu Watanabe2018-10-181-36/+19
| * test-dhcp6-client: normalize logsYu Watanabe2018-10-181-21/+15
| * sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domainYu Watanabe2018-10-181-37/+29
| * sd-dhcp6: do not update serverid when ENOMEMYu Watanabe2018-10-181-5/+6
| * sd-dhcp6: coding style cleanupsYu Watanabe2018-10-181-7/+10
| * sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()Yu Watanabe2018-10-182-8/+11
* | tree-wide: use setsockopt_int() moreYu Watanabe2018-10-182-10/+9
|/
* tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-183-22/+22
* tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-153-15/+15
* sd-ndisc: change return value of ndisc_reset() to voidLennart Poettering2018-10-131-3/+1
* sd-ndisc: voidify sd_ndisc_stop() callLennart Poettering2018-10-131-1/+1
* dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"Thomas Haller2018-10-041-1/+1
* dhcp6: check option length before reading valuesYu Watanabe2018-10-033-7/+8
* sd-radv: EAGAIN is not really unexpected, distinguishit from other errors whe...Lennart Poettering2018-10-021-1/+4
* sd-ndisc: generate debug log messages on unexpected errorsLennart Poettering2018-10-021-1/+8
* sd-radv: remove log_radv_warning_errno()Lennart Poettering2018-10-022-5/+4
* icmp6-util: stop ignoring EAGAIN and EINTR in icmp6_receiveEvgeny Vereshchagin2018-10-021-5/+1
* trivial: fix spelling in code commentsThomas Haller2018-09-302-2/+2
* dhcp6: fix memleak about sd_eventYu Watanabe2018-09-301-0/+3
* dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin2018-09-291-1/+1
* tests: make fuzz-dhcp6-client work in containers provided by the OSS-Fuzz pro...Evgeny Vereshchagin2018-09-291-1/+6
* fuzz: add a fuzzer for dhcp6_clientEvgeny Vereshchagin2018-09-291-0/+8
* Merge pull request #10190 from evverx/fuzz-ndisc-rsZbigniew Jędrzejewski-Szmek2018-09-281-2/+2
|\
| * ndisc: fix two infinite loopsYu Watanabe2018-09-261-2/+2
* | dhcp6: fix memleakYu Watanabe2018-09-271-12/+5
* | dhcp6: fix buffer size checkingYu Watanabe2018-09-271-2/+2
* | dhcp6: use offsetof instead of sizeofYu Watanabe2018-09-271-1/+1
* | sd-dhcp-lease: fix memleaksYu Watanabe2018-09-271-0/+2
* | sd-dhecp-lease: use free_and_replace() at one moreYu Watanabe2018-09-271-2/+1
|/
* DHCPv6: use unsigned for flagsZbigniew Jędrzejewski-Szmek2018-09-251-1/+1
* sd-dhcp6-client: Reference and unreference a stored leasePatrik Flykt2018-09-191-1/+2
* dhcp6-client: Store lease timeouts T1 and T1 in client structPatrik Flykt2018-09-194-34/+12
* dhcp6-client: Select T1 and T2 timeouts from IA_NA and IA_PDPatrik Flykt2018-09-191-6/+30
* dhcp6-lease: Add function to fetch the IAID for the prefixPatrik Flykt2018-09-193-1/+11
* dhcp6-client: Add tests for address, information and prefix requestsPatrik Flykt2018-09-191-4/+35
* dhcp6-client: Function for enabling/disabling IA_NA requestPatrik Flykt2018-09-191-15/+51
* dhcp6_client: Add helper for fetching Prefix Delegation informationPatrik Flykt2018-09-191-1/+10