summaryrefslogtreecommitdiffstats
path: root/hicn-plugin
AgeCommit message (Expand)AuthorFilesLines
2019-08-22[HICN-263] DO_NOT_MERGEv19.08Alberto Compagno4-13/+11
2019-08-14[HICN-259] Moving header files to the package hicn-plugin-devAlberto Compagno2-9/+10
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-18[HICN-248] Install libraries under correct folder (lib/x86_64-linux-gnu on ub...Mauro Sardara1-3/+5
2019-07-05[HICN-239] Removed unused cli command for MapMeAlberto Compagno2-80/+0
2019-07-05Merge "[HICN-237] Updated README for vpp 19.04"Mauro Sardara1-9/+32
2019-07-05[HICN-237] Updated README for vpp 19.04Alberto Compagno1-9/+32
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 Compagno9-6/+659
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-186] Dependencies on the deb packages do not reflect the new packaging ...Alberto Compagno1-1/+1
2019-05-03[HICN-180] Updating plugin to run on vpp 19.04Alberto Compagno5-41/+22
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-162] Resolved warning about version comparison when installing hicn-plu...Mauro Sardara1-1/+1
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
2019-03-29[HICN-151] The source address in the IP face is optional. If not provided it ...Alberto Compagno4-15/+119
2019-03-27[HICN-150] Fixed punting to classify packets from current_data instead of fro...Alberto Compagno4-71/+98
2019-03-23[HICN-139] Exporting per-face statistics through the binary api.Alberto Compagno3-1/+185
2019-03-23[HICN-138] Added number of received/transmitted bytes and packets on each faceAlberto Compagno10-54/+372
2019-03-20[HICN-132] Prevent to show interface details if the interface does not existAlberto Compagno2-63/+81
2019-03-14Merge "[HICN-113] Fix packaging system."Luca Muscariello1-2/+2
2019-03-14[HICN-113] Fix packaging system.Mauro Sardara1-2/+2
2019-03-14Merge "[HICN-112] Fixed bug on dymanic udp face creation. Fixed visualization...Mauro Sardara4-30/+41
2019-03-14[HICN-112] Fixed bug on dymanic udp face creation. Fixed visualization of udp...Alberto Compagno4-30/+41
2019-03-12[HICN-109] Added missing parameter to the face ip add binary api.Alberto Compagno5-45/+93
2019-03-08[HICN-100] When the incoming face of a data is an application face, the data ...Alberto Compagno5-3/+35
2019-03-06[HICN-93] Added documentation in the README.md about cli commands, configurat...Alberto Compagno3-16/+199