summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp6-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* networkd/dhcp6: allow layer3 devices without MACJörg Thalheim2020-11-231-4/+6
* sd-dhcp6-client: insert spaces around ternary operatorYu Watanabe2020-11-161-2/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* libsystemd-network: do not request each daemon exist in sd_xxx_stop()Yu Watanabe2020-10-151-1/+2
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-1/+1
* sd-dhcp6-client: Fix sending prefix delegation request (#17136)mog4222020-09-241-2/+2
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-291-1/+1
* dhcp6: parse the FQDN optionBeniamino Galvani2020-08-031-0/+7
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* dhcp6, radv: only accept valid ifindexYu Watanabe2020-07-021-1/+1
* network: DHCP6 - introduce DHCP6 DUID to stringSusant Sahani2020-06-101-0/+43
* dhcp6: Provide method to access IAIDSusant Sahani2020-06-091-0/+12
* sd-dhcp6: Introduce vendor specific informationSusant Sahani2020-05-291-0/+39
* sd-network: Rectify Advertise Message Processing by a ClientSusant Sahani2020-05-291-4/+20
* DHCPv6: MUD URL lengh - use UINT8_MAX instead of 255Susant Sahani2020-05-201-3/+3
* network: DHCPv6 - Add support to send vendor class informationSusant Sahani2020-05-201-1/+1
* sd-network: DHCPv6 - Add support to send vendor class dataSusant Sahani2020-05-201-1/+43
* sd-network: DHCPv6 - add support to send userclass optionSusant Sahani2020-05-191-0/+43
* dhcp6: slightly improve log messageLennart Poettering2020-05-191-1/+2
* sd-dhcp6: Allow to add arbitary request optionSusant Sahani2020-05-171-11/+1
* DHCP client: make SendOption work for DHCPv6 too.Andrew Doran2020-05-111-0/+28
* dhcp6: make string argument to sd_dhcp6_client_set_request_mud_url() constThomas Haller2020-04-241-1/+1
* sd-network: DHCPv6 - Add status codesSusant Sahani2020-04-131-7/+23
* sd-network: DHCPv6 - Add NoPrefixAvail to error codeSusant Sahani2020-04-121-0/+1
* sd-dhcpv6: Add support to set request MUD URLSusant Sahani2020-04-011-0/+46
* dhcp6: coding style fixesYu Watanabe2020-01-311-7/+7
* dhcp6: do not use T1 and T2 longer than one provided by the leaseYu Watanabe2020-01-311-2/+1
* dhcp6: add debug logsYu Watanabe2019-11-171-8/+8
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-1/+0
* network: DHCPv6 client add support for prefix delegation hintSusant Sahani2019-10-011-3/+22
* dhcp6: use unaligned_read_be32()Yu Watanabe2019-09-201-1/+1
* dhcp6: add missing option length checkYu Watanabe2019-09-171-2/+5
* dhcp6: read OPTION_INFORMATION_REFRESH_TIME optionYu Watanabe2019-09-151-1/+20
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-0/+1
* dhcp: don't stop receiving packets when the link goes downBeniamino Galvani2019-02-191-1/+8
* dhcp6: don't enforce DUID content for sd_dhcp6_client_set_duid()Thomas Haller2018-12-201-3/+7
* network: fix handling of uninitialized and zero IAID settingThomas Haller2018-12-101-4/+4
* dhcp6-client: handle IAID with value zeroThomas Haller2018-11-231-1/+4
* dhcp6-client: do not unref() event sources when update or disable themYu Watanabe2018-11-161-86/+42
* dhcp6-client: use structured initializer at one more placeYu Watanabe2018-11-161-13/+17
* sd-dhcp6: fix crash by unrefing event sources before re-adding themBenjamin Berg2018-11-161-0/+2
* dhcp: support endianness independent dhcp_identifier_set_iaid()Thomas Haller2018-11-121-2/+2
* 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-181-4/+5
* 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-031-1/+1
* dhcp6: fix memleak about sd_eventYu Watanabe2018-09-301-0/+3
* fuzz: add a fuzzer for dhcp6_clientEvgeny Vereshchagin2018-09-291-0/+8