summaryrefslogtreecommitdiff
path: root/libndp
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: introduce ndp_msg_type_info() helperJiri Pirko2013-03-171-4/+8
* lib: fix memory leak on receiving small packetsJiri Pirko2013-03-171-1/+2
* lib: introduce ndp_get_type_by_raw_type() and use it to find out msg typeJiri Pirko2013-03-171-8/+25
* lib: move "struct icmp6_hdr *" into msg struct and init it in allocJiri Pirko2013-03-171-4/+4
* lib: do not parse packet right away but do rather for every getterJiri Pirko2013-03-171-40/+102
* initialJiri Pirko2013-03-155-0/+1543