aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/geneve/decap.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns1-45/+31
2020-03-03geneve gtpu vxlan vxlan-gpe: VRF-aware bypass nodeNick Zavaritsky1-40/+18
2019-07-10misc: fix buffer issue in geneve_inputZhiyong Yang1-10/+8
2019-05-21geneve_input: leverage vlib_get_buffersZhiyong Yang1-12/+11
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-4/+4
2019-03-06geneve: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-26/+20
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-6/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2017-11-24GENEVE: shift/mask for headerMarco Varlese1-24/+33
2017-10-06Initial GENEVE TUNNEL implementation and tests.Marco Varlese1-0/+1323