Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-03 | vlib: add vlib_buffer_copy function |  Damjan Marion | 7 | -152/+73 |
2016-11-03 | Crash when adding duplicate paths |  Neale Ranns | 2 | -8/+66 |
2016-11-03 | Test framework: improve gdbserver handling |  Klement Sekera | 1 | -7/+19 |
2016-11-03 | Fail to register Java API for plugin that was not loaded (VPP-522) |  Marek Gradzki | 7 | -47/+53 |
2016-11-03 | Fix vpp-plugins rpms |  Ed Warnicke | 1 | -6/+6 |
2016-11-03 | Remove unused jvpp dependency on plugins' control_ping |  Marek Gradzki | 4 | -10/+5 |
2016-11-03 | Reset frame length after dispatch when recycling frames |  Dave Barach | 1 | -0/+1 |
2016-11-03 | Timestamp now a 64-bit integer: ns since 1/1/1970 |  Dave Barach | 4 | -6/+30 |
2016-11-03 | Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6. |  AkshayaNadahalli | 18 | -96/+1006 |
2016-11-02 | feature: recover "show ip features" command |  Damjan Marion | 1 | -0/+204 |
2016-11-02 | feature: all input nodes must have same nexts |  Damjan Marion | 10 | -121/+88 |
2016-11-02 | ethernet: fix wrong start node for ethernet tx feature path |  Damjan Marion | 1 | -1/+1 |
2016-11-02 | Update CSIT tests 161024 -> 161030 |  Jan | 1 | -1/+1 |
2016-11-02 | vpp: remove unused code |  Damjan Marion | 1 | -343/+0 |
2016-11-02 | Improve debug-cli in test framework |  Klement Sekera | 2 | -3/+5 |
2016-11-02 | Allow empty DPDK device init config |  Pierre Pfister | 1 | -0/+1 |
2016-11-02 | adj: fix typos |  Damjan Marion | 1 | -6/+6 |
2016-11-01 | dpdk-hqos: don't hold up packets indefinitely under low load |  David Hotham | 2 | -0/+34 |
2016-11-01 | feature: add new feature handling code and device-input features |  Damjan Marion | 24 | -408/+690 |
2016-11-01 | Fix recursion loop - recurse through cover |  Neale Ranns | 2 | -2/+72 |