aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-6/+2
Fix 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
2017-01-25Repair plugin binary API message numberingDave Barach9-0/+18