summaryrefslogtreecommitdiffstats
path: root/hicn-plugin
AgeCommit message (Expand)AuthorFilesLines
2023-01-10feat: upgrade to VPP 22.10v22.10-rc0Mauro Sardara14-203/+582
2022-09-30feat: support for new packet format in hicn-lightJordan Augé3-15/+5
2022-09-26chore(hicn-plugin): install hicn.api.jsonMauro Sardara1-0/+5
2022-09-12fix(interest_manifest.h): set correct type to pos variable when using it in i...Mauro Sardara1-1/+1
2022-09-02fix(sonar): make sonarqube happyMauro Sardara3-5/+22
2022-09-01feat(hicn-plugin): interest manifestMauro Sardara9-56/+421
2022-08-26feat: resize hicn_buffer_t to 24 byesMauro Sardara2-16/+16
2022-08-10feat: add interest manifest serialization/deserializationMauro Sardara3-0/+17
2022-08-04feat: Due to the deep modifications related to names and packet format,Luca Muscariello18-193/+258
2022-07-01Revision and refactor of the VPP plugin with fixes for theLuca Muscariello39-3553/+2913
2022-06-30refactor(lib, hicn-light, vpp, hiperf): HICN-723Luca Muscariello25-1806/+2307
2022-04-26HICN-722: Updates on transport, RTC, manifest usage for RTC, infra.Luca Muscariello1-7/+2
2022-03-31feat: boostrap hicn 22.02Luca Muscariello103-1508/+2446
2021-07-20HICN-716 Upgrade to VPP 21.06Mauro Sardara64-1723/+1637
2021-07-06[HICN-713] Transport Library Major Refactoring 2Mauro5-21/+18
2021-04-15[HICN-690] Transport Library Major RefactoryLuca Muscariello7-11/+25
2021-02-11[HICN-683] Add clang format for hicn-plugin.Mauro18-2218/+1929
2021-02-10[HICN-682] Fix hicn-plugin to be compatible with version 21.01Mauro Sardara11-1031/+919
2021-02-05[HICN-681] Remove compilation warning in ubuntu 20.04 jobs.Mauro Sardara1-2/+2
2020-11-23[HICN-659] Fix udp-encap inconsistenciesMauro Sardara1-22/+27
2020-11-20[HICN-658] Fix vapi_connect_safe.Mauro Sardara1-10/+8
2020-11-20[HICN-658] Improve memif connector.Mauro Sardara1-8/+8
2020-11-11[HICN-653] Fix libmemif-{dev,devel} dependenciesMauro Sardara1-1/+1
2020-11-10[HICN-651] Offload checksum computation also for data packets.Mauro Sardara4-24/+63
2020-11-10[HICN-651] Offload checksum computation to VPP.Mauro Sardara1-4/+19
2020-11-06[HICN-653] Cleanup build scripts.Mauro Sardara1-0/+10
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