aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-01-23feat(hicn-plugin): reuse strategy node to forward interestsMauro Sardara4-196/+91
2023-01-21fix(vpp): remove unused variables in VPPMichele Papalini1-2/+0
2023-01-20fix(hicn-plugin): handle inflight interest coming from deleted faceMauro Sardara4-46/+115
2023-01-20feat: implement set strategy API for hicn-pluginMauro Sardara10-180/+317
2023-01-20Merge "fix(libhicnctrl)/hicn_plugin): copy address to correct offset"Mauro Sardara1-2/+2
2023-01-20fix: interest aggregationMauro Sardara2-40/+66
2023-01-20Merge "fix: correctly set next node for ifaces and faces"Mauro Sardara8-71/+67
2023-01-20fix(libhicnctrl)/hicn_plugin): copy address to correct offsetMauro Sardara1-2/+2
2023-01-20fix: correctly set next node for ifaces and facesMauro Sardara8-71/+67
2023-01-20feat(vpp): improve tracingMauro Sardara2-2/+6
2023-01-18fix: correctly print fib prefixesMauro Sardara1-3/+3
2023-01-17feat: local-remote strategyMauro Sardara27-186/+774
2023-01-16feat: forward local interest if PIT entry exists in case of local remote stra...Michele Papalini2-1/+48
2023-01-13feat: update cmake modules versionMauro Sardara1-0/+0
2023-01-12feat: set STREAM parameters in functional testsv23.02-rc0Mauro Sardara1-3/+6
2023-01-10Merge "feat: upgrade to VPP 22.10"Luca Muscariello21-217/+605
2023-01-10feat: upgrade to VPP 22.10v22.10-rc0Mauro Sardara21-217/+605
2022-12-02fix(libtransport): fix variable type for port numberMichele Papalini1-3/+3
2022-12-02feat: configure hicnlight port in libtransport and libconfigMauro Sardara4-36/+65
2022-12-01feat(libtransport): add configuration section for hicnlight io_moduleMauro Sardara2-5/+56
2022-11-22feat(auth): add support for ED25519 and ED448Olivier Roques9-271/+194
2022-10-21Merge "fix(hicn-light): fib_contains incorrectly matches subprefixes"Michele Papalini2-2/+53
2022-10-21fix(libhicnctrl): hc_face_create does not update face id in parameterJordan Augé1-1/+4
2022-10-19fix(sonar): False positives Identical sub-expressions on both sides of operatorLuca Muscariello3-5/+5
2022-10-19Merge "fix(libhicn): Out of bound memory access"Luca Muscariello1-2/+2
2022-10-18fix: show forwarder log after test executionMauro Sardara1-2/+2
2022-10-18Merge "fix(hicn-light): access to field 'local' results in a dereference of a...Luca Muscariello1-0/+5
2022-10-17fix(sonar): Nodejs LTS updateLuca Muscariello1-1/+1
2022-10-17fix(libhicn): Out of bound memory accessJordan Augé1-2/+2
2022-10-17fix(hicn-light): access to field 'local' results in a dereference of a null p...Jordan Augé1-0/+5
2022-10-17fix(hicn-light): fib_contains incorrectly matches subprefixesJordan Augé2-2/+53
2022-10-14refactor(hicn-light): cleanup towards optimizations to UDP socket faceJordan Augé12-59/+87
2022-10-14Merge "fix(hicn-light): error handling for invalid connections + local bind/r...Mauro Sardara2-43/+36
2022-10-14fix(hicn-light): error handling for invalid connections + local bind/remote c...Jordan Augé2-43/+36
2022-10-14fix(libhicnctrl): new create/face&route command failJordan Augé9-28/+169
2022-10-12test: instrument functional tests with more logsMauro Sardara18-322/+708
2022-10-11Merge "feat(strategy): forwarding strategy for local faces Ref: HICN-802"Michele Papalini11-1/+401
2022-10-11feat(strategy): forwarding strategy for local facesMichele Papalini11-1/+401
2022-10-07Merge "refactor(hicn-light): cleanup and optimizations to UDP socket face"Mauro Sardara17-129/+54
2022-10-07refactor(hicn-light): cleanup and optimizations to UDP socket faceJordan Augé17-129/+54
2022-10-07Merge "test: new packet format functional test with hiperf/libtransport"Mauro Sardara12-32/+74
2022-10-07fix(libhicnctrl): connections created without interface conflict with existin...Jordan Augé1-2/+4
2022-10-05refactor(libhicnctrl): strategy/set missing in VFTJordan Augé9-87/+64
2022-10-05test: new packet format functional test with hiperf/libtransportJordan Augé12-32/+74
2022-09-30feat: support for new packet format in hicn-lightJordan Augé45-1026/+507
2022-09-29Merge "fix(rtc-production-protocol): do not modify packet just after sending it"Michele Papalini6-27/+40
2022-09-29refactor(io_modules): remove deprecated loopback moduleMauro Sardara6-319/+0
2022-09-29fix(rtc-production-protocol): do not modify packet just after sending itMauro Sardara6-27/+40
2022-09-26fix(memif.patch): use correct cwd in git describeMauro Sardara1-1/+10
2022-09-26Merge "fix(stats): fix forwarder statistics retrieval"Mauro Sardara28-267/+350