summaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Add memif - packet memory interface for intra-host communicationDamjan Marion11-0/+2767
2017-03-22Update MAC address kept for Bonded Interface and its SlavesJohn Lo1-23/+32
2017-03-22vlib: add description field in plugin registrationDamjan Marion9-1/+10
2017-03-22dpdk: fix plugin linking with sw crypto librariesSergio Gonzalez Monroy1-1/+6
2017-03-22SNAT: added actual delete to snat_det_mapMartin1-12/+45
2017-03-22Initial draft of VPP changes to cleanup iOAM export.Vengada8-6/+9
2017-03-21ACL plugin 1.2Andrew Yourtchenko6-19/+2087
2017-03-18Fix bonded interface name to use instance number starting from 0John Lo3-5/+7
2017-03-17Fix bonded ethernet PMD name for DPDK 17.02Alexander Popovsky (apopovsk)2-7/+24
2017-03-16API:replaced all REPLY_MACRO's with api_helper_macros.hEyal Bari9-281/+33
2017-03-15API: define optional base_id for REPLY_MACRO'sEyal Bari1-102/+3
2017-03-15VPP changes to support iOAM over NSH-MD2. Separate trace dataVengada8-18/+56
2017-03-14Fix packet trace output: dpdk_rx_trace must decode the actual ethertypeDave Barach1-1/+31
2017-03-14ioam: ip6 hop by hop ext header and SR header co-existenceshwethab1-3/+3
2017-03-14IOAM Coverity fixAkshayaNadahalli8-34/+42
2017-03-13VPP-279: Document changes for vnet/vnet/devicesBilly McFall4-4/+93
2017-03-13ACL plugin rejects ICMP messages (VPP-624)Pavel Kotucek1-21/+19
2017-03-13Refactor SNAT ICMP codeJuraj Sloboda4-314/+558
2017-03-10Retire vpp_liteDamjan Marion4-1/+4265
2017-03-10Fix vat_api_hookup name collisionDave Barach1-3/+3
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-6/+2
2017-03-09include rte_config header before any other dpdk includeGabriel Ganne1-0/+1
2017-03-09dpdk: remove unnecesary CFLAGS modificationDamjan Marion1-4/+0
2017-03-08SNAT: deterministic map dumpMartin3-3/+125
2017-03-08SNAT: fix coverity warnings (VPP-608)Matus Fabian1-2/+3
2017-03-08dpdk: dpdk-input optimizations and fixesDamjan Marion4-96/+126
2017-03-08Change dpdk input node fixed-sleep units to usecDave Barach3-5/+5
2017-03-08FLOWPERPKT: New API definition in preparation for stateful flows.Ole Troan1-1/+18
2017-03-08dpdk: Fixed QAT devices binding, bind the VFs onlyRadu Nicolau1-3/+7
2017-03-08SNAT: user_session_dump is_ip4 and vat unformating addedMartin3-0/+20
2017-03-08CGN: fix outside port calculation and set buffer error (VPP-623)Matus Fabian2-18/+33
2017-03-07In-band OAM active probe (VPP-471)AkshayaNadahalli20-27/+2679
2017-03-07CGN: Deterministic NAT (VPP-623)Matus Fabian9-164/+2150
2017-03-07Add setting of tenant VRF id for SNAT addresses (VPP-641)Juraj Sloboda4-8/+42
2017-03-07silence -Wmaybe-uninitialized warningGabriel Ganne1-1/+1
2017-03-06ioam: manycast using iOAM and SR (VPP-628)Shwetha Bhandari13-13/+2662
2017-03-06features: take device-input buffer advance value directlyDamjan Marion1-4/+2
2017-03-06dpdk: init.c should be under device/Damjan Marion2-1/+1
2017-03-06SNAT: session dump last heard type fixMartin2-3/+3
2017-03-04Fix duplicate binary API registration messages / bugsDave Barach2-4/+3
2017-03-04Evolving SRv6 (Segment Routing for IPv6)Pablo Camarillo6-0/+505
2017-03-03VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v...Andrew Yourtchenko7-85/+36
2017-03-02SNAT: user's dump and session dump of a certain snat user.magalik6-3/+288
2017-03-02Determine pkt type in dpdk-input node using ethertype only (VPP-647)John Lo1-52/+22
2017-03-01dpdk: be a pluginDamjan Marion28-0/+12226
2017-03-01VPP-598: tcp stack initial commitDave Barach5-28/+28
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall4-101/+204
2017-02-22Repair SNAT's IPFIX and IF-add-del test functions.Jon Loeliger1-2/+2
2017-02-17Fix handling of ping to SNAT out interfaceJuraj Sloboda1-6/+7
2017-02-17ioam: declare export_node instead of defining it in header fileDamjan Marion1-1/+1