aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-26[HICN-414] Added udp punting on src port, or dst ports, or bothAlberto Compagno2-15/+168
2019-11-26[HICN-398] Added face create/delete/list and listener list on libctrl for hic...Alberto Compagno3-6/+6
2019-11-22Merge "[HICN-405] Added application face delete"Alberto Compagno21-199/+442
2019-11-22[HICN-405] Added application face deleteAlberto Compagno21-199/+442
2019-11-20[HICN-394] Add route commands add, list, del for the hicn-pluginAlberto Compagno2-3/+4
2019-11-19Merge "[HICN-397] Added punting add message for punting on udp ports"Alberto Compagno5-26/+335
2019-11-18Merge "[HICN-391] Supporting midchain as adjacencies for an ip face"Alberto Compagno1-1/+1
2019-11-18[HICN-397] Added punting add message for punting on udp portsAlberto Compagno5-26/+335
2019-11-18[HICN-391] Supporting midchain as adjacencies for an ip faceAlberto Compagno1-1/+1
2019-11-18[HICN-225] Added generic binary api for handling facesAlberto Compagno5-150/+865
2019-11-04[HICN-262] Fix binary api to prevent byteswapping of ip addresses in vapiAlberto Compagno13-353/+326
2019-10-22[HICN-342] No need to take a lock on the hash entry if the lookup forAlberto Compagno2-35/+45
2019-10-09Merge "[HICN-226] Reworked incoming face identification on receiving a data p...Alberto Compagno9-231/+413
2019-10-09[HICN-169] Fixed counters that were decrementing or negative.Alberto Compagno4-21/+25
2019-10-07[HICN-226]Alberto Compagno9-231/+413
2019-10-06[HICN-287] Adding hicn section to the startup.confAlberto Compagno8-217/+148
2019-09-24Merge "[HICN-260] Added a dump binary api for hicn routes"Alberto Compagno3-4/+232
2019-09-24[HICN-260] Added a dump binary api for hicn routesAlberto Compagno3-4/+232
2019-08-22[HICN-263] DO_NOT_MERGEv19.08Alberto Compagno2-3/+3
2019-08-01[HICN-255] the api vnet_get_sw_interface_safe is now vnet_get_sw_interface_or...Alberto Compagno3-10/+10
2019-07-05[HICN-239] Removed unused cli command for MapMeAlberto Compagno1-73/+0
2019-06-08[HICN-216] Fixed problem that was deleating any pending IU (for retrasmission...Alberto Compagno2-4/+4
2019-06-07[HICN-216] Remove check on the invalid sequence number 0Alberto Compagno2-11/+11
2019-06-07[HICN-216] Fixed dpo initializatinoAlberto Compagno4-26/+36
2019-06-07[HICN-215] Sequence number starts from 0Alberto Compagno1-1/+1
2019-06-06[HICN-214] Updating next_node in the face that mapme add to the fib in order ...Alberto Compagno7-51/+86
2019-06-06[HICN-212] Fixed bug on ipv6 test in udp faces. Uniformed test with a single ...Alberto Compagno4-12/+18
2019-06-05[HICN-211] Missing parentesis on vlib_validate_buffer_enqueue_x2 was causing ...Alberto Compagno2-3/+1
2019-05-29[HICN-209] Fixed the copy of packet with size less than 2 cache lines.Alberto Compagno2-2/+2
2019-05-28Merge "[HICN-208] Removing udp face reference from the internal hash table"Alberto Compagno1-4/+21
2019-05-28[HICN-208] Removing udp face reference from the internal hash tableAlberto Compagno1-4/+21
2019-05-24[HICN-197] Supporting multiple local faces for the same prefix. Fixed buffer ...Alberto Compagno5-19/+66
2019-05-20[HICN-197] Added further information about the hashtable when executing the c...Alberto Compagno1-1/+6
2019-05-19[HICN-197] Reworked PIT/CS entry initialization to correctly initialize it wh...Alberto Compagno2-1/+9
2019-05-16[HICN-197] Fixed missing deallocation when data was pushed from a local appli...Alberto Compagno1-2/+4
2019-05-10[HICN-193] Fixed faceid convertion from network to host orderAlberto Compagno1-1/+1
2019-05-07[HICN-181] Added round robin strategyAlberto Compagno8-5/+654
2019-05-07[HICN-189] In case the adj is not complete, we look if a better one exists an...Alberto Compagno6-74/+195
2019-05-03[HICN-180] Updating plugin to run on vpp 19.04Alberto Compagno4-40/+21
2019-04-18[HICN-179] Increased size of vector that holds the counters to the right size.Alberto Compagno1-1/+3
2019-04-11[HICN-176] Fixed bitmap size in pit entry and added static assert to avoid mi...Alberto Compagno7-166/+34
2019-04-03Merge "[HICN-166] Assign a /127 or a /31 ip6/4 address to the memif used to c...Mauro Sardara1-16/+24
2019-04-03[HICN-166] Assign a /127 or a /31 ip6/4 address to the memif used to create a...Alberto Compagno1-16/+24
2019-04-03[HICN-161] Fixed bug that prevents to create an ip face when the code is comp...Alberto Compagno1-4/+4
2019-04-02[HICN-160] Bug in the command parsing that prevented to correctly parse the c...Alberto Compagno1-5/+6
2019-04-02Merge "[HICN-158] Fixed ip face deletion from binary api"Mauro Sardara5-64/+66
2019-04-02[HICN-158] Fixed ip face deletion from binary apiAlberto Compagno5-64/+66
2019-04-01Merge "[HICN-156] Ip face now support the remote address to be reachable thro...Mauro Sardara1-20/+28
2019-04-01[HICN-157] Fixed wrong host to network conversion of face id in hicn_face_ip_...Alberto Compagno1-1/+1
2019-04-01[HICN-156] Ip face now support the remote address to be reachable through a "...Alberto Compagno1-20/+28