Age | Commit message (Expand) | Author | Files | Lines |
2022-02-22 | vxlan: crash on assigning IP address to interface | Ed Warnicke | 2 | -8/+6 |
2022-02-18 | vnet: add set_max_frame_size callbacks for several interfaces | Artem Glazychev | 1 | -0/+9 |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 1 | -8/+6 |
2021-12-14 | vxlan: crash on configuring vxlan tunnel on l3 mode | Steven Luong | 2 | -7/+9 |
2021-11-23 | vxlan: multiarch optimization of vxlan | Ray Kinsella | 1 | -2/+0 |
2021-10-21 | fib: respect mfib entry flags on create with paths | Paul Atkins | 1 | -5/+6 |
2021-10-06 | docs: more nitfixes | Nathan Skrzypczak | 1 | -2/+2 |
2021-09-16 | vxlan: improve to use the hardware offload | Mohsin Kazmi | 1 | -82/+45 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 1 | -2/+2 |
2021-06-21 | vxlan: api cleanup | Filip Tehlar | 1 | -57/+9 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 6 | -1457/+0 |
2021-04-26 | tests: clean up gbp calls from vpp_papi_provider | Paul Vinciguerra | 1 | -24/+16 |
2021-04-23 | vxlan: Fix L3 mode | Nathan Skrzypczak | 5 | -103/+158 |
2021-03-29 | tests: move vxlan tests to src/vnet/vxlan/tests | Dave Wallace | 6 | -0/+1464 |
2021-03-19 | vxlan: add tunnel cache to graph node | Junfeng Wang | 2 | -11/+12 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -10/+16 |
2021-02-05 | vxlan: add udp-port configuration support | Artem Glazychev | 5 | -60/+320 |
2021-02-03 | vxlan: fix interface naming | Ray Kinsella | 1 | -6/+8 |
2021-01-20 | vxlan: fix SEGV reported in VPP-1962 | Ed Warnicke | 1 | -5/+29 |
2021-01-14 | vxlan: Protect against tunnel config where source is not local | Neale Ranns | 1 | -2/+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 | 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 |