aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-06VXLAN:fix tunnel delete not returning sw_if_indexEyal Bari1-0/+1
2017-03-07CLI: hide deleted interfacesEyal Bari1-0/+7
2017-02-27fix:vxlan mcast adj - added as ucast dpo adjEyal Bari1-1/+1
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-19/+62
2017-02-02VXLAN: further unify ip4/ip6 ctl plane handlingEyal Bari1-81/+53
2017-01-31VXLAN: small changes for brevityEyal Bari1-49/+16
2017-01-31Add vxlan-bypass feature to IP6 forwarding pathJohn Lo1-0/+171
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-30/+82
2017-01-20VXLAN - Add IPv6 tunnels src ref countEyal Bari1-69/+66
2017-01-03vxlan fix mcast tunnel deleteEyal Bari1-22/+26
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+899