aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2016-12-09VPP-470: Introduce VxLAN-GPE as transport for iOAM.Vengada Govindan30-705/+4600
2016-12-08acl: make MACIP ACL apply/unapply/delete logic more robustAndrew Yourtchenko1-11/+26
2016-12-08Fix incorrect creation of classifier entries for macip ACLAndrew Yourtchenko1-9/+31
2016-12-08ioam: pot plugin - generate java bindings for ioam-pot pluginSagar Srivastav6-16/+311
2016-12-07Acl JVpp api generation (HONEYCOMB-305)Jan Srnicek9-0/+684
2016-12-07Fix coverity CIDs 157344, 157343, 157341, 157340, 157339, 157336Andrew Yourtchenko2-46/+30
2016-12-07Make table chain deletion optional in classifier API (VPP-206)Juraj Sloboda1-2/+4
2016-12-06snat: remove duplicate makefile var definitionGabriel Ganne1-3/+0
2016-12-06api: set jvpp version to 17.01Marek Gradzki4-4/+4
2016-12-06acl: The ACL plugin.Andrew Yourtchenko20-0/+5664
2016-12-02snat: fix 1:1 NAT with multiple workersMatus Fabian2-3/+43
2016-12-02Initialize the UDP checksum, or no supperDave Barach1-0/+1
2016-12-02API: Packaging of JSON files.Ole Troan5-26/+64
2016-12-01Add rx interface, ip4 src+dst to the flow-per-packet recordsDave Barach2-15/+72
2016-11-30VPP-530: adapt jvpp generation for VPP API splittingMarek Gradzki2-8/+8
2016-11-28snat: fix coverity issuesMatus Fabian3-2/+10
2016-11-28snat: thread safe (VPP-443)Matus Fabian6-188/+1032
2016-11-21Add client-side msg_name_and_crc -> msg_index tableDave Barach8-3/+117
2016-11-17remove reference to Intel with dpdk docsPadraig Connolly2-2/+2
2016-11-11Fix clang compile errors in pluginsNeale Ranns1-3/+3
2016-11-11feature: convert all feature nodes to new feature infraDamjan Marion8-127/+44
2016-11-09Update sample plugin and plugin skeletons: use driver feature arcDave Barach2-13/+38
2016-11-03Fail to register Java API for plugin that was not loaded (VPP-522)Marek Gradzki6-35/+38
2016-11-03Remove unused jvpp dependency on plugins' control_pingMarek Gradzki2-2/+2
2016-11-03Timestamp now a 64-bit integer: ns since 1/1/1970Dave Barach3-6/+24
2016-11-03Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6.AkshayaNadahalli9-10/+618
2016-11-01VPP-437: ip6 hbh processing with FIB 2.0Shwetha3-14/+21
2016-11-01config: rename ip_config_main_t to vnet_feature_config_main_tDamjan Marion5-7/+7
2016-10-31VPP-478: SNAT address range overlappingMatus Fabian1-0/+7
2016-10-31VPP-459: SNAT dump API for in and out interfacesMatus Fabian4-61/+180
2016-10-27Per-packet IPFIX record generation pluginDave Barach12-0/+1476
2016-10-25Support IETF routing Yang models (VPP-503).Neale Ranns3-4/+4
2016-10-24Fix jvpp coverity issues #2Marek Gradzki1-14/+13
2016-10-21Java api generation for ioam trace pluginShwetha9-8/+321
2016-10-19Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId)Marek Gradzki1-3/+3
2016-10-18LoadBal: Use intrinsics and use protocol numberPierre Pfister3-209/+307
2016-10-13VPP-446: 1:1 SNAT Inside overlapping interfacesMatus Fabian4-18/+32
2016-10-13VPP-453: SNAT delete and dump addressesMatus Fabian3-26/+243
2016-10-10Test: Add test case for Load Balancer pluginPierre Pfister2-3/+13
2016-10-10HONEYCOMB-228 Snat plugin jvpp supportMarek Gradzki6-0/+305
2016-10-05VPP-339: SNAT static mappingMatus Fabian6-155/+2017
2016-10-05Load Balancer: Use FIB 2.0Pierre Pfister4-402/+358
2016-10-03L2 over LISP and GRE (VPP-457)Neale Ranns1-162/+163
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns10-427/+734
2016-09-20Add structure to some of the documentation; VPP-223Chris Luke2-3/+2
2016-09-07Fix Coverity issue in trace_util.c (REVERSE_INULL), thanks to Damjan for high...Vengada Govindan1-6/+7
2016-09-06Move iOAM Trace as a pluginVengada Govindan10-2/+1463
2016-09-01VPP-341: iOAM plugin documentationShwetha2-0/+483
2016-09-01Fix for vl_client_get_first_plugin_msg_id:266: plugin 'export_eb694f98' not r...Shwetha1-1/+1
2016-08-25VPP Python language binding - plugin supportOle Troan2-2/+20