aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan/decap.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19vxlan: convert vxlan to a pluginSteven Luong1-1330/+0
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-2/+2
2021-03-19vxlan: add tunnel cache to graph nodeJunfeng Wang1-11/+6
2021-02-05vxlan: add udp-port configuration supportArtem Glazychev1-12/+58
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-0/+1
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-06-15vxlan: remove judgement with always trueZhiyong Yang1-27/+15
2020-03-03geneve gtpu vxlan vxlan-gpe: VRF-aware bypass nodeNick Zavaritsky1-57/+21
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-17vxlan:decap caching error (VPP-1462)Eyal Bari1-1/+1
2018-10-05vxlan:ip4 decap:remove access to tunnel objectEyal Bari1-163/+142
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-3/+3
2018-08-28vxlan: decap use vlib_buffer_enqueue_to_nextEyal Bari1-254/+220
2018-08-01vxlan:optimize cached entry compareEyal Bari1-9/+5
2018-07-31vxlan:decap.c conform coding styleEyal Bari1-620/+690
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-3/+3
2018-07-09vxlan:use bihash_16_8 for ipv4 lookupEyal Bari1-27/+22
2018-07-05vxlan:use bihash_24_8 for ipv6 lookupEyal Bari1-41/+47
2018-06-14vxlan:use VLIB_NODE_FN for multiarch selectionEyal Bari1-17/+1
2018-06-13vxlan:offload RX floweyal bari1-0/+372
2018-04-17vxlan:remove counters writeback cacheEyal Bari1-466/+236
2017-10-23VXLAN:small refactor to vxlan inputEyal Bari1-235/+175
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-9/+9
2017-04-06Use thread local storage for thread indexDamjan Marion1-5/+5
2017-02-02VXLAN: further unify ip4/ip6 ctl plane handlingEyal Bari1-2/+2
2017-01-31Add vxlan-bypass feature to IP6 forwarding pathJohn Lo1-173/+282
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1130