aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/faces
AgeCommit message (Expand)AuthorFilesLines
2020-11-10[HICN-651] Offload checksum computation also for data packets.Mauro Sardara3-24/+62
2020-11-10[HICN-651] Offload checksum computation to VPP.Mauro Sardara1-4/+19
2020-09-18Revert to [HICN-638] Check if systemd is running before enabling hicn-light s...Mauro Sardara15-0/+4931
2020-09-14[HICN-574] Host stack plugin for VPP.Mauro Sardara15-4931/+0
2020-05-28[HICN-617] Prepare hicn-plugin for VPP 20.05 release.Mauro Sardara1-119/+110
2020-05-06[HICN-606] Added doxygen documentationAlberto Compagno6-374/+353
2020-05-04[HICN-602] Added bidirectional udp tunnelsAlberto Compagno7-46/+101
2020-05-04[HICN-592] Updating the vrf 0 (default fib) when a mapme event occursAlberto Compagno4-88/+133
2020-05-04[HICN-591] Created new command "hicn enable <prefix>" that enable hicn on a g...Alberto Compagno3-23/+12
2020-05-04[HICN-590] Removed andjacency type specific face implementationAlberto Compagno27-5513/+1217
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-03-23Merge "[HICN-547] Removing punting through acl for interests"Luca Muscariello4-264/+250
2020-03-20[HICN-573] Fixed match of data packet in the producer app faceacompagn1-0/+18
2020-03-19[HICN-547] Removing punting through acl for interestsAlberto Compagno4-264/+250
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 Compagno8-36/+30
2020-01-07[HICN-462] Adding probing protocol to hicn-pluginAlberto Compagno4-6/+129
2019-12-11[HICN-447] Converting incomplete udp face into a complete oneAlberto Compagno1-8/+4
2019-11-22[HICN-405] Added application face deleteAlberto Compagno10-73/+119
2019-11-18Merge "[HICN-391] Supporting midchain as adjacencies for an ip face"Alberto Compagno1-1/+1
2019-11-18[HICN-391] Supporting midchain as adjacencies for an ip faceAlberto Compagno1-1/+1
2019-11-18[HICN-225] Added generic binary api for handling facesAlberto Compagno1-1/+1
2019-11-04[HICN-262] Fix binary api to prevent byteswapping of ip addresses in vapiAlberto Compagno4-40/+36
2019-10-07[HICN-226]Alberto Compagno7-228/+409
2019-08-01[HICN-255] the api vnet_get_sw_interface_safe is now vnet_get_sw_interface_or...Alberto Compagno3-10/+10
2019-06-06[HICN-214] Updating next_node in the face that mapme add to the fib in order ...Alberto Compagno5-26/+57
2019-06-06[HICN-212] Fixed bug on ipv6 test in udp faces. Uniformed test with a single ...Alberto Compagno2-8/+10
2019-05-28[HICN-208] Removing udp face reference from the internal hash tableAlberto Compagno1-4/+21
2019-05-07[HICN-189] In case the adj is not complete, we look if a better one exists an...Alberto Compagno4-65/+186
2019-04-18[HICN-179] Increased size of vector that holds the counters to the right size.Alberto Compagno1-1/+3
2019-04-11[HICN-176] Fixed bitmap size in pit entry and added static assert to avoid mi...Alberto Compagno1-1/+1
2019-04-03Merge "[HICN-166] Assign a /127 or a /31 ip6/4 address to the memif used to c...Mauro Sardara1-16/+24
2019-04-03[HICN-166] Assign a /127 or a /31 ip6/4 address to the memif used to create a...Alberto Compagno1-16/+24
2019-04-02[HICN-160] Bug in the command parsing that prevented to correctly parse the c...Alberto Compagno1-5/+6
2019-04-02Merge "[HICN-158] Fixed ip face deletion from binary api"Mauro Sardara2-52/+54
2019-04-02[HICN-158] Fixed ip face deletion from binary apiAlberto Compagno2-52/+54
2019-04-01[HICN-156] Ip face now support the remote address to be reachable through a "...Alberto Compagno1-20/+28
2019-03-29[HICN-151] The source address in the IP face is optional. If not provided it ...Alberto Compagno1-4/+57
2019-03-23[HICN-138] Added number of received/transmitted bytes and packets on each faceAlberto Compagno10-54/+372
2019-03-20[HICN-132] Prevent to show interface details if the interface does not existAlberto Compagno2-63/+81
2019-03-14Merge "[HICN-112] Fixed bug on dymanic udp face creation. Fixed visualization...Mauro Sardara4-30/+41
2019-03-14[HICN-112] Fixed bug on dymanic udp face creation. Fixed visualization of udp...Alberto Compagno4-30/+41
2019-03-12[HICN-109] Added missing parameter to the face ip add binary api.Alberto Compagno2-9/+13
2019-03-06[HICN-93] Added documentation in the README.md about cli commands, configurat...Alberto Compagno1-7/+1
2019-02-21[HICN-75] fixed forwarding issue in udp face and improved packet tracing to s...Alberto Compagno5-35/+49
2019-02-20[HICN-71]Alberto Compagno10-98/+304
2019-02-12[HICN-54] Fixed udp face visualizationAlberto Compagno1-2/+2
2019-02-04[HICN-30] Removed wrong string that was appearing on the producer faceAlberto Compagno1-18/+2
2019-01-30[HICN-18] first commit of libtransport for windowsAngelo Mantellini29-0/+0