aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+5
2018-04-18Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-21/+1
2018-03-01Fix ERSPAN encap to set EN bits in the header and add test caseJohn Lo2-9/+12
2018-02-16Minor VXLAN/GRE Tunnel Encap Optimization and CleanupJohn Lo2-15/+20
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo7-338/+677
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns1-4/+7
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-23/+7
2018-01-11api: remove transport specific code from handlersFlorin Coras1-10/+8
2018-01-09api: refactor vlibmemoryFlorin Coras1-2/+2
2018-01-09GRE tunnel key should use fib_index instead of fib_id (VPP-1118)John Lo1-12/+1
2018-01-06GRE tunnel key should use fib_index instead of fib_id (VPP-1118)John Lo1-2/+11
2017-12-16GRE tunnel key includes the FIB tableNeale Ranns4-137/+219
2017-12-13GRE: fix single loop decap and add testNeale Ranns1-1/+1
2017-11-27VPP-253 Coding standards cleanup - vnet/vnet/greSwarup Nayak6-878/+968
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-2/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-4/+4
2017-04-05GRE over IPv6Ciara Loftus5-165/+533
2017-04-04Fix issue with gre protocol registration when running multithreadedDamjan Marion2-39/+15
2017-04-03Adjacency layout change and move to vnet/adjNeale Ranns1-2/+2
2017-03-16vlib: make runtime_data thread-localDamjan Marion1-5/+21
2017-03-09Tests to target holes in adjacency and DPO test coverageNeale Ranns1-1/+3
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-10/+25
2017-02-13Basic support for LISP-GPE encapsulated NSH packetsFlorin Coras1-0/+3
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion9-0/+2243