Age | Commit message (Expand) | Author | Files | Lines |
2020-11-23 | [HICN-659] Fix udp-encap inconsistencies | Mauro Sardara | 1 | -22/+27 |
2020-11-20 | [HICN-658] Fix vapi_connect_safe. | Mauro Sardara | 1 | -10/+8 |
2020-11-20 | [HICN-658] Improve memif connector. | Mauro Sardara | 1 | -8/+8 |
2020-11-11 | [HICN-653] Fix libmemif-{dev,devel} dependencies | Mauro Sardara | 1 | -1/+1 |
2020-11-10 | [HICN-651] Offload checksum computation also for data packets. | Mauro Sardara | 4 | -24/+63 |
2020-11-10 | [HICN-651] Offload checksum computation to VPP. | Mauro Sardara | 1 | -4/+19 |
2020-11-06 | [HICN-653] Cleanup build scripts. | Mauro Sardara | 1 | -0/+10 |
2020-09-22 | [HICN-640] Put all interfaces in VRF 10, not only MPLS interfaces. | Mauro Sardara | 1 | -7/+0 |
2020-09-18 | Revert to [HICN-638] Check if systemd is running before enabling hicn-light s... | Mauro Sardara | 121 | -5644/+306 |
2020-09-14 | [HICN-574] Host stack plugin for VPP. | Mauro Sardara | 121 | -300/+5638 |
2020-09-14 | [HICN-598] [HICN-599] Fix hicn_name_t definition conflicts. | Mauro Sardara | 1 | -6/+6 |
2020-09-09 | [HICN-637] Remove hicn_plugin dependency from libtransport. | Mauro Sardara | 1 | -15/+15 |
2020-05-28 | [HICN-617] Prepare hicn-plugin for VPP 20.05 release. | Mauro Sardara | 2 | -148/+142 |
2020-05-13 | Merge "[HICN-606] Added doxygen documentation" | Luca Muscariello | 46 | -895/+834 |
2020-05-06 | [HICN-606] Added doxygen documentation | Alberto Compagno | 46 | -895/+834 |
2020-05-05 | [HICN-608] Added configuratin option to manage hicn behaviour with interfaces | Alberto Compagno | 5 | -7/+28 |
2020-05-04 | [HICN-603] Cleanup code for managing route | Alberto Compagno | 6 | -621/+26 |
2020-05-04 | [HICN-602] Added bidirectional udp tunnels | Alberto Compagno | 22 | -54/+1343 |
2020-05-04 | [HICN-592] Updating the vrf 0 (default fib) when a mapme event occurs | Alberto Compagno | 13 | -202/+337 |
2020-05-04 | [HICN-591] Created new command "hicn enable <prefix>" that enable hicn on a g... | Alberto Compagno | 20 | -292/+790 |
2020-05-04 | [HICN-590] Removed andjacency type specific face implementation | Alberto Compagno | 63 | -6693/+1756 |
2020-04-27 | [HICN-604] using host order port value to punt udp packet | Alberto Compagno | 1 | -2/+2 |
2020-04-27 | [HICN-604] Added missing punting for udp faces | Alberto Compagno | 1 | -1/+8 |
2020-04-16 | [HICN-596] Exporting hicn.api_types.h and hicn.api_enum.h | Alberto Compagno | 1 | -2/+4 |
2020-03-23 | Merge "[HICN-551] Removed source code that uses acl" | Luca Muscariello | 11 | -2096/+83 |
2020-03-23 | Merge "[HICN-549] Refactored pg to use punting through fib" | Luca Muscariello | 3 | -252/+304 |
2020-03-23 | Merge "[HICN-548] Added node to perform a lookup in the fib with the src addr... | Luca Muscariello | 3 | -1/+731 |
2020-03-23 | Merge "[HICN-547] Removing punting through acl for interests" | Luca Muscariello | 36 | -1035/+1007 |
2020-03-20 | [HICN-551] Removed source code that uses acl | Alberto Compagno | 11 | -2096/+83 |
2020-03-20 | [HICN-549] Refactored pg to use punting through fib | Alberto Compagno | 3 | -252/+304 |
2020-03-20 | [HICN-573] Fixed match of data packet in the producer app face | acompagn | 1 | -0/+18 |
2020-03-19 | [HICN-548] Added node to perform a lookup in the fib with the src address to ... | Alberto Compagno | 3 | -1/+731 |
2020-03-19 | [HICN-547] Removing punting through acl for interests | Alberto Compagno | 36 | -1035/+1007 |
2020-02-21 | [HICN-2] Added P2P confidential communication on hICN | Alberto Compagno | 1 | -2/+2 |
2020-02-15 | [HICN-521] Documentation update | Luca Muscariello | 1 | -4/+0 |
2020-02-12 | [HICN-512] documentation bundle using sphinx | Luca Muscariello | 1 | -373/+0 |
2020-01-31 | Merge "[HICN-500] Inline bucket retrieved with pool pointer + bucket id inste... | Mauro Sardara | 1 | -3/+1 |
2020-01-31 | [HICN-500] Inline bucket retrieved with pool pointer + bucket id instead of p... | Alberto Compagno | 1 | -3/+1 |
2020-01-30 | [HICN-497] Fixed wrong alignement in the matching function | Alberto Compagno | 1 | -8/+3 |
2020-01-30 | [HICN-445] Update to vpp 20.01 | Alberto Compagno | 23 | -261/+166 |
2020-01-29 | [HICN-491] Fixed missing inclusion of vapi_safe into the hicn-plugin deb/rpm ...v20.01 | Aberto Compagno | 3 | -33/+26 |
2020-01-29 | [HICN-490] Removed vlib linkage in vapi_safe | Alberto Compagno | 1 | -1/+1 |
2020-01-27 | [HICN-488] Adding lock to vapi calls and manage vapi_connect in order to conn... | Alberto Compagno | 5 | -301/+484 |
2020-01-22 | Merge "[HICN-486] Writing face type in network order in the face_detail binar... | Alberto Compagno | 1 | -2/+2 |
2020-01-21 | [HICN-486] Writing face type in network order in the face_detail binary api m... | Alberto Compagno | 1 | -2/+2 |
2020-01-21 | [HICN-485] Fixed entry deletion when the last nh is removed | Alberto Compagno | 3 | -15/+8 |
2020-01-15 | [HICN-477] Fixed strategy get ctx that could lead to a segfault | Alberto Compagno | 8 | -165/+144 |
2020-01-14 | [HICN-475] Adding multihoming in case the producer is facing the producer | Alberto Compagno | 5 | -8/+49 |
2020-01-14 | [HICN-474] Enabling print of FIB and TFIB status | Alberto Compagno | 3 | -1/+19 |
2020-01-07 | [HICN-462] Adding probing protocol to hicn-plugin | Alberto Compagno | 4 | -6/+129 |