Age | Commit message (Expand) | Author | Files | Lines |
2016-11-15 | threads: add assert to silence coverity warning | Damjan Marion | 1 | -0/+1 |
2016-11-15 | buffer: clone free_list to each vlib_main on creation | Damjan Marion | 2 | -7/+31 |
2016-11-15 | Dump routes (VPP-500) | Steven | 11 | -11/+775 |
2016-11-14 | dpdk: add build support for DPDK 16.11 release | Damjan Marion | 1 | -1/+1 |
2016-11-14 | make test: improve naming of temporary pcap files | Klement Sekera | 1 | -6/+7 |
2016-11-14 | Add support for multi FIB DHCPv6 Proxy | Wojciech Dec | 4 | -160/+286 |
2016-11-12 | Add clang to 'make verify' | Damjan Marion | 2 | -0/+23 |
2016-11-12 | Fix a bug in the timing wheel | Klement Sekera | 1 | -2/+3 |
2016-11-12 | Use gcc for start in 'make verify' | Damjan Marion | 1 | -3/+2 |
2016-11-12 | pseudo atomic adjacency updates | Neale Ranns | 10 | -94/+230 |
2016-11-12 | Clean up coverity warnings, VPP-486 | Dave Barach | 3 | -15/+12 |
2016-11-11 | Add 'make verify' target to top-level makefile | Damjan Marion | 1 | -0/+4 |
2016-11-11 | Add single-loop test variant to L2BD and L2XC tests | Jan | 6 | -151/+284 |
2016-11-11 | Luajit API and some examples | Andrew Yourtchenko | 16 | -0/+4164 |
2016-11-11 | Fix clang compile errors in plugins | Neale Ranns | 1 | -3/+3 |
2016-11-11 | feature: convert all feature nodes to new feature infra | Damjan Marion | 40 | -1613/+481 |
2016-11-11 | Add IRB test | Matej Klotton | 10 | -119/+483 |
2016-11-10 | ip_frag: fix implicit enum conversion | Damjan Marion | 1 | -1/+1 |
2016-11-10 | feature: fix init issue when multiple arc are present | Damjan Marion | 2 | -10/+18 |
2016-11-10 | Enable verification received packet for LB test | Matej Klotton | 1 | -12/+4 |
2016-11-10 | VXLAN tunnel encap forwarding optimization with FIB 2.0 | John Lo | 9 | -379/+494 |
2016-11-09 | Fix Compile errors from clang in FIB2.0 code | Neale Ranns | 15 | -21/+19 |
2016-11-09 | Fix DHCP proxy when used for non-default FIB tables | Igor Mikhailov (imichail) | 1 | -3/+3 |
2016-11-09 | Fix a batch of coverity warnings, VPP-486 | Dave Barach | 6 | -6/+19 |
2016-11-09 | Update CSIT tests 161030 -> 161106 | Jan | 1 | -1/+1 |
2016-11-09 | threads: don't wait for dpdk init in vpp_lite | Damjan Marion | 1 | -1/+3 |
2016-11-09 | devices: create dummy device-input node to keep nexts in sync | Damjan Marion | 11 | -29/+31 |
2016-11-09 | dpdk: bump to 16.11-rc3 release | Damjan Marion | 1 | -1/+1 |
2016-11-09 | fix errors reported by clang | Damjan Marion | 2 | -1/+2 |
2016-11-09 | Improve test framework documentation | Klement Sekera | 26 | -199/+386 |
2016-11-09 | Disable non-working checks in load-balancer test and rename ip->ip4 | Klement Sekera | 2 | -8/+11 |
2016-11-09 | Update sample plugin and plugin skeletons: use driver feature arc | Dave Barach | 5 | -26/+75 |
2016-11-08 | pg: maintain per-worker bitmap of enabled streams | Damjan Marion | 4 | -10/+25 |
2016-11-08 | Add the tap driver to the driver feature arc scheme | Dave Barach | 2 | -24/+16 |
2016-11-08 | vhost: Improve packet tracing | Pierre Pfister | 2 | -64/+133 |
2016-11-08 | pg: support for packet generator on different worker threads | Damjan Marion | 13 | -38/+98 |
2016-11-07 | Restore punt/inject after FIB2.0 | Igor Mikhailov (imichail) | 1 | -0/+12 |
2016-11-07 | Fix a class of spurious clib_memcpy (...) warnings, VPP-486 | Dave Barach | 1 | -0/+8 |
2016-11-07 | Fix dual-loop issue in vxlan_gpe decap | Hongjun Ni | 1 | -18/+24 |
2016-11-07 | pg: add device-input feature arc support on pg interfaces | Damjan Marion | 2 | -5/+38 |
2016-11-07 | use STATIC_ASSERT macro instead of calling _Static_assert directly | Damjan Marion | 9 | -22/+26 |
2016-11-07 | fix isssues discovered by coverity scan | Damjan Marion | 2 | -3/+4 |
2016-11-07 | Fix longArray type in JVPP generator | Maros Marsalek | 1 | -2/+2 |
2016-11-04 | VPP-498: Prepare vpp RPM packaging for use by downstream distros. | Thomas F Herbert | 5 | -31/+120 |
2016-11-04 | VPP-524: Add support to API to dump IPsec SPDs | Matthew Smith | 2 | -1/+133 |
2016-11-04 | vlib: fix cacheline alignement in several structs | Damjan Marion | 1 | -7/+7 |
2016-11-04 | feature: store arc index in vlib_buffer | Damjan Marion | 11 | -71/+118 |
2016-11-04 | DHCPv6: relay reply fixes (VPP-510) | Wojciech Dec | 2 | -14/+36 |
2016-11-04 | vhost-user: multiqueue support | Pierre Pfister | 2 | -199/+651 |
2016-11-04 | vppctl: Do not use sudo if already root | Pierre Pfister | 1 | -1/+5 |