summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* busctl,sd-lldp: explicitly specify type of argument in compare functionYu Watanabe2018-09-193-4/+4
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-5/+3
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-148-24/+15
* tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek2018-09-141-4/+3
* test: when skipping tests, always print somethingZbigniew Jędrzejewski-Szmek2018-09-131-4/+5
* dhcp: fix assertion starting DHCP client without MAC address (#10054)Thomas Haller2018-09-111-2/+0
* sd-dhcp6: set requested time for DUID-LLTYu Watanabe2018-09-041-1/+1
* sd-dhcp: drop meaningless checkingYu Watanabe2018-09-042-4/+4
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-2711-247/+42
* Merge pull request #9406 from yuwata/rfe-9228Zbigniew Jędrzejewski-Szmek2018-08-234-27/+182
|\
| * sd-dhcp: make time value for DUID-LLT configurableYu Watanabe2018-08-082-7/+36
| * sd-dhcp: use MAC address when DUIDType=link-layer-time or link-layer but DUID...Yu Watanabe2018-08-084-2/+90
| * sd-dhcp: adjust log messageYu Watanabe2018-08-081-1/+1
| * sd-dhcp: adjust type of elements in duidYu Watanabe2018-08-081-4/+4
| * sd-dhcp: use application specific machine ID when DUIDType=uuid but DUIDRawDa...Yu Watanabe2018-08-084-16/+53
* | network: replace udev_device by sd_deviceYu Watanabe2018-08-224-22/+18
|/