aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-16Add handling of ICMP error packets in SNAT (VPP-629)Juraj Sloboda2-49/+347
2017-02-15SNAT: add static mappings with unresolved external interface address to snat_...Matus Fabian3-4/+81
2017-02-14Fix coverity issues: ioamShwetha Bhandari2-3/+9
2017-02-13VPP-632 : InBand OAM AnalyserAkshayaNadahalli28-295/+2768
2017-02-06SNAT: fix snat_add_static_mapping_command() uninitialized variableMatus Fabian2-5/+16
2017-02-05SNAT: initialize outside and inside FIB index in snat_configMatus Fabian2-36/+5
2017-02-03Plugin infrastructure improvementsDamjan Marion11-129/+46
2017-02-03SNAT: fix invalid outside FIB indexMatus Fabian1-0/+14
2017-02-03SNAT: Port allocation per protocolMatus Fabian7-131/+219
2017-02-02Remove unnecessary block structure around CONTROL_PING messages.Jon Loeliger1-25/+25
2017-02-02Refactor fragile msg macro W and W2 to not burry return control flow.Jon Loeliger9-99/+129
2017-02-02Localize the timeout variable within the W message macro.Jon Loeliger9-43/+1
2017-02-02Convert message macro S to accept a message pointer parameter;Jon Loeliger9-48/+59
2017-02-02Ensure all M() and M2() second parameters are the message pointer.Jon Loeliger9-45/+50
2017-02-02SNAT: changed source for outbound address FIB entry (VPP-613)Matus Fabian1-21/+11
2017-01-31SNAT: Add outbound addresses to FIB (VPP-613)Matus Fabian1-1/+110
2017-01-28Add files to CLEANFILES for robust make clean.Burt Silverman1-0/+1
2017-01-27Cleanup some obfuscated code in next node handling.Vengada3-8/+8
2017-01-27drop-and-count snat out2in packets with no translationsDave Barach1-3/+41