aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/data_fwd_node.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20fix(hicn-plugin): handle inflight interest coming from deleted faceMauro Sardara1-1/+9
2023-01-20feat(vpp): improve tracingMauro Sardara1-2/+5
2022-08-04feat: Due to the deep modifications related to names and packet format,Luca Muscariello1-7/+4
2022-07-01Revision and refactor of the VPP plugin with fixes for theLuca Muscariello1-314/+228
2022-06-30refactor(lib, hicn-light, vpp, hiperf): HICN-723Luca Muscariello1-9/+8
2022-03-31feat: boostrap hicn 22.02Luca Muscariello1-8/+5
2021-07-20HICN-716 Upgrade to VPP 21.06Mauro Sardara1-3/+3
2021-02-10[HICN-682] Fix hicn-plugin to be compatible with version 21.01Mauro Sardara1-125/+118
2020-09-18Revert to [HICN-638] Check if systemd is running before enabling hicn-light s...Mauro Sardara1-0/+620
2020-09-14[HICN-574] Host stack plugin for VPP.Mauro Sardara1-620/+0
2020-05-06[HICN-606] Added doxygen documentationAlberto Compagno1-34/+0
2020-05-04[HICN-590] Removed andjacency type specific face implementationAlberto Compagno1-10/+16
2019-12-13[HICN-457] Adding missing lock to the hash entry in order to avoid memory leak.Alberto Compagno1-1/+1
2019-10-09[HICN-169] Fixed counters that were decrementing or negative.Alberto Compagno1-0/+5
2019-06-05[HICN-211] Missing parentesis on vlib_validate_buffer_enqueue_x2 was causing ...Alberto Compagno1-1/+1
2019-05-07[HICN-189] In case the adj is not complete, we look if a better one exists an...Alberto Compagno1-1/+1
2019-05-03[HICN-180] Updating plugin to run on vpp 19.04Alberto Compagno1-6/+5
2019-04-11[HICN-176] Fixed bitmap size in pit entry and added static assert to avoid mi...Alberto Compagno1-1/+3
2019-03-08[HICN-100] When the incoming face of a data is an application face, the data ...Alberto Compagno1-2/+31
2019-02-22[HICN-74] Data with lifetime 0 are never cached in the CS. When such data is ...Alberto Compagno1-20/+60
2019-02-20[HICN-71]Alberto Compagno1-3/+15
2019-01-30[HICN-18] first commit of libtransport for windowsAngelo Mantellini1-0/+0
2019-01-19Improved performance on data-fwd node:Alberto Compagno1-8/+28
2019-01-17This is the first commit of the hicn projectv19.01Luca Muscariello1-0/+541