summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-14make test: improve naming of temporary pcap filesKlement Sekera1-6/+7
2016-11-14Add support for multi FIB DHCPv6 ProxyWojciech Dec4-160/+286
2016-11-12Add clang to 'make verify'Damjan Marion2-0/+23
2016-11-12Fix a bug in the timing wheelKlement Sekera1-2/+3
2016-11-12Use gcc for start in 'make verify'Damjan Marion1-3/+2
2016-11-12pseudo atomic adjacency updatesNeale Ranns10-94/+230
2016-11-12Clean up coverity warnings, VPP-486Dave Barach3-15/+12
2016-11-11Add 'make verify' target to top-level makefileDamjan Marion1-0/+4
2016-11-11Add single-loop test variant to L2BD and L2XC testsJan6-151/+284
2016-11-11Luajit API and some examplesAndrew Yourtchenko16-0/+4164
2016-11-11Fix clang compile errors in pluginsNeale Ranns1-3/+3
2016-11-11feature: convert all feature nodes to new feature infraDamjan Marion40-1613/+481
2016-11-11Add IRB testMatej Klotton10-119/+483
2016-11-10ip_frag: fix implicit enum conversionDamjan Marion1-1/+1
2016-11-10feature: fix init issue when multiple arc are presentDamjan Marion2-10/+18
2016-11-10Enable verification received packet for LB testMatej Klotton1-12/+4
2016-11-10VXLAN tunnel encap forwarding optimization with FIB 2.0John Lo9-379/+494
2016-11-09Fix Compile errors from clang in FIB2.0 codeNeale Ranns15-21/+19
2016-11-09Fix DHCP proxy when used for non-default FIB tablesIgor Mikhailov (imichail)1-3/+3
2016-11-09Fix a batch of coverity warnings, VPP-486Dave Barach6-6/+19
2016-11-09Update CSIT tests 161030 -> 161106Jan1-1/+1
2016-11-09threads: don't wait for dpdk init in vpp_liteDamjan Marion1-1/+3
2016-11-09devices: create dummy device-input node to keep nexts in syncDamjan Marion11-29/+31
2016-11-09dpdk: bump to 16.11-rc3 releaseDamjan Marion1-1/+1
2016-11-09fix errors reported by clangDamjan Marion2-1/+2
2016-11-09Improve test framework documentationKlement Sekera26-199/+386
2016-11-09Disable non-working checks in load-balancer test and rename ip->ip4Klement Sekera2-8/+11
2016-11-09Update sample plugin and plugin skeletons: use driver feature arcDave Barach5-26/+75
2016-11-08pg: maintain per-worker bitmap of enabled streamsDamjan Marion4-10/+25
2016-11-08Add the tap driver to the driver feature arc schemeDave Barach2-24/+16
2016-11-08vhost: Improve packet tracingPierre Pfister2-64/+133
2016-11-08pg: support for packet generator on different worker threadsDamjan Marion13-38/+98
2016-11-07Restore punt/inject after FIB2.0Igor Mikhailov (imichail)1-0/+12
2016-11-07Fix a class of spurious clib_memcpy (...) warnings, VPP-486Dave Barach1-0/+8
2016-11-07Fix dual-loop issue in vxlan_gpe decapHongjun Ni1-18/+24
2016-11-07pg: add device-input feature arc support on pg interfacesDamjan Marion2-5/+38
2016-11-07use STATIC_ASSERT macro instead of calling _Static_assert directlyDamjan Marion9-22/+26
2016-11-07fix isssues discovered by coverity scanDamjan Marion2-3/+4
2016-11-07Fix longArray type in JVPP generatorMaros Marsalek1-2/+2
2016-11-04VPP-498: Prepare vpp RPM packaging for use by downstream distros.Thomas F Herbert5-31/+120
2016-11-04VPP-524: Add support to API to dump IPsec SPDsMatthew Smith2-1/+133
2016-11-04vlib: fix cacheline alignement in several structsDamjan Marion1-7/+7
2016-11-04feature: store arc index in vlib_bufferDamjan Marion11-71/+118
2016-11-04DHCPv6: relay reply fixes (VPP-510)Wojciech Dec2-14/+36
2016-11-04vhost-user: multiqueue supportPierre Pfister2-199/+651
2016-11-04vppctl: Do not use sudo if already rootPierre Pfister1-1/+5
2016-11-03vlib: add vlib_buffer_copy functionDamjan Marion7-152/+73
2016-11-03Crash when adding duplicate pathsNeale Ranns2-8/+66
2016-11-03Test framework: improve gdbserver handlingv17.01-rc0Klement Sekera1-7/+19
2016-11-03Fail to register Java API for plugin that was not loaded (VPP-522)Marek Gradzki7-47/+53