Linux Foundation Collaborative Projects
index
:
hicn
hicn-light-ng
host-stack
master
stable/2005
stable/2009
stable/2101
stable/2106
stable/2210
transport-ng
Hybrid Information-Centric Networking
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hicn-plugin
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
feat: add interest manifest serialization/deserialization
Mauro Sardara
3
-0
/
+17
2022-08-04
feat: Due to the deep modifications related to names and packet format,
Luca Muscariello
18
-193
/
+258
2022-07-01
Revision and refactor of the VPP plugin with fixes for the
Luca Muscariello
39
-3553
/
+2913
2022-06-30
refactor(lib, hicn-light, vpp, hiperf): HICN-723
Luca Muscariello
25
-1806
/
+2307
2022-04-26
HICN-722: Updates on transport, RTC, manifest usage for RTC, infra.
Luca Muscariello
1
-7
/
+2
2022-03-31
feat: boostrap hicn 22.02
Luca Muscariello
103
-1508
/
+2446
2021-07-20
HICN-716 Upgrade to VPP 21.06
Mauro Sardara
64
-1723
/
+1637
2021-07-06
[HICN-713] Transport Library Major Refactoring 2
Mauro
5
-21
/
+18
2021-04-15
[HICN-690] Transport Library Major Refactory
Luca Muscariello
7
-11
/
+25
2021-02-11
[HICN-683] Add clang format for hicn-plugin.
Mauro
18
-2218
/
+1929
2021-02-10
[HICN-682] Fix hicn-plugin to be compatible with version 21.01
Mauro Sardara
11
-1031
/
+919
2021-02-05
[HICN-681] Remove compilation warning in ubuntu 20.04 jobs.
Mauro Sardara
1
-2
/
+2
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
[next]