tap: add support for persistance
[vpp.git] / src / vnet / vxlan /
2020-03-03 Nick Zavaritskygeneve gtpu vxlan vxlan-gpe: VRF-aware bypass node 63/25563/2
2020-02-17 Dave Barachmisc: fix coverity warnings 14/25214/3
2020-01-10 John DeNiscodocs: Edit FEATURE.yaml files so they can be published 88/24288/4
2020-01-04 John Lovxlan: Add FEATURE.yaml 91/24191/4
2019-12-20 Shawn Jivxlan: reuse inner packet flow hash for tunnel outer... 49/24049/6
2019-12-17 Paul Vinciguerravxlan geneve gtpu: fix short help 28/23328/2
2019-12-10 Dave Barachapi: multiple connections per process 56/23656/6
2019-12-05 Chenmin Sunvxlan: fix vxlan hw offload issue 81/23781/3
2019-11-26 Klement Sekerafib: reduce save_rewrite_length to u8 78/23578/3
2019-08-05 John Lovxlan: fix VXLANoIP6 checksum offload setup 43/21043/2
2019-07-19 Neale Rannsfib: FIB Entry tracking 81/20681/4
2019-06-18 Neale Rannsfib: fib api updates 96/12296/42
2019-06-04 Jakub Grajciarfeatures will register udp ports once configured 47/19947/2
2019-03-28 Paul VinciguerraTypos. A bunch of typos I've been collecting. 56/18556/3
2019-03-26 Benoît GanneSimplify adjacency rewrite code 68/17968/4
2019-03-06 Filip Tehlarvxlan*: migrate old MULTIARCH macros to VLIB_NODE_FN 17/18017/2
2019-01-09 Jon LoeligerVXLAN: Prevent duplicate bypass graph nodes. 82/16682/5
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-11-05 Zhiyong Yangvxlan: prefetch extra one cacheline holding external... 88/15688/2
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-10-17 Eyal Barivxlan:decap caching error (VPP-1462) 49/15349/1
2018-10-14 Eyal Barivxlan:fix ip6 tunnel deletion 84/15284/3
2018-10-05 Eyal Barivxlan:ip4 decap:remove access to tunnel object 98/15098/5
2018-09-24 Paul VinciguerraTrivial: Clean up some typos. 40/14940/6
2018-09-06 Zhiyong Yangvxlan: improve encap performance 60/14660/2
2018-08-28 Eyal Barivxlan: decap use vlib_buffer_enqueue_to_next 87/14487/5
2018-08-01 Eyal Barivxlan:optimize cached entry compare 56/13856/2
2018-07-31 Eyal Barivxlan:decap.c conform coding style 46/13646/2
2018-07-31 Neale Rannsfix 'sh vxlan tunnels' 21/13821/2
2018-07-23 Eyal Barifix vector index range checks 98/13598/2
2018-07-19 Damjan MarionRemove unused argument to vlib_feature_next 64/13564/2
2018-07-09 Eyal Barivxlan:use bihash_16_8 for ipv4 lookup 79/13379/5
2018-07-05 Eyal Barivxlan:use bihash_24_8 for ipv6 lookup 18/13318/7
2018-06-14 Eyal Barivxlan:use VLIB_NODE_FN for multiarch selection 42/13042/1
2018-06-13 eyal barivxlan:offload RX flow 53/12553/16
2018-05-07 Eyal Barivxlan:vxlan.c conform coding style 58/12458/1
2018-05-04 Dave BarachHarmonize vec/pool_get_aligned object sizes and alignme... 79/12379/5
2018-05-02 Matthew SmithFix CentOS 7 build issue with vxlan 49/12349/2
2018-05-02 eyal barivxlan:encap - use vnet rewrite 88/12288/2
2018-04-25 Igor Mikhailov ... Carry recorded QOS bits in the outer VXLAN IP header 89/12089/2
2018-04-25 Eyal Barivxlan:remove single bucket load-balance dpo's 10/12110/4
2018-04-17 Eyal Barivxlan:remove counters writeback cache 06/11706/2
2018-03-27 Eyal Barivxlan:refactor add del command function 96/11396/2
2018-03-09 Neale RannsMPLS Unifom mode 81/10781/7
2018-02-24 Jon LoeligerVXLAN: Instance numbers now properly freed upon delete. 95/10795/1
2018-02-16 John LoMinor VXLAN/GRE Tunnel Encap Optimization and Cleanup 79/10579/5
2018-02-15 John LoOptimize GRE Tunnel and add support for ERSPAN encap 24/10524/9
2018-02-14 Eyal Barivxlan:remove interface recycle mechanism 22/10522/3
2018-02-07 Jon LoeligerVXLAN: Allow user to specify a custom vxlan tunnel... 03/10403/6
2018-02-01 Jon Loeligervxlan: Lookup FIB in either IPv4 or IPv6 families. 82/10382/1
2018-02-01 Jon LoeligerFIB: Consolidate several copies of fib_ip_proto() into... 79/10379/2
2018-01-24 John LoImprove tunnel interface creation performance 16/10216/4
2018-01-23 Ole TroanVPPAPIGEN: vppapigen replacement in Python PLY. 81/8781/23
2018-01-19 Eyal Barivxlan:restructure encap loop 38/10138/3
2018-01-13 John LoImprove "show xxx tunnel" and "show int addr" output 94/10094/3
2018-01-11 Florin Corasapi: remove transport specific code from handlers 38/10038/9
2018-01-09 Florin Corasapi: refactor vlibmemory 76/9976/21
2018-01-05 John LoUnify and cleanup usage of hash_set/unset_mem by variou... 53/9953/3
2017-11-26 Neale RannsFIB: store the node type not the function pointer. 68/9568/2
2017-10-24 Dave WallaceAdd extern to *_main global variable declarations in... 72/8972/1
2017-10-23 Eyal BariVXLAN:small refactor to vxlan input 17/8917/6
2017-10-09 Dave Barachvppapigen: support per-file (major,minor,patch) version... 89/8589/6
2017-09-19 John LoImplement VXLAN encap tx checksum offload 41/8441/3
2017-08-08 Neale RannsL2 over MPLS 61/6861/14
2017-07-14 Damjan Marionvnet_buffer_t flags cleanup 73/7573/5
2017-04-25 Dave Barach"autoreply" flag: autogenerate standard xxx_reply_t... 87/6387/3
2017-04-13 Neale RannsRemove unsed parameter from fib_table_entry_special_add... 80/6180/2
2017-04-06 Damjan MarionUse thread local storage for thread index 11/6011/4
2017-04-06 Eyal BariVXLAN:fix tunnel delete not returning sw_if_index 64/6064/2
2017-03-15 Eyal BariVXLAN:add hidden multicast interface check 49/5749/3
2017-03-07 Eyal BariCLI: hide deleted interfaces 33/5633/4
2017-03-01 Dave BarachVPP-598: tcp stack initial commit 61/5561/7
2017-02-27 Eyal Barifix:vxlan mcast adj - added as ucast dpo adj 27/5527/3
2017-02-22 Billy McFallVPP-635: CLI Memory leak with invalid parameter 48/5148/5
2017-02-02 Eyal BariVXLAN: further unify ip4/ip6 ctl plane handling 74/4974/4
2017-01-31 Eyal BariVXLAN: small changes for brevity 22/4922/3
2017-01-31 John LoAdd vxlan-bypass feature to IP6 forwarding path 51/4951/3
2017-01-27 Neale RannsIP Multicast FIB (mfib) 09/4709/9
2017-01-20 Eyal BariVXLAN - Add IPv6 tunnels src ref count 82/4782/4
2017-01-03 Eyal Barivxlan fix mcast tunnel delete 05/4505/3
2016-12-28 Damjan MarionReorganize source tree to use single autotools instance 30/4430/19