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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
Merge "fix(vpp-plugin): fix catching polymorphic type by value warning Ref: H...
Michele Papalini
1
-1
/
+1
2023-02-10
fix(vpp-plugin): fix catching polymorphic type by value warning
Michele Papalini
1
-1
/
+1
2023-02-09
fix(hicn-plugin): correctly create mapme packets
Mauro Sardara
1
-18
/
+23
2023-02-09
feat(hicn-plugin): specify the dpo_proto when creating a new face
Mauro Sardara
4
-21
/
+27
2023-02-09
fix(hicn-plugin): correctly punt mapme packets
Mauro Sardara
2
-43
/
+53
2023-02-09
fix: do not always set adj_index of incoming packets
Mauro Sardara
1
-1
/
+9
2023-02-08
feat: libhicnctrl: new API to allow sending MAP-Me command on specific face
Jordan Augé
41
-335
/
+925
2023-02-07
fix(hicn): fix bugs reported by sonarqube
Michele Papalini
15
-31
/
+38
2023-02-02
fix(apps): fix issues reported by sonarqube
Michele Papalini
19
-231
/
+229
2023-01-31
Merge "feat(tests): add HMAC to functional tests"
Luca Muscariello
8
-8
/
+11
2023-01-30
Merge "fix(vpp): remove unused variables Ref: HICN-835"
Michele Papalini
1
-8
/
+1
2023-01-30
fix(vpp): remove unused variables
Michele Papalini
1
-8
/
+1
2023-01-30
fix(fib): fix lmp on hicn-light fib
Michele Papalini
2
-47
/
+204
2023-01-27
feat(tests): add HMAC to functional tests
Olivier Roques
8
-8
/
+11
2023-01-23
fix(libhicnctrl): do not swap bytes when using vapi
Mauro Sardara
1
-1
/
+1
2023-01-23
feat(hicn-plugin): reuse strategy node to forward interests
Mauro Sardara
4
-196
/
+91
2023-01-21
fix(vpp): remove unused variables in VPP
Michele Papalini
1
-2
/
+0
2023-01-20
fix(hicn-plugin): handle inflight interest coming from deleted face
Mauro Sardara
4
-46
/
+115
2023-01-20
feat: implement set strategy API for hicn-plugin
Mauro Sardara
10
-180
/
+317
2023-01-20
Merge "fix(libhicnctrl)/hicn_plugin): copy address to correct offset"
Mauro Sardara
1
-2
/
+2
2023-01-20
fix: interest aggregation
Mauro Sardara
2
-40
/
+66
2023-01-20
Merge "fix: correctly set next node for ifaces and faces"
Mauro Sardara
8
-71
/
+67
2023-01-20
fix(libhicnctrl)/hicn_plugin): copy address to correct offset
Mauro Sardara
1
-2
/
+2
2023-01-20
fix: correctly set next node for ifaces and faces
Mauro Sardara
8
-71
/
+67
2023-01-20
feat(vpp): improve tracing
Mauro Sardara
2
-2
/
+6
2023-01-18
fix: correctly print fib prefixes
Mauro Sardara
1
-3
/
+3
2023-01-17
feat: local-remote strategy
Mauro Sardara
27
-186
/
+774
2023-01-16
feat: forward local interest if PIT entry exists in case of local remote stra...
Michele Papalini
2
-1
/
+48
2023-01-13
feat: update cmake modules version
Mauro Sardara
1
-0
/
+0
2023-01-12
feat: set STREAM parameters in functional tests
v23.02-rc0
Mauro Sardara
1
-3
/
+6
2023-01-10
Merge "feat: upgrade to VPP 22.10"
Luca Muscariello
21
-217
/
+605
2023-01-10
feat: upgrade to VPP 22.10
v22.10-rc0
Mauro Sardara
21
-217
/
+605
2022-12-02
fix(libtransport): fix variable type for port number
Michele Papalini
1
-3
/
+3
2022-12-02
feat: configure hicnlight port in libtransport and libconfig
Mauro Sardara
4
-36
/
+65
2022-12-01
feat(libtransport): add configuration section for hicnlight io_module
Mauro Sardara
2
-5
/
+56
2022-11-22
feat(auth): add support for ED25519 and ED448
Olivier Roques
9
-271
/
+194
2022-10-21
Merge "fix(hicn-light): fib_contains incorrectly matches subprefixes"
Michele Papalini
2
-2
/
+53
2022-10-21
fix(libhicnctrl): hc_face_create does not update face id in parameter
Jordan Augé
1
-1
/
+4
2022-10-19
fix(sonar): False positives Identical sub-expressions on both sides of operator
Luca Muscariello
3
-5
/
+5
2022-10-19
Merge "fix(libhicn): Out of bound memory access"
Luca Muscariello
1
-2
/
+2
2022-10-18
fix: show forwarder log after test execution
Mauro Sardara
1
-2
/
+2
2022-10-18
Merge "fix(hicn-light): access to field 'local' results in a dereference of a...
Luca Muscariello
1
-0
/
+5
2022-10-17
fix(sonar): Nodejs LTS update
Luca Muscariello
1
-1
/
+1
2022-10-17
fix(libhicn): Out of bound memory access
Jordan Augé
1
-2
/
+2
2022-10-17
fix(hicn-light): access to field 'local' results in a dereference of a null p...
Jordan Augé
1
-0
/
+5
2022-10-17
fix(hicn-light): fib_contains incorrectly matches subprefixes
Jordan Augé
2
-2
/
+53
2022-10-14
refactor(hicn-light): cleanup towards optimizations to UDP socket face
Jordan Augé
12
-59
/
+87
2022-10-14
Merge "fix(hicn-light): error handling for invalid connections + local bind/r...
Mauro Sardara
2
-43
/
+36
2022-10-14
fix(hicn-light): error handling for invalid connections + local bind/remote c...
Jordan Augé
2
-43
/
+36
2022-10-14
fix(libhicnctrl): new create/face&route command fail
Jordan Augé
9
-28
/
+169
[next]