aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-10[HICN-315] memory leaks in hicn-lightmichele papalini4-6/+23
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: I43f64d616fbbbc2b10b4a181529d087fb0afc56c
2019-10-09Merge "[HICN-280] Adding set interest lifetime option and deallocating data ↵Alberto Compagno1-8/+14
packet at consumer side before the content is completely downloaded in order to allow to use an endless hiper producer."
2019-10-09Merge "[HICN-226] Reworked incoming face identification on receiving a data ↵Alberto Compagno10-231/+417
packet. The output is now a list of possible incoming faces, plus a preferred one which cover the case in which the face is a local producer face. In that case we can identify the face uniquely as we are sure that we have one face for memif."
2019-10-09Merge "[HICN-169] Fixed counters that were decrementing or negative."Alberto Compagno4-21/+25
2019-10-09[HICN-280] Adding set interest lifetime option and deallocatingAlberto Compagno1-8/+14
data packet at consumer side before the content is completely downloaded in order to allow to use an endless hiper producer. Change-Id: I3613b5310a4f8b696818f9453d03682fd61b1f93 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-10-09[HICN-169] Fixed counters that were decrementing or negative.Alberto Compagno4-21/+25
Change-Id: I9165a863ac29e9386f49fdbc09da85e2fcc57750 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-10-09[HICN-311] Incorrect copying of ip_prefix_t data & uninitialized bytes ↵Jordan Augé3-3/+6
causes invalid writes Change-Id: Ia171dac11f65dab295b3523222145215f21a6f4f Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
2019-10-09[HICN-308] delete interests from interest mapmichele papalini1-6/+8
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: Ie69909e3984faac777f9fc3b3e0625e8de3a7771
2019-10-08Merge "[HICN-302] low rate traffic in RTC"Mauro Sardara3-11/+147
2019-10-08Merge "[HICN-306] Wrong representation format in ip_prefix_ntop causes ↵Mauro Sardara4-4/+17
parsing issues"
2019-10-08[HICN-306] Wrong representation format in ip_prefix_ntop causes parsing issuesJordan Augé4-4/+17
Change-Id: I16c8059ce537f338c15434acc87ac0e4baf87049 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
2019-10-08Merge "[HICN-303] Fixed reading size of authentication header which might ↵Jordan Augé1-2/+4
have caused a bufferoverflow"
2019-10-08[HICN-303] Fixed reading size of authentication header which might have ↵Alberto Compagno1-2/+4
caused a bufferoverflow Change-Id: I46ae0539a51c9a2a11d8acfe4146470f2d4fa21d Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-10-08[HICN-302] low rate traffic in RTCmichele papalini3-11/+147
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: Ib6511d82abc91e9008588cd2b7fd80022c6d232b
2019-10-08Merge "[HICN-300] Improved script to search for "hicn {" in ↵Luca Muscariello2-2/+4
/etc/vpp/startup.conf"
2019-10-07[HICN-300] Improved script to search for "hicn {" in /etc/vpp/startup.confAlberto Compagno2-2/+4
Change-Id: Ib977e10968a78917b6af0f5691370d6df9fcf473 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-10-07Merge "[HICN-298] Release new hICN app for Android"Mauro Sardara172-3828/+10277
2019-10-07[HICN-298] Release new hICN app for AndroidJordan Augé172-3828/+10277
Change-Id: I43adc62fadf00690b687078d739788dffdc5e566 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
2019-10-07[HICN-289] update READMEmhemmatp1-144/+56
Signed-off-by: mhemmatp <mhemmatp@cisco.com> Change-Id: I8ad3f4d636714acc10626c78c758829bc9faf273
2019-10-07[HICN-226]Alberto Compagno10-231/+417
Reworked incoming face identification on receiving a data packet. The output is now a list of possible incoming faces, plus a preferred one which cover the case in which the face is a local producer face. In that case we can identify the face uniquely as we are sure that we have one face for memif. Change-Id: Ic48475a36e37a28cec8cc1448b4b4ee6c001efc0 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-10-06[HICN-287] Adding hicn section to the startup.confAlberto Compagno15-218/+222
Checking if the size of the CS is greater than the number of vlib buffers available and size it accordingly. Removed unused parameters to set PIT lifetime Change-Id: I47679466542d4338e447d9e0b956038143164020 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-10-04[HICN-296] handle first packet received in RTC consumer socketmichele papalini2-2/+31
Change-Id: I2edb971f43ed4ad2165349345999a7af871323da Signed-off-by: michele papalini <micpapal@cisco.com>
2019-10-04[HICN-293] remove stats in hiperf in RTC modemichele papalini1-2/+11
Change-Id: I6e577a4122042248900b4f48fd9f4fd45825aae9 Signed-off-by: michele papalini <micpapal@cisco.com>
2019-10-04[HICN-292] fix inflight interests countingmichele papalini2-19/+25
Change-Id: I1b02b9338e43de27cf90b4a11121c54a00ed428a Signed-off-by: michele papalini <micpapal@cisco.com>
2019-10-03[HICN-291] handle multiple paths in RTCmichele papalini6-132/+435
Change-Id: I69d331aa6e953e802e2f4b3e60325f852941fd94 Signed-off-by: michele papalini <micpapal@cisco.com>
2019-10-02[HICN-290] Added check if ASIO_STANDALONE already defined. Removed openssl ↵Mauro Sardara2-1/+3
find performed by hicn-light. Change-Id: Ic1d3fe123b099e63a37bcb0c03e00a7c81f509f1 Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-10-02Merge "[HICN-286] Link libmemif with libhicntransport when libmemif found in ↵Alberto Compagno3-4/+26
the system."
2019-10-02[HICN-286] Link libmemif with libhicntransport when libmemif found in the ↵Mauro Sardara3-4/+26
system. Added libmemif-dev dependency libmemif. Change-Id: I3fc417da65c1dfc6717c56d92f94a12fc019a9bd Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-10-01[HICN-274] Use bindSocket API in AndroidSunghee Lee2-5/+36
Signed-off-by: Sunghee Lee <sh2011.lee@samsung.com> Change-Id: I10a2fa173662cc49d93a64426e2b4495670823ff Signed-off-by: Angelo Mantellini <manangel@cisco.com>
2019-09-25[HICN-284] change neighbour flag in ipv6mhemmatp1-1/+1
Signed-off-by: mhemmatp <mhemmatp@cisco.com> Change-Id: I63e58ca694fa671eda01c5a4c69571473dbfde12
2019-09-24Merge "[HICN-279] Added libmemif packaging."Alberto Compagno67-78/+311
2019-09-24[HICN-279] Added libmemif packaging.Mauro Sardara67-78/+311
Change-Id: Ie8662059163b7a01211bb18fb8f6b77bbbc07279 Signed-off-by: Mauro Sardara <msardara@cisco.com>
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
Change-Id: Ic2f7b1edeb35603f6d1fa5f40f7fff441aa43203 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-09-17[ HICN-277] Add README to router pluginmhemmatp1-0/+49
Signed-off-by: mhemmatp <mhemmatp@cisco.com> Change-Id: I838da25116f5fc4a674957510699bf5a00c99cad
2019-09-10[HICN-273] Add zero copy produce() API to RTC producer socket.Mauro Sardara3-12/+19
This API allows to transfer the ownership of the packet from the application to the libtransport, thus avoiding to copy the packet. Change-Id: Ic26b15783648b9e8821f71e47a2d9f5130474510 Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-09-04[HICN-272] new hicn-light fibmichele papalini8-447/+417
Change-Id: Id0f13d6aebecc724556a80d3b3d57e8e06b6b262 Signed-off-by: michele papalini <micpapal@cisco.com>
2019-08-27Merge "[HICN-268] Forwarder crashes when "create listener hicn""Mauro Sardara1-1/+1
2019-08-27Merge "HICN-269 correctly set forwarding strategy with set command"Alberto Compagno1-2/+0
2019-08-27[HICN-268] Forwarder crashes when "create listener hicn"Angelo Mantellini1-1/+1
Signed-off-by: Angelo Mantellini <manangel@cisco.com> Change-Id: Ic20cce329e845475dc3b9d088d2ac974956294e9 Signed-off-by: Angelo Mantellini <manangel@cisco.com>
2019-08-27HICN-270 correcly create hicn name from ip address in libmichele papalini1-10/+4
Change-Id: Ie2ebe1db4ad5bddb7a9b1a67e38bf7e16b873ac0 Signed-off-by: michele papalini <micpapal@cisco.com>
2019-08-27HICN-269 correctly set forwarding strategy with set commandmichele papalini1-2/+0
Change-Id: Idd6820a64bf0e658abef7607044cd980e62d6987 Signed-off-by: michele papalini <micpapal@cisco.com>
2019-08-23Merge "HICN-266 fix strategy creation with policies"Jordan Augé4-55/+9
2019-08-22[HICN-267] Fixed dependencies on hicn-apps and hicn-light packagesAlberto Compagno4-5/+15
Change-Id: If6615a0b263287b6c1660b636b5b6770da1a3b24 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-08-22HICN-266 fix strategy creation with policiesmichele papalini4-55/+9
Change-Id: I285389e02742768ec65304cd088312492ddcb281 Signed-off-by: michele papalini <micpapal@cisco.com>
2019-08-22Merge "[HICN-263] DO_NOT_MERGE Updating hicn-plugin and libtransport to ↵Alberto Compagno8-24/+30
vpp_1908"
2019-08-22[HICN-263] DO_NOT_MERGEv19.08Alberto Compagno8-24/+30
Updating hicn-plugin and libtransport to vpp_1908 Change-Id: I8bdad9725ec50597d79b3dc9a8d151ca149c3808 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-08-20[HICN-261] Incorrect handling of IPv6 link-local addresses / connections ↵ndnops5-113/+139
should not be created unless strictly needed. Signed-off-by: ndnops <manangel@cisco.com> Change-Id: I10722996a6bf8868f50a5ac2aff6a937d3f87837
2019-08-14[HICN-259] Moving header files to the package hicn-plugin-devAlberto Compagno2-9/+10
Change-Id: I4859025964862dbb0bd2113edb24e716ccb7c5cc Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-08-05[HICN-257] facemgr for androidAngelo Mantellini2-0/+11
Signed-off-by: Angelo Mantellini <manangel@cisco.com> Change-Id: I2281def568d1faa1093dce81badab6a95fb03a57