aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/geneve
AgeCommit message (Expand)AuthorFilesLines
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns3-67/+45
2020-03-03geneve gtpu vxlan vxlan-gpe: VRF-aware bypass nodeNick Zavaritsky3-76/+27
2020-02-18misc: fix coverity warningsDave Barach1-1/+1
2020-02-17misc: fix coverity warningsDave Barach2-3/+6
2019-12-20vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji1-0/+8
2019-12-17vxlan geneve gtpu: fix short helpPaul Vinciguerra1-1/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-10-10geneve: API cleanupJakub Grajciar2-32/+31
2019-07-19fib: FIB Entry trackingNeale Ranns1-8/+7
2019-07-10misc: fix buffer issue in geneve_inputZhiyong Yang1-10/+8
2019-06-18fib: fib api updatesNeale Ranns1-7/+5
2019-06-04features will register udp ports once configuredJakub Grajciar1-5/+11
2019-05-27geneve: encap performance enhancementZhiyong Yang1-58/+53
2019-05-21geneve_input: leverage vlib_get_buffersZhiyong Yang1-12/+11
2019-04-08fixing typosJim Thompson1-1/+1
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 Tehlar4-57/+44
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-10-23c11 safe string handling supportDave Barach3-6/+6
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-2/+2
2018-09-07geneve: fix variable initial valueZhiyong Yang1-1/+1
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-6/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-2/+2
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+3
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-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-7/+7
2018-01-11api: remove transport specific code from handlersFlorin Coras1-10/+8
2018-01-09api: refactor vlibmemoryFlorin Coras1-2/+2
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-26/+7
2017-11-27Address COVERITY warningsMarco Varlese1-0/+6
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-24GENEVE: shift/mask for headerMarco Varlese3-51/+133
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-17Add API versioning to GENEVE tunnel implementation.Marco Varlese1-1/+3
2017-10-06Initial GENEVE TUNNEL implementation and tests.Marco Varlese8-0/+3794