aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan
AgeCommit message (Expand)AuthorFilesLines
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI1-3/+2
2022-05-19api: refactor api data storageDamjan Marion1-1/+2
2022-02-22vxlan: crash on assigning IP address to interfaceEd Warnicke2-8/+6
2022-02-18vnet: add set_max_frame_size callbacks for several interfacesArtem Glazychev1-0/+9
2022-01-07ethernet: new interface registration functionDamjan Marion1-8/+6
2021-12-14vxlan: crash on configuring vxlan tunnel on l3 modeSteven Luong2-7/+9
2021-11-23vxlan: multiarch optimization of vxlanRay Kinsella1-2/+0
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-5/+6
2021-10-06docs: more nitfixesNathan Skrzypczak1-2/+2
2021-09-16vxlan: improve to use the hardware offloadMohsin Kazmi1-82/+45
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-2/+2
2021-06-21vxlan: api cleanupFilip Tehlar1-57/+9
2021-05-13tests: move test source to vpp/testDave Wallace6-1457/+0
2021-04-26tests: clean up gbp calls from vpp_papi_providerPaul Vinciguerra1-24/+16
2021-04-23vxlan: Fix L3 modeNathan Skrzypczak5-103/+158
2021-03-29tests: move vxlan tests to src/vnet/vxlan/testsDave Wallace6-0/+1464
2021-03-19vxlan: add tunnel cache to graph nodeJunfeng Wang2-11/+12
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-10/+16
2021-02-05vxlan: add udp-port configuration supportArtem Glazychev5-60/+320
2021-02-03vxlan: fix interface namingRay Kinsella1-6/+8
2021-01-20vxlan: fix SEGV reported in VPP-1962Ed Warnicke1-5/+29
2021-01-14vxlan: Protect against tunnel config where source is not localNeale Ranns1-2/+11
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-6/+6
2020-10-21misc: minimize dependencies on udp.hFlorin Coras3-1/+3
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-09-04ip: enhance vtep4_check of tunnel by vector wayZhiyong Yang1-12/+32
2020-08-31flow: code refactorChenmin Sun1-3/+7
2020-06-15vxlan: remove judgement with always trueZhiyong Yang1-27/+15
2020-06-09vxlan: fix the inner packet checksum calculationMohsin Kazmi1-2/+51
2020-06-09misc: add code styling for vxlan encap and vxlan_packet filesMohsin Kazmi2-256/+282
2020-03-30vxlan: leverage vlib_get_buffers in vxlan_encap_inlineZhiyong Yang1-12/+14
2020-03-16vxlan: vxlan/vxlan.api API cleanupJakub Grajciar2-38/+47
2020-03-03geneve gtpu vxlan vxlan-gpe: VRF-aware bypass nodeNick Zavaritsky3-93/+30
2020-02-17misc: fix coverity warningsDave Barach1-2/+2
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2020-01-04vxlan: Add FEATURE.yamlJohn Lo2-1/+15
2019-12-20vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji1-0/+7
2019-12-17vxlan geneve gtpu: fix short helpPaul Vinciguerra1-1/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-05vxlan: fix vxlan hw offload issueChenmin Sun1-1/+3
2019-11-26fib: reduce save_rewrite_length to u8Klement Sekera1-1/+1
2019-08-05vxlan: fix VXLANoIP6 checksum offload setupJohn Lo1-4/+3
2019-07-19fib: FIB Entry trackingNeale Ranns1-7/+7
2019-06-18fib: fib api updatesNeale Ranns1-7/+5
2019-06-04features will register udp ports once configuredJakub Grajciar1-5/+11
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-26Simplify adjacency rewrite codeBenoƮt Ganne1-12/+2
2019-03-06vxlan*: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-10/+4
2019-01-09VXLAN: Prevent duplicate bypass graph nodes.Jon Loeliger2-4/+37
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3