index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-dhcp6-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
networkd/dhcp6: allow layer3 devices without MAC
Jörg Thalheim
2020-11-23
1
-4
/
+6
*
sd-dhcp6-client: insert spaces around ternary operator
Yu Watanabe
2020-11-16
1
-2
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
libsystemd-network: do not request each daemon exist in sd_xxx_stop()
Yu Watanabe
2020-10-15
1
-1
/
+2
*
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
1
-2
/
+1
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2020-10-04
1
-1
/
+1
*
sd-dhcp6-client: Fix sending prefix delegation request (#17136)
mog422
2020-09-24
1
-2
/
+2
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
tree-wide: drop pointless zero initialization (#16900)
fangxiuning
2020-08-29
1
-1
/
+1
*
dhcp6: parse the FQDN option
Beniamino Galvani
2020-08-03
1
-0
/
+7
*
all: fix minor typos
Yuri Chornoivan
2020-07-07
1
-1
/
+1
*
dhcp6, radv: only accept valid ifindex
Yu Watanabe
2020-07-02
1
-1
/
+1
*
network: DHCP6 - introduce DHCP6 DUID to string
Susant Sahani
2020-06-10
1
-0
/
+43
*
dhcp6: Provide method to access IAID
Susant Sahani
2020-06-09
1
-0
/
+12
*
sd-dhcp6: Introduce vendor specific information
Susant Sahani
2020-05-29
1
-0
/
+39
*
sd-network: Rectify Advertise Message Processing by a Client
Susant Sahani
2020-05-29
1
-4
/
+20
*
DHCPv6: MUD URL lengh - use UINT8_MAX instead of 255
Susant Sahani
2020-05-20
1
-3
/
+3
*
network: DHCPv6 - Add support to send vendor class information
Susant Sahani
2020-05-20
1
-1
/
+1
*
sd-network: DHCPv6 - Add support to send vendor class data
Susant Sahani
2020-05-20
1
-1
/
+43
*
sd-network: DHCPv6 - add support to send userclass option
Susant Sahani
2020-05-19
1
-0
/
+43
*
dhcp6: slightly improve log message
Lennart Poettering
2020-05-19
1
-1
/
+2
*
sd-dhcp6: Allow to add arbitary request option
Susant Sahani
2020-05-17
1
-11
/
+1
*
DHCP client: make SendOption work for DHCPv6 too.
Andrew Doran
2020-05-11
1
-0
/
+28
*
dhcp6: make string argument to sd_dhcp6_client_set_request_mud_url() const
Thomas Haller
2020-04-24
1
-1
/
+1
*
sd-network: DHCPv6 - Add status codes
Susant Sahani
2020-04-13
1
-7
/
+23
*
sd-network: DHCPv6 - Add NoPrefixAvail to error code
Susant Sahani
2020-04-12
1
-0
/
+1
*
sd-dhcpv6: Add support to set request MUD URL
Susant Sahani
2020-04-01
1
-0
/
+46
*
dhcp6: coding style fixes
Yu Watanabe
2020-01-31
1
-7
/
+7
*
dhcp6: do not use T1 and T2 longer than one provided by the lease
Yu Watanabe
2020-01-31
1
-2
/
+1
*
dhcp6: add debug logs
Yu Watanabe
2019-11-17
1
-8
/
+8
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
network: DHCPv6 client add support for prefix delegation hint
Susant Sahani
2019-10-01
1
-3
/
+22
*
dhcp6: use unaligned_read_be32()
Yu Watanabe
2019-09-20
1
-1
/
+1
*
dhcp6: add missing option length check
Yu Watanabe
2019-09-17
1
-2
/
+5
*
dhcp6: read OPTION_INFORMATION_REFRESH_TIME option
Yu Watanabe
2019-09-15
1
-1
/
+20
*
tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h
Yu Watanabe
2019-07-24
1
-0
/
+1
*
dhcp: don't stop receiving packets when the link goes down
Beniamino Galvani
2019-02-19
1
-1
/
+8
*
dhcp6: don't enforce DUID content for sd_dhcp6_client_set_duid()
Thomas Haller
2018-12-20
1
-3
/
+7
*
network: fix handling of uninitialized and zero IAID setting
Thomas Haller
2018-12-10
1
-4
/
+4
*
dhcp6-client: handle IAID with value zero
Thomas Haller
2018-11-23
1
-1
/
+4
*
dhcp6-client: do not unref() event sources when update or disable them
Yu Watanabe
2018-11-16
1
-86
/
+42
*
dhcp6-client: use structured initializer at one more place
Yu Watanabe
2018-11-16
1
-13
/
+17
*
sd-dhcp6: fix crash by unrefing event sources before re-adding them
Benjamin Berg
2018-11-16
1
-0
/
+2
*
dhcp: support endianness independent dhcp_identifier_set_iaid()
Thomas Haller
2018-11-12
1
-2
/
+2
*
sd-dhcp6: coding style cleanups
Yu Watanabe
2018-10-18
1
-7
/
+10
*
sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()
Yu Watanabe
2018-10-18
1
-4
/
+5
*
dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"
Thomas Haller
2018-10-04
1
-1
/
+1
*
dhcp6: check option length before reading values
Yu Watanabe
2018-10-03
1
-1
/
+1
*
dhcp6: fix memleak about sd_event
Yu Watanabe
2018-09-30
1
-0
/
+3
*
fuzz: add a fuzzer for dhcp6_client
Evgeny Vereshchagin
2018-09-29
1
-0
/
+8
[next]