aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/geneve/geneve.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns1-12/+11
2020-03-03geneve gtpu vxlan vxlan-gpe: VRF-aware bypass nodeNick Zavaritsky1-34/+7
2020-02-18misc: fix coverity warningsDave Barach1-1/+1
2020-02-17misc: fix coverity warningsDave Barach1-1/+1
2019-12-17vxlan geneve gtpu: fix short helpPaul Vinciguerra1-1/+1
2019-07-19fib: FIB Entry trackingNeale Ranns1-8/+7
2019-06-18fib: fib api updatesNeale Ranns1-7/+5
2019-06-04features will register udp ports once configuredJakub Grajciar1-5/+11
2019-03-06geneve: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-0/+12
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-2/+2
2018-02-01FIB: Consolidate several copies of fib_ip_proto() into one.Jon Loeliger1-6/+0
2018-01-24Improve tunnel interface creation performanceJohn Lo1-14/+5
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-7/+7
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-26/+7
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-24GENEVE: shift/mask for headerMarco Varlese1-5/+7
2017-10-06Initial GENEVE TUNNEL implementation and tests.Marco Varlese1-0/+1158