Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-17 | vxlan:remove counters writeback cache |  Eyal Bari | 2 | -519/+242 |
2018-03-27 | vxlan:refactor add del command function |  Eyal Bari | 1 | -102/+43 |
2018-03-09 | MPLS Unifom mode |  Neale Ranns | 1 | -1/+0 |
2018-02-23 | VXLAN: Instance numbers now properly freed upon delete. |  Jon Loeliger | 1 | -1/+1 |
2018-02-16 | Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup |  John Lo | 2 | -22/+33 |
2018-02-15 | Optimize GRE Tunnel and add support for ERSPAN encap |  John Lo | 1 | -4/+0 |
2018-02-14 | vxlan:remove interface recycle mechanism |  Eyal Bari | 2 | -69/+11 |
2018-02-07 | VXLAN: Allow user to specify a custom vxlan tunnel instance id. |  Jon Loeliger | 4 | -17/+123 |
2018-02-01 | vxlan: Lookup FIB in either IPv4 or IPv6 families. |  Jon Loeliger | 1 | -4/+5 |
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 | -19/+10 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-19 | vxlan:restructure encap loop |  Eyal Bari | 1 | -321/+198 |
2018-01-13 | Improve "show xxx tunnel" and "show int addr" output |  John Lo | 1 | -16/+13 |
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 |