summaryrefslogtreecommitdiff
path: root/libndp
Commit message (Expand)AuthorAgeFilesLines
* libndp,ndptool: use poll() instead of select()Beniamino Galvani2021-03-051-11/+9
* libndp: avoid static buffer for debug string in ndp_sock_recv()Thomas Haller2021-01-281-5/+4
* libndp: use thread local variables for static return argumentsThomas Haller2021-01-272-3/+4
* ndptool: add -D dest supportHangbin Liu2019-09-161-10/+32
* libndp: fix nd_msg typo when setting target addressHangbin Liu2019-09-121-2/+2
* libndp: close sockfd after using to avoid handle leakHangbin Liu2019-01-071-4/+8
* ndptool: add -T target supportHangbin Liu2018-08-061-0/+121
* libndp: apply filter to raw socket to only accept ND messagesBeniamino Galvani2016-08-291-1/+13
* libndp: move ndp_sock_{open,close}() after msg parsing functionsBeniamino Galvani2016-08-291-53/+60
* libndb: reject redirect and router advertisements from non-link-localLubomir Rintel2016-05-171-1/+13
* libndp: validate the IPv6 hop limitLubomir Rintel2016-05-171-11/+40
* libndp: revert API change for ndp_msg_send() and add ndp_msg_send_with_flags()Thomas Haller2016-03-101-1/+16
* libndp: fix type of field "na" in "struct ndp_msgna"Thomas Haller2016-03-101-1/+1
* libndp: add option flags to send messagesJamie Bainbridge2016-03-101-2/+112
* update copyright datesJiri Pirko2015-04-023-3/+3
* libndp: fix buffer overflow in ndp_msg_opt_dnssl_domain()Andrew Ayer2014-07-291-6/+9
* libndp: fix [cppcheck] Undefined behavior: Variable 'buf' is used as paramete...Jiri Pirko2013-12-181-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
* fix cflags path in pc fileJiri Pirko2013-08-161-1/+1
* add flag getters for prefix optionJiri Pirko2013-06-131-0/+60
* 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-071-0/+34
* fix compile error on ia32Jiri Pirko2013-05-041-1/+1
* add missing list.h into Makefile.amJiri Pirko2013-04-171-1/+1
* add support for DNS Search List (rfc6106)Jiri Pirko2013-04-172-0/+89
* lib: add missing offset arg commentJiri Pirko2013-04-121-0/+14
* add support for Recursive DNS Server (rfc6106)Jiri Pirko2013-04-122-0/+61
* 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-051-0/+39
* add support for Route Information Option (rfc4191)Jiri Pirko2013-04-052-3/+97
* lib: set addr in myrecvfrom6Jiri Pirko2013-04-051-0/+1
* libndp: remove unnecessary evenfd struct and handle all by single event fdJiri Pirko2013-03-291-40/+5
* libndp: change the was opts are handledJiri Pirko2013-03-291-438/+444
* lib: init msg->len accorsding to ND type during init and introduce maxlen getterJiri Pirko2013-03-171-6/+21
* 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-171-0/+12
* lib: add support for sending ND messagesJiri Pirko2013-03-171-0/+52
* 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