summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* libndp,ndptool: use poll() instead of select()Beniamino Galvani2021-03-052-14/+10
* ndptool: avoid static buffer for string in ndptoolThomas Haller2021-01-281-8/+7
* ndptool: don't use static variable for local context in msgrcv_handler_func()Thomas Haller2021-01-271-1/+1
* ndptool: fix printing dnssl lifetime in ndptoolThomas Haller2021-01-271-1/+1
* ndptool: fix potential memory leak caused by strdupHangbin Liu2019-09-241-3/+8
* ndptool: add -D dest supportHangbin Liu2019-09-161-14/+35
* ndptool: fix target parameter typoHangbin Liu2018-12-171-1/+1
* ndptool: add -T target supportHangbin Liu2018-08-061-3/+18
* ndptool: Fix compilation on musl libcKylie McClain2016-06-151-0/+1
* libndp: revert API change for ndp_msg_send() and add ndp_msg_send_with_flags()Thomas Haller2016-03-101-1/+1
* ndptool: add option to send messages typesJamie Bainbridge2016-03-101-2/+10
* update copyright datesJiri Pirko2015-04-021-1/+1
* ndptool: use conventional signal handlers instead of signalfdAndrew Ayer2015-04-021-37/+31
* ndptool: fix -v argumentYanko Kaneti2013-08-081-1/+1
* add flag getters for prefix optionJiri Pirko2013-06-131-0/+6
* fix compile error on ia32Jiri Pirko2013-05-041-1/+1
* add man page for ndptoolJiri Pirko2013-04-171-3/+3
* ndptool: push litefime printout into separete functionJiri Pirko2013-04-171-19/+11
* add support for DNS Search List (rfc6106)Jiri Pirko2013-04-171-0/+19
* add support for Recursive DNS Server (rfc6106)Jiri Pirko2013-04-121-0/+19
* add support for Default Router Preference in RA msg (rfc4191)Jiri Pirko2013-04-051-11/+19
* add support for Route Information Option (rfc4191)Jiri Pirko2013-04-051-0/+26
* libndp: remove unnecessary evenfd struct and handle all by single event fdJiri Pirko2013-03-291-15/+11
* libndp: change the was opts are handledJiri Pirko2013-03-291-13/+15
* ndptool: add support for sending messagesJiri Pirko2013-03-171-1/+42
* initialJiri Pirko2013-03-152-0/+396