- 3b7ef51 misc: fix the uninitialization error by Mohsin Kazmi · 3 years ago
- 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
- 6fdcc3d fib: Don't use [midchain] adjacencies to change an interface's feature arc by Neale Ranns · 3 years, 2 months ago
- 7854b46 interface: fix init fib_index_by_sw_if_index by Nathan Skrzypczak · 3 years, 4 months ago
- a0455ff gre: Walk IPv6 adjacencies during restack by Matthew Smith · 3 years, 7 months ago
- bd8e43d gre: Multipoint GRE fixes by Neale Ranns · 3 years, 9 months ago
- b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
- 59b792f tunnel: add cli support for encap_decap flags by Mohammed Hawari · 4 years ago
- 6ba4e41 ipsec: support for multipoint on ipsec interfaces by Neale Ranns · 4 years, 2 months ago
- 5a59b2b ip: Move the IP6 fib into ip6_[m]fib.c by Neale Ranns · 4 years, 2 months ago
- 6e366be misc: Purge unused pg includes by Neale Ranns · 4 years, 2 months ago
- ae0d46e ipip: Add option to tunnel create help string by Neale Ranns · 4 years, 3 months ago
- e6b8305 teib: Use ip_address_t not ip46_address_t by Neale Ranns · 4 years, 3 months ago
- 07bbaef gre: Optimise encap node for tunnel types by Neale Ranns · 4 years, 8 months ago
- 03ce462 teib: Rename NHRP to TEIB by Neale Ranns · 4 years, 11 months ago
- e5b94dd gre: Tunnel encap/decap flags by Neale Ranns · 5 years ago
- 14053c9 ipip: Multi-point interface by Neale Ranns · 5 years ago
- 59ff918 tunnel: Common types for IP tunnels by Neale Ranns · 5 years ago
- 4c16d80 gre: multipoint ingress lookup fix by Neale Ranns · 5 years ago
- 5f8f617 gre: Multi-point interfaces by Neale Ranns · 6 years ago
- f03beca gre: don't register gre input nodes unless a gre tunnel is created by Jakub Grajciar · 6 years ago
- 5a8844b GRE: API update by Neale Ranns · 6 years ago
- 4c3ba81 ADJ: midchain delegate to performing stacking by Neale Ranns · 6 years ago
- 521a8d7 FIB recusrion loop checks traverse midchain adjacencies by Neale Ranns · 6 years ago
- b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
- b474380 L2 BD: introduce a BD interface on which to send UU packets by Neale Ranns · 6 years ago
- 2646c80 GRE: fix 4o6 and 6o4 adj stacking by Neale Ranns · 6 years ago
- 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
- cd30774 fix vector index range checks by Eyal Bari · 6 years ago
- d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
- fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
- 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
- 25d417f Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup by John Lo · 7 years ago
- a43ccae Optimize GRE Tunnel and add support for ERSPAN encap by John Lo · 7 years ago
- 4478d8e Improve "show xxx tunnel" and "show int addr" output by John Lo · 7 years ago
- 101e005 GRE tunnel key should use fib_index instead of fib_id (VPP-1118) by John Lo · 7 years ago
- 33ce60d GRE tunnel key includes the FIB table by Neale Ranns · 7 years ago
- 9ff647a VPP-253 Coding standards cleanup - vnet/vnet/gre by Swarup Nayak · 7 years ago
- 630b974 FIB: store the node type not the function pointer. by Neale Ranns · 7 years ago
- 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
- 7eac916 GRE over IPv6 by Ciara Loftus · 8 years ago
- a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
- 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/gre/interface.c]
- ad422ed MPLS infrastructure improvments by Neale Ranns · 8 years ago
- 177bbdc GRE tests and fixes by Neale Ranns · 8 years ago
- 924d03a Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and fib_link_t enums into just vnet_link_t. by Neale Ranns · 8 years ago
- b80c536 FIB2.0: Adjacency complete pull model (VPP-487) by Neale Ranns · 8 years ago
- 5e575b1 L2 over LISP and GRE (VPP-457) by Neale Ranns · 8 years ago
- 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago
- a8cd309 Add support for transparent ethernet bridging to GRE by David Hotham · 8 years ago
- 11bfc2f HONEYCOMB-83: Add Gre Feature by Hongjun Ni · 8 years ago
- 24612b3 Fix name confusion for gre interface index. by Hongjun Ni · 9 years ago
- 78ea9c2 VPP-81: Print interface name after creating an interface with CLI by Pierre Pfister · 9 years ago
- 7164900 VPP-45 Fix crash when GRE packet received on new i/f by Chris Luke · 9 years ago
- 27fe48f VPP-25 Add API for GRE tunnel create/delete/show. by Chris Luke · 9 years ago
- f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
- 73f7ef8 Change default L3 MTU to allow jumbo packets for non-DPDK interfaces. by John Lo · 9 years ago
- cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0