Age | Commit message (Expand) | Author | Files | Lines |
2021-06-21 | vxlan: api cleanup | Filip Tehlar | 1 | -51/+9 |
2021-03-19 | vxlan: add tunnel cache to graph node | Junfeng Wang | 2 | -10/+11 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -6/+6 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 4 | -1/+4 |
2020-10-07 | misc: Purge unused pg includes | Neale Ranns | 1 | -1/+0 |
2020-09-04 | ip: enhance vtep4_check of tunnel by vector way | Zhiyong Yang | 1 | -12/+32 |
2020-03-04 | vxlan: vxlan-gpe/vxlan-gpe.cpi API cleanup | Jakub Grajciar | 2 | -45/+42 |
2020-03-03 | geneve gtpu vxlan vxlan-gpe: VRF-aware bypass node | Nick Zavaritsky | 3 | -76/+27 |
2020-02-18 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-02-17 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-01-06 | lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe | Hongjun Ni | 1 | -0/+10 |
2019-12-17 | vxlan geneve gtpu: fix short help | Paul Vinciguerra | 1 | -1/+1 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 1 | -8/+7 |
2019-07-03 | vxlan-gpe: simplify counter code | Zhiyong Yang | 1 | -22/+10 |
2019-06-18 | fib: fib api updates | Neale Ranns | 1 | -5/+5 |
2019-06-04 | features will register udp ports once configured | Jakub Grajciar | 1 | -5/+11 |
2019-05-24 | vxlan-gpe: improve encap performance | Zhiyong Yang | 1 | -46/+41 |
2019-05-22 | vxlan-gpe: fix CLI document error | Zhiyong Yang | 1 | -3/+3 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 1 | -1/+1 |
2019-03-06 | vxlan*: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 1 | -33/+44 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support | Dave Barach | 3 | -6/+6 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets | Neale Ranns | 1 | -2/+2 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 3 | -7/+7 |
2018-09-06 | vxlan_gpe: optimize encap performance | Zhiyong Yang | 1 | -32/+47 |
2018-08-20 | vxlan_gpe_encap: fix packet len error | Zhiyong Yang | 1 | -1/+1 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -6/+3 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 2 | -2/+2 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+3 |
2018-02-01 | FIB: Consolidate several copies of fib_ip_proto() into one. | Jon Loeliger | 1 | -6/+0 |
2018-01-24 | Improve tunnel interface creation performance | John Lo | 1 | -14/+4 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -2/+2 |
2018-01-13 | Improve "show xxx tunnel" and "show int addr" output | John Lo | 1 | -28/+39 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -10/+8 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -2/+2 |
2018-01-05 | Unify and cleanup usage of hash_set/unset_mem by various tunnels | John Lo | 1 | -29/+16 |
2017-12-13 | make "test-all" target pass again | Gabriel Ganne | 3 | -2/+11 |
2017-12-13 | VPP-1099 Fix create vxlan-gpe tunnel local 10::1 remote 20::1 vni 11 (for ipv6) | Swarup Nayak | 1 | -0/+1 |
2017-12-13 | VPP-275 Coding standards cleanup - vnet/vnet/vxlan-gpe | sharath reddy | 5 | -1268/+1437 |
2017-11-26 | FIB: store the node type not the function pointer. | Neale Ranns | 1 | -2/+0 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 1 | -1/+1 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-08-08 | L2 over MPLS | Neale Ranns | 1 | -1/+1 |
2017-08-04 | Initialize vxlan-gpe bypass mode | Hongjun Ni | 1 | -0/+16 |
2017-07-14 | vnet_buffer_t flags cleanup | Damjan Marion | 1 | -9/+9 |
2017-06-25 | VPP crash on creating vxlan gpe interface. VPP-875 | Hongjun Ni | 3 | -6/+11 |
2017-06-06 | Rework vxlan-gpe to support FIB 2.0 and bypass mode | Hongjun Ni | 5 | -83/+1161 |
2017-05-24 | IPv6 Performance bugs | Neale Ranns | 1 | -4/+4 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 2 | -11/+11 |