History log of /seL4-camkes-master/projects/lwip/src/core/ipv6/dhcp6.c
Revision Date Author Comments
# eeb2218b 18-Jul-2018 Dirk Ziegelmeier <dziegelmeier@de.pepperl-fuchs.com>

Revert "Test / RFC: Reformat a few files using clang-format"

This reverts commit 8b4a8159a898795ef0fc9226dae1ce66531ad487.

We do not want to do this shortly before a release. Reformatting (buggy reformatting) may introduce new bugs.


# 8b4a8159 17-Jul-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Test / RFC: Reformat a few files using clang-format

Does it compile? Does it look good (enough)?


# d3191e48 12-Jul-2018 Axel Lin <axel.lin@ingics.com>

dhcp6: Trivial comment typo fixes

Signed-off-by: Axel Lin <axel.lin@ingics.com>


# e7766297 25-Feb-2018 goldsimon <goldsimon@gmx.de>

dhcp6_disable: need to set pcb_allocated to zero

See bug #53224: dhcp6_disable() pcb_allocated need set to zero.


# f595445e 22-Feb-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Some fixes to DHCPv6 documentation


# aa04944a 22-Feb-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Add DHCPv6 to documentation


# d2ee1097 23-Feb-2018 goldsimon <goldsimon@gmx.de>

dhcp6: try to fix docs (clang complains)


# 7ad680c2 23-Feb-2018 goldsimon <goldsimon@gmx.de>

Try to fix dhcp6.c on travis


# 76a13054 22-Feb-2018 goldsimon <goldsimon@gmx.de>

add initial support for stateless DHCPv6

Signed-off-by: goldsimon <goldsimon@gmx.de>


# 8fc69c98 06-Oct-2017 goldsimon <goldsimon@gmx.de>

Revert changes of 07434aa73a3eb51b7f311ba38c51c5611a91a52c (accidentally committed local changes)


# 07434aa7 08-Aug-2017 goldsimon <goldsimon@gmx.de>

More pbuf_header -> pbuf_add/remove_header replacements


# ce7e31cd 09-Apr-2015 sg <goldsimon@gmx.de>

task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version;
ip_addr_t is used for all generic IP addresses for the API, ip(4/6)_addr_t are only used internally or when initializing netifs or when calling version-related functions


# 90a03a77 17-May-2011 goldsimon <goldsimon>

Added new files for IPv6