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
path:
root
/
hicn-plugin
/
src
/
faces
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-20
HICN-716 Upgrade to VPP 21.06
Mauro Sardara
12
-294
/
+284
2021-04-15
[HICN-690] Transport Library Major Refactory
Luca Muscariello
3
-3
/
+13
2021-02-11
[HICN-683] Add clang format for hicn-plugin.
Mauro
4
-987
/
+848
2021-02-10
[HICN-682] Fix hicn-plugin to be compatible with version 21.01
Mauro Sardara
3
-281
/
+248
2020-11-10
[HICN-651] Offload checksum computation also for data packets.
Mauro Sardara
3
-24
/
+62
2020-11-10
[HICN-651] Offload checksum computation to VPP.
Mauro Sardara
1
-4
/
+19
2020-09-18
Revert to [HICN-638] Check if systemd is running before enabling hicn-light s...
Mauro Sardara
15
-0
/
+4931
2020-09-14
[HICN-574] Host stack plugin for VPP.
Mauro Sardara
15
-4931
/
+0
2020-05-28
[HICN-617] Prepare hicn-plugin for VPP 20.05 release.
Mauro Sardara
1
-119
/
+110
2020-05-06
[HICN-606] Added doxygen documentation
Alberto Compagno
6
-374
/
+353
2020-05-04
[HICN-602] Added bidirectional udp tunnels
Alberto Compagno
7
-46
/
+101
2020-05-04
[HICN-592] Updating the vrf 0 (default fib) when a mapme event occurs
Alberto Compagno
4
-88
/
+133
2020-05-04
[HICN-591] Created new command "hicn enable <prefix>" that enable hicn on a g...
Alberto Compagno
3
-23
/
+12
2020-05-04
[HICN-590] Removed andjacency type specific face implementation
Alberto Compagno
27
-5513
/
+1217
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-03-23
Merge "[HICN-547] Removing punting through acl for interests"
Luca Muscariello
4
-264
/
+250
2020-03-20
[HICN-573] Fixed match of data packet in the producer app face
acompagn
1
-0
/
+18
2020-03-19
[HICN-547] Removing punting through acl for interests
Alberto Compagno
4
-264
/
+250
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
8
-36
/
+30
2020-01-07
[HICN-462] Adding probing protocol to hicn-plugin
Alberto Compagno
4
-6
/
+129
2019-12-11
[HICN-447] Converting incomplete udp face into a complete one
Alberto Compagno
1
-8
/
+4
2019-11-22
[HICN-405] Added application face delete
Alberto Compagno
10
-73
/
+119
2019-11-18
Merge "[HICN-391] Supporting midchain as adjacencies for an ip face"
Alberto Compagno
1
-1
/
+1
2019-11-18
[HICN-391] Supporting midchain as adjacencies for an ip face
Alberto Compagno
1
-1
/
+1
2019-11-18
[HICN-225] Added generic binary api for handling faces
Alberto Compagno
1
-1
/
+1
2019-11-04
[HICN-262] Fix binary api to prevent byteswapping of ip addresses in vapi
Alberto Compagno
4
-40
/
+36
2019-10-07
[HICN-226]
Alberto Compagno
7
-228
/
+409
2019-08-01
[HICN-255] the api vnet_get_sw_interface_safe is now vnet_get_sw_interface_or...
Alberto Compagno
3
-10
/
+10
2019-06-06
[HICN-214] Updating next_node in the face that mapme add to the fib in order ...
Alberto Compagno
5
-26
/
+57
2019-06-06
[HICN-212] Fixed bug on ipv6 test in udp faces. Uniformed test with a single ...
Alberto Compagno
2
-8
/
+10
2019-05-28
[HICN-208] Removing udp face reference from the internal hash table
Alberto Compagno
1
-4
/
+21
2019-05-07
[HICN-189] In case the adj is not complete, we look if a better one exists an...
Alberto Compagno
4
-65
/
+186
2019-04-18
[HICN-179] Increased size of vector that holds the counters to the right size.
Alberto Compagno
1
-1
/
+3
2019-04-11
[HICN-176] Fixed bitmap size in pit entry and added static assert to avoid mi...
Alberto Compagno
1
-1
/
+1
2019-04-03
Merge "[HICN-166] Assign a /127 or a /31 ip6/4 address to the memif used to c...
Mauro Sardara
1
-16
/
+24
2019-04-03
[HICN-166] Assign a /127 or a /31 ip6/4 address to the memif used to create a...
Alberto Compagno
1
-16
/
+24
2019-04-02
[HICN-160] Bug in the command parsing that prevented to correctly parse the c...
Alberto Compagno
1
-5
/
+6
2019-04-02
Merge "[HICN-158] Fixed ip face deletion from binary api"
Mauro Sardara
2
-52
/
+54
2019-04-02
[HICN-158] Fixed ip face deletion from binary api
Alberto Compagno
2
-52
/
+54
2019-04-01
[HICN-156] Ip face now support the remote address to be reachable through a "...
Alberto Compagno
1
-20
/
+28
2019-03-29
[HICN-151] The source address in the IP face is optional. If not provided it ...
Alberto Compagno
1
-4
/
+57
2019-03-23
[HICN-138] Added number of received/transmitted bytes and packets on each face
Alberto Compagno
10
-54
/
+372
2019-03-20
[HICN-132] Prevent to show interface details if the interface does not exist
Alberto Compagno
2
-63
/
+81
2019-03-14
Merge "[HICN-112] Fixed bug on dymanic udp face creation. Fixed visualization...
Mauro Sardara
4
-30
/
+41
2019-03-14
[HICN-112] Fixed bug on dymanic udp face creation. Fixed visualization of udp...
Alberto Compagno
4
-30
/
+41
2019-03-12
[HICN-109] Added missing parameter to the face ip add binary api.
Alberto Compagno
2
-9
/
+13
2019-03-06
[HICN-93] Added documentation in the README.md about cli commands, configurat...
Alberto Compagno
1
-7
/
+1
2019-02-21
[HICN-75] fixed forwarding issue in udp face and improved packet tracing to s...
Alberto Compagno
5
-35
/
+49
[next]