1. 8f5fef2 ip: Path MTU by Neale Ranns · 4 years ago
  2. 65d789e fib: Always honour flow hash flag by Neale Ranns · 3 years, 10 months ago
  3. 8dc0d48 tests: tag the tests that do not work with multi-worker configuration by Andrew Yourtchenko · 3 years, 11 months ago
  4. a91cb45 tunnel: support copying TTL and flow label from inner to outer by Neale Ranns · 3 years, 11 months ago
  5. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  6. 33c45f5 fib: supporting inner flow hash on tunnels by Mohammed Hawari · 4 years, 1 month ago
  7. 59b792f tunnel: add cli support for encap_decap flags by Mohammed Hawari · 4 years, 1 month ago
  8. 119c0d7 gre: Move to new API generated types/messages by Neale Ranns · 4 years, 1 month ago
  9. 634c293 tests: move gre tests to src/vnet/gre/test by Dave Wallace · 4 years, 1 month ago
  10. 6ba4e41 ipsec: support for multipoint on ipsec interfaces by Neale Ranns · 4 years, 2 months ago
  11. 5a59b2b ip: Move the IP6 fib into ip6_[m]fib.c by Neale Ranns · 4 years, 2 months ago
  12. 533bf08 gre: MPLS over GRE does not select correct fixup function by Neale Ranns · 4 years, 2 months ago
  13. 6e366be misc: Purge unused pg includes by Neale Ranns · 4 years, 2 months ago
  14. ae0d46e ipip: Add option to tunnel create help string by Neale Ranns · 4 years, 3 months ago
  15. e6b8305 teib: Use ip_address_t not ip46_address_t by Neale Ranns · 4 years, 3 months ago
  16. 256b67b teib: Add adj-fibs for peers/adjacencies on p2mp interface by Neale Ranns · 4 years, 4 months ago
  17. cf86740a gre: fix outer ip6 length by Aloys Augustin · 4 years, 5 months ago
  18. 07bbaef gre: Optimise encap node for tunnel types by Neale Ranns · 4 years, 8 months ago
  19. 03ce462 teib: Rename NHRP to TEIB by Neale Ranns · 4 years, 11 months ago
  20. 48ac1c2 gre: improve .api descriptions by Vratko Polak · 4 years, 11 months ago
  21. 8ab4e50 gre: add missing .api edits by Vratko Polak · 4 years, 11 months ago
  22. e5b94dd gre: Tunnel encap/decap flags by Neale Ranns · 5 years ago
  23. 14053c9 ipip: Multi-point interface by Neale Ranns · 5 years ago
  24. 59ff918 tunnel: Common types for IP tunnels by Neale Ranns · 5 years ago
  25. 7c9fe92 docs: Edit FEATURE.yaml files so they can be published by John DeNisco · 5 years ago
  26. 2e839be gre: fix feature.yaml error by Ole Troan · 5 years ago
  27. 297fa0e gre: Add FEATURE.yaml by Neale Ranns · 5 years ago
  28. 4c16d80 gre: multipoint ingress lookup fix by Neale Ranns · 5 years ago
  29. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  30. 5f8f617 gre: Multi-point interfaces by Neale Ranns · 6 years ago
  31. 960eeea fib: constify the adjacency in the rewrite nodes by Neale Ranns · 5 years ago
  32. c87b66c ipsec: ipsec-tun protect by Neale Ranns · 6 years ago
  33. 814f159 gre: update gre.api with explicit types by Ole Troan · 6 years ago
  34. f03beca gre: don't register gre input nodes unless a gre tunnel is created by Jakub Grajciar · 6 years ago
  35. d0aed2e GRE: set gre_tunnel_type init value to zero in API by Alexander Chernavin · 6 years ago
  36. 5a8844b GRE: API update by Neale Ranns · 6 years ago
  37. f324dec fixing typos by Jim Thompson · 6 years ago
  38. 4c3ba81 ADJ: midchain delegate to performing stacking by Neale Ranns · 6 years ago
  39. 8e22054 Convert GRE nodes to new buffer APIs and multiarch by Benoît Ganne · 6 years ago
  40. a5160d7 VPP-1576: fix a set of coverity warnings by Dave Barach · 6 years ago
  41. 0fce11f gre: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  42. 521a8d7 FIB recusrion loop checks traverse midchain adjacencies by Neale Ranns · 6 years ago
  43. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  44. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  45. b474380 L2 BD: introduce a BD interface on which to send UU packets by Neale Ranns · 6 years ago
  46. 2646c80 GRE: fix 4o6 and 6o4 adj stacking by Neale Ranns · 6 years ago
  47. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  48. cd30774 fix vector index range checks by Eyal Bari · 6 years ago
  49. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  50. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  51. da6e11b VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. by Ole Troan · 7 years ago
  52. eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
  53. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  54. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  55. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  56. 2bf8b81 Fix ERSPAN encap to set EN bits in the header and add test case by John Lo · 7 years ago
  57. 25d417f Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup by John Lo · 7 years ago
  58. a43ccae Optimize GRE Tunnel and add support for ERSPAN encap by John Lo · 7 years ago
  59. db14f5a Allow the provider of a midchain adjacency to pass context data that is returned in the fixup function by Neale Ranns · 7 years ago
  60. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  61. 4478d8e Improve "show xxx tunnel" and "show int addr" output by John Lo · 7 years ago
  62. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  63. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  64. 20e63bc GRE tunnel key should use fib_index instead of fib_id (VPP-1118) by John Lo · 7 years ago
  65. 101e005 GRE tunnel key should use fib_index instead of fib_id (VPP-1118) by John Lo · 7 years ago
  66. 33ce60d GRE tunnel key includes the FIB table by Neale Ranns · 7 years ago
  67. 8716e6b GRE: fix single loop decap and add test by Neale Ranns · 7 years ago
  68. 9ff647a VPP-253 Coding standards cleanup - vnet/vnet/gre by Swarup Nayak · 7 years ago
  69. 630b974 FIB: store the node type not the function pointer. by Neale Ranns · 7 years ago
  70. 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
  71. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  72. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  73. a055830 Remove unsed parameter from fib_table_entry_special_add() (only used in FIB tests). The DPO was incorrectly initialised with FIB_PROTO_MAX by Neale Ranns · 8 years ago
  74. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  75. 7eac916 GRE over IPv6 by Ciara Loftus · 8 years ago
  76. 63d5bae Fix issue with gre protocol registration when running multithreaded by Damjan Marion · 8 years ago
  77. fa5d198 Adjacency layout change and move to vnet/adj by Neale Ranns · 8 years ago
  78. e9f929b vlib: make runtime_data thread-local by Damjan Marion · 8 years ago
  79. 37be736 Tests to target holes in adjacency and DPO test coverage by Neale Ranns · 8 years ago
  80. a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
  81. ce1b4c7 Basic support for LISP-GPE encapsulated NSH packets by Florin Coras · 8 years ago
  82. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago