summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-172-40/+104
* initialJiri Pirko2013-03-1516-0/+2675