aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19vxlan: convert vxlan to a pluginSteven Luong1-1349/+0
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI1-3/+2
2022-02-22vxlan: crash on assigning IP address to interfaceEd Warnicke1-7/+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 Luong1-6/+7
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-5/+6
2021-10-06docs: more nitfixesNathan Skrzypczak1-2/+2
2021-04-23vxlan: Fix L3 modeNathan Skrzypczak1-23/+45
2021-02-05vxlan: add udp-port configuration supportArtem Glazychev1-34/+59
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 Marion1-3/+3
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-0/+1
2020-08-31flow: code refactorChenmin Sun1-3/+7
2020-03-03geneve gtpu vxlan vxlan-gpe: VRF-aware bypass nodeNick Zavaritsky1-34/+7
2020-02-17misc: fix coverity warningsDave Barach1-2/+2
2019-12-17vxlan geneve gtpu: fix short helpPaul Vinciguerra1-1/+1
2019-12-05vxlan: fix vxlan hw offload issueChenmin Sun1-1/+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-01-09VXLAN: Prevent duplicate bypass graph nodes.Jon Loeliger1-4/+33
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-14vxlan:fix ip6 tunnel deletionEyal Bari1-1/+2
2018-10-05vxlan:ip4 decap:remove access to tunnel objectEyal Bari1-20/+30
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-6/+6
2018-07-31fix 'sh vxlan tunnels'Neale Ranns1-15/+4
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-07-09vxlan:use bihash_16_8 for ipv4 lookupEyal Bari1-23/+44
2018-07-05vxlan:use bihash_24_8 for ipv6 lookupEyal Bari1-22/+62
2018-06-13vxlan:offload RX floweyal bari1-0/+128
2018-05-07vxlan:vxlan.c conform coding styleEyal Bari1-354/+374
2018-05-02Fix CentOS 7 build issue with vxlanMatthew Smith1-2/+4
2018-05-02vxlan:encap - use vnet rewriteeyal bari1-14/+10
2018-04-25vxlan:remove single bucket load-balance dpo'sEyal Bari1-9/+23
2018-03-27vxlan:refactor add del command functionEyal Bari1-102/+43
2018-02-23VXLAN: Instance numbers now properly freed upon delete.Jon Loeliger1-1/+1
2018-02-16Minor VXLAN/GRE Tunnel Encap Optimization and CleanupJohn Lo1-9/+2
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo1-4/+0
2018-02-14vxlan:remove interface recycle mechanismEyal Bari1-66/+11
2018-02-07VXLAN: Allow user to specify a custom vxlan tunnel instance id.Jon Loeliger1-16/+90
2018-02-01FIB: Consolidate several copies of fib_ip_proto() into one.Jon Loeliger1-6/+0
2018-01-24Improve tunnel interface creation performanceJohn Lo1-19/+10
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-16/+13
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-23/+7
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-08-08L2 over MPLSNeale Ranns1-1/+1
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-1/+1