Age | Commit message (Expand) | Author | Files | Lines |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 3 | -1/+3 |
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-08-31 | flow: code refactor | Chenmin Sun | 1 | -3/+7 |
2020-06-15 | vxlan: remove judgement with always true | Zhiyong Yang | 1 | -27/+15 |
2020-06-09 | vxlan: fix the inner packet checksum calculation | Mohsin Kazmi | 1 | -2/+51 |
2020-06-09 | misc: add code styling for vxlan encap and vxlan_packet files | Mohsin Kazmi | 2 | -256/+282 |
2020-03-30 | vxlan: leverage vlib_get_buffers in vxlan_encap_inline | Zhiyong Yang | 1 | -12/+14 |
2020-03-16 | vxlan: vxlan/vxlan.api API cleanup | Jakub Grajciar | 2 | -38/+47 |
2020-03-03 | geneve gtpu vxlan vxlan-gpe: VRF-aware bypass node | Nick Zavaritsky | 3 | -93/+30 |
2020-02-17 | misc: fix coverity warnings | Dave Barach | 1 | -2/+2 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -2/+2 |
2020-01-04 | vxlan: Add FEATURE.yaml | John Lo | 2 | -1/+15 |
2019-12-20 | vxlan: reuse inner packet flow hash for tunnel outer header load balance | Shawn Ji | 1 | -0/+7 |
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-12-05 | vxlan: fix vxlan hw offload issue | Chenmin Sun | 1 | -1/+3 |
2019-11-26 | fib: reduce save_rewrite_length to u8 | Klement Sekera | 1 | -1/+1 |
2019-08-05 | vxlan: fix VXLANoIP6 checksum offload setup | John Lo | 1 | -4/+3 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 1 | -7/+7 |
2019-06-18 | fib: fib api updates | Neale Ranns | 1 | -7/+5 |
2019-06-04 | features will register udp ports once configured | Jakub Grajciar | 1 | -5/+11 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 1 | -1/+1 |
2019-03-26 | Simplify adjacency rewrite code | Benoît Ganne | 1 | -12/+2 |
2019-03-06 | vxlan*: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 1 | -10/+4 |
2019-01-09 | VXLAN: Prevent duplicate bypass graph nodes. | Jon Loeliger | 2 | -4/+37 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -3/+3 |
2018-11-05 | vxlan: prefetch extra one cacheline holding external header | Zhiyong Yang | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support | Dave Barach | 3 | -5/+5 |
2018-10-17 | vxlan:decap caching error (VPP-1462) | Eyal Bari | 1 | -1/+1 |
2018-10-14 | vxlan:fix ip6 tunnel deletion | Eyal Bari | 1 | -1/+2 |
2018-10-05 | vxlan:ip4 decap:remove access to tunnel object | Eyal Bari | 3 | -183/+190 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 4 | -12/+12 |
2018-09-06 | vxlan: improve encap performance | Zhiyong Yang | 1 | -2/+10 |
2018-08-28 | vxlan: decap use vlib_buffer_enqueue_to_next | Eyal Bari | 2 | -255/+221 |
2018-08-01 | vxlan:optimize cached entry compare | Eyal Bari | 1 | -9/+5 |
2018-07-31 | vxlan:decap.c conform coding style | Eyal Bari | 1 | -620/+690 |
2018-07-31 | fix 'sh vxlan tunnels' | Neale Ranns | 1 | -15/+4 |
2018-07-23 | fix vector index range checks | Eyal Bari | 1 | -1/+1 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -3/+3 |
2018-07-09 | vxlan:use bihash_16_8 for ipv4 lookup | Eyal Bari | 3 | -66/+76 |
2018-07-05 | vxlan:use bihash_24_8 for ipv6 lookup | Eyal Bari | 3 | -116/+167 |
2018-06-14 | vxlan:use VLIB_NODE_FN for multiarch selection | Eyal Bari | 1 | -17/+1 |
2018-06-13 | vxlan:offload RX flow | eyal bari | 5 | -1/+579 |
2018-05-07 | vxlan:vxlan.c conform coding style | Eyal Bari | 1 | -354/+374 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+3 |
2018-05-02 | Fix CentOS 7 build issue with vxlan | Matthew Smith | 1 | -2/+4 |
2018-05-02 | vxlan:encap - use vnet rewrite | eyal bari | 3 | -53/+50 |
2018-04-25 | Carry recorded QOS bits in the outer VXLAN IP header | Igor Mikhailov (imichail) | 1 | -0/+35 |
2018-04-25 | vxlan:remove single bucket load-balance dpo's | Eyal Bari | 1 | -9/+23 |