summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.4 releasev1.4Jiri Pirko2014-07-291-2/+2
* libndp: fix buffer overflow in ndp_msg_opt_dnssl_domain()Andrew Ayer2014-07-291-6/+9
* 1.3 releasev1.3Jiri Pirko2014-06-261-2/+2
* Add missing <stdarg.h> include for va_listYegor Yefremov2014-04-231-0/+1
* libndp: fix [cppcheck] Undefined behavior: Variable 'buf' is used as paramete...Jiri Pirko2013-12-181-1/+1
* 1.2 releasev1.2Jiri Pirko2013-10-151-1/+1
* libndp: silently ignore packets with optlen 0Jiri Pirko2013-10-071-3/+10
* libndp: fix processing for larger optionsJiri Pirko2013-10-071-2/+2
* libndp: do not fail on receiving non-ndp packetsJiri Pirko2013-10-071-1/+3
* 1.1 releasev1.1Jiri Pirko2013-10-041-1/+1
* fix cflags path in pc fileJiri Pirko2013-08-161-1/+1
* ndptool: fix -v argumentYanko Kaneti2013-08-081-1/+1
* README: remove copy&paste leftoversJiri Pirko2013-08-081-3/+0
* update READMEJiri Pirko2013-08-081-6/+29
* 1.0 releasev1.0Jiri Pirko2013-08-081-1/+1
* put utils/ndptool into .gitignoreJiri Pirko2013-08-021-0/+1
* fix configure.acJiri Pirko2013-07-192-2/+4
* add flag getters for prefix optionJiri Pirko2013-06-133-0/+69
* libndp: allow mysendto6() to fail when iface is down and for other errorsJiri Pirko2013-06-071-5/+0
* libndp: add ndp_callall_eventfd_handler()Jiri Pirko2013-06-072-0/+35
* fix compile error on ia32Jiri Pirko2013-05-042-2/+2
* add missing list.h into Makefile.amJiri Pirko2013-04-171-1/+1
* add man page for ndptoolJiri Pirko2013-04-175-5/+62
* ndptool: push litefime printout into separete functionJiri Pirko2013-04-171-19/+11
* add support for DNS Search List (rfc6106)Jiri Pirko2013-04-174-0/+119
* lib: add missing offset arg commentJiri Pirko2013-04-121-0/+14
* add support for Recursive DNS Server (rfc6106)Jiri Pirko2013-04-124-0/+91
* lib: introcude option validity check callback for separate option typesJiri Pirko2013-04-051-2/+17
* lib: move msg validity check into separate functionJiri Pirko2013-04-051-4/+15
* lib: introduce option validity checksJiri Pirko2013-04-051-0/+47
* lib: remove unused fields from RA structJiri Pirko2013-04-051-22/+0
* add support for Default Router Preference in RA msg (rfc4191)Jiri Pirko2013-04-053-11/+61
* add support for Route Information Option (rfc4191)Jiri Pirko2013-04-054-3/+136
* lib: set addr in myrecvfrom6Jiri Pirko2013-04-051-0/+1
* libndp: remove unnecessary evenfd struct and handle all by single event fdJiri Pirko2013-03-293-64/+18
* libndp: change the was opts are handledJiri Pirko2013-03-293-483/+504
* ndptool: add support for sending messagesJiri Pirko2013-03-171-1/+42
* lib: init msg->len accorsding to ND type during init and introduce maxlen getterJiri Pirko2013-03-172-6/+22
* lib: adjust destination address before send for certain ND typesJiri Pirko2013-03-171-0/+31
* lib: add forgotten p_msg assign in ndp_msg_newJiri Pirko2013-03-171-0/+1
* lib: add msg ifindex setterJiri Pirko2013-03-172-0/+13
* lib: add support for sending ND messagesJiri Pirko2013-03-172-0/+53
* lib: remove local ifindex variable in ndp_sock_recvJiri Pirko2013-03-171-4/+3
* lib: pass on flags in recvfromJiri Pirko2013-03-171-1/+1
* lib: use in6_addr instead od sockaddr_in6 in function paramsJiri Pirko2013-03-171-19/+11
* lib: setup first pointer in all type-specific structures at onceJiri Pirko2013-03-171-3/+15
* lib: remove msg->type and rather use in header valueJiri Pirko2013-03-171-4/+18
* lib: get rid of ndp_process_* functionsJiri Pirko2013-03-171-68/+24
* lib: move len check into ndp_sock_recvJiri Pirko2013-03-171-4/+4
* lib: introduce ndp_msg_type_info() helperJiri Pirko2013-03-171-4/+8