summaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-29[HICN-491] Fixed missing inclusion of vapi_safe into the hicn-plugin deb/rpm ...v20.01Aberto Compagno1-23/+2
2020-01-27[HICN-488] Adding lock to vapi calls and manage vapi_connect in order to conn...Alberto Compagno1-0/+318
2020-01-22Merge "[HICN-486] Writing face type in network order in the face_detail binar...Alberto Compagno1-2/+2
2020-01-21[HICN-486] Writing face type in network order in the face_detail binary api m...Alberto Compagno1-2/+2
2020-01-21[HICN-485] Fixed entry deletion when the last nh is removedAlberto Compagno3-15/+8
2020-01-15[HICN-477] Fixed strategy get ctx that could lead to a segfaultAlberto Compagno8-165/+144
2020-01-14[HICN-475] Adding multihoming in case the producer is facing the producerAlberto Compagno5-8/+49
2020-01-14[HICN-474] Enabling print of FIB and TFIB statusAlberto Compagno3-1/+19
2020-01-07[HICN-462] Adding probing protocol to hicn-pluginAlberto Compagno4-6/+129
2019-12-13[HICN-457] Adding missing lock to the hash entry in order to avoid memory leak.Alberto Compagno3-2/+5
2019-12-11[HICN-447] Converting incomplete udp face into a complete oneAlberto Compagno1-8/+4
2019-12-09[HICN-441] Fixed udp punting.Alberto Compagno1-4/+4
2019-12-04[HICN-427] Producer and consumer socket created with vapiAlberto Compagno1-4/+4
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