summaryrefslogtreecommitdiffstats
path: root/hicn-plugin
AgeCommit message (Expand)AuthorFilesLines
2020-10-05[HICN-643] Fix get_next_version_script and version numbers.Mauro Sardara1-2/+2
2020-10-03[HICN-643] Fix dependencies for release packagesMauro Sardara1-2/+2
2020-09-22[HICN-640] Put all interfaces in VRF 10, not only MPLS interfaces.Mauro Sardara1-7/+0
2020-09-18Revert to [HICN-638] Check if systemd is running before enabling hicn-light s...Mauro Sardara121-5644/+306
2020-09-14[HICN-574] Host stack plugin for VPP.Mauro Sardara121-300/+5638
2020-09-14[HICN-598] [HICN-599] Fix hicn_name_t definition conflicts.Mauro Sardara1-6/+6
2020-09-09[HICN-637] Remove hicn_plugin dependency from libtransport.Mauro Sardara1-15/+15
2020-05-28[HICN-617] Prepare hicn-plugin for VPP 20.05 release.Mauro Sardara2-148/+142
2020-05-13Merge "[HICN-606] Added doxygen documentation"Luca Muscariello46-895/+834
2020-05-06[HICN-606] Added doxygen documentationAlberto Compagno46-895/+834
2020-05-05[HICN-608] Added configuratin option to manage hicn behaviour with interfacesAlberto Compagno5-7/+28
2020-05-04[HICN-603] Cleanup code for managing routeAlberto Compagno6-621/+26
2020-05-04[HICN-602] Added bidirectional udp tunnelsAlberto Compagno22-54/+1343
2020-05-04[HICN-592] Updating the vrf 0 (default fib) when a mapme event occursAlberto Compagno13-202/+337
2020-05-04[HICN-591] Created new command "hicn enable <prefix>" that enable hicn on a g...Alberto Compagno20-292/+790
2020-05-04[HICN-590] Removed andjacency type specific face implementationAlberto Compagno63-6693/+1756
2020-04-27[HICN-604] using host order port value to punt udp packetAlberto Compagno1-2/+2
2020-04-27[HICN-604] Added missing punting for udp facesAlberto Compagno1-1/+8
2020-04-16[HICN-596] Exporting hicn.api_types.h and hicn.api_enum.hAlberto Compagno1-2/+4
2020-03-23Merge "[HICN-551] Removed source code that uses acl"Luca Muscariello11-2096/+83
2020-03-23Merge "[HICN-549] Refactored pg to use punting through fib"Luca Muscariello3-252/+304
2020-03-23Merge "[HICN-548] Added node to perform a lookup in the fib with the src addr...Luca Muscariello3-1/+731
2020-03-23Merge "[HICN-547] Removing punting through acl for interests"Luca Muscariello36-1035/+1007
2020-03-20[HICN-551] Removed source code that uses aclAlberto Compagno11-2096/+83
2020-03-20[HICN-549] Refactored pg to use punting through fibAlberto Compagno3-252/+304
2020-03-20[HICN-573] Fixed match of data packet in the producer app faceacompagn1-0/+18
2020-03-19[HICN-548] Added node to perform a lookup in the fib with the src address to ...Alberto Compagno3-1/+731
2020-03-19[HICN-547] Removing punting through acl for interestsAlberto Compagno36-1035/+1007
2020-02-21[HICN-2] Added P2P confidential communication on hICNAlberto Compagno1-2/+2
2020-02-15[HICN-521] Documentation updateLuca Muscariello1-4/+0
2020-02-12[HICN-512] documentation bundle using sphinxLuca Muscariello1-373/+0
2020-01-31Merge "[HICN-500] Inline bucket retrieved with pool pointer + bucket id inste...Mauro Sardara1-3/+1
2020-01-31[HICN-500] Inline bucket retrieved with pool pointer + bucket id instead of p...Alberto Compagno1-3/+1
2020-01-30[HICN-497] Fixed wrong alignement in the matching functionAlberto Compagno1-8/+3
2020-01-30[HICN-445] Update to vpp 20.01Alberto Compagno23-261/+166
2020-01-29[HICN-491] Fixed missing inclusion of vapi_safe into the hicn-plugin deb/rpm ...v20.01Aberto Compagno3-33/+26
2020-01-29[HICN-490] Removed vlib linkage in vapi_safeAlberto Compagno1-1/+1
2020-01-27[HICN-488] Adding lock to vapi calls and manage vapi_connect in order to conn...Alberto Compagno5-301/+484
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-13Merge "[HICN-457] Adding missing lock to the hash entry in order to avoid mem...Alberto Compagno3-2/+5
2019-12-13[HICN-457] Adding missing lock to the hash entry in order to avoid memory leak.Alberto Compagno3-2/+5
2019-12-13[HICN-456] Download missing vpp files from github.Mauro Sardara1-4/+4
2019-12-11[HICN-447] Converting incomplete udp face into a complete oneAlberto Compagno1-8/+4
2019-12-11Merge "[HICN-430] Rework on CMake"Luca Muscariello1-5/+4