libndp,ndptool: use poll() instead of select()
libndp: avoid static buffer for debug string in ndp_sock_recv()
ndptool: avoid static buffer for string in ndptool
libndp: use thread local variables for static return arguments
ndptool: don't use static variable for local context in msgrcv_handler_func()
ndptool: fix printing dnssl lifetime in ndptool
ndptool: fix potential memory leak caused by strdup
ndptool: add -D dest support
libndp: fix nd_msg typo when setting target address
libndp: close sockfd after using to avoid handle leak
ndptool: fix target parameter typo
ndptool: add -T target support
libndp: apply filter to raw socket to only accept ND messages
libndp: move ndp_sock_{open,close}() after msg parsing functions
ndptool: Fix compilation on musl libc
- libndb: reject redirect and router advertisements from non-link-local
- libndp: validate the IPv6 hop limit
- libndp: revert API change for ndp_msg_send() and add ndp_msg_send_with_flags()
- libndp: fix type of field "na" in "struct ndp_msgna"
- ndptool: add option to send messages types
- libndp: add option flags to send messages
- Add SubmittingPatches howto