Age | Commit message (Expand) | Author | Files | Lines |
2016-11-17 | feature: API/CLI to enable/disable feature per interface |  Pavel Kotucek | 3 | -1/+116 |
2016-11-17 | remove reference to Intel with dpdk docs |  Padraig Connolly | 2 | -2/+2 |
2016-11-17 | Fix coverity warnings, VPP-486 |  Dave Barach | 1 | -1/+2 |
2016-11-17 | Fixup Path weights of 0 |  Neale Ranns | 3 | -253/+681 |
2016-11-17 | dpdk: remove efd |  Damjan Marion | 5 | -985/+41 |
2016-11-16 | Tune the ethernet input untagged l2-bridging case |  Dave Barach | 1 | -0/+83 |
2016-11-16 | vhost: Fix bug during interface deletion |  Pierre Pfister | 1 | -0/+1 |
2016-11-16 | Add an ability to punt all unknown UDP traffic to the host |  Alexander Popovsky (apopovsk) | 4 | -32/+88 |
2016-11-16 | VPP-521: Classify API enhancement to redirect traffic to pre-defined VRF |  Steve Shin | 4 | -35/+159 |
2016-11-15 | feature: remove old interface output feature code |  Damjan Marion | 12 | -195/+44 |
2016-11-15 | feature: convert ipsec output to new feature code |  Matus Fabian | 5 | -79/+84 |
2016-11-15 | threads: add support for multiple worker handoff queues |  Damjan Marion | 3 | -123/+16 |
2016-11-15 | span: add feature (rx only) (VPP-185) |  Pavel Kotucek | 8 | -0/+544 |
2016-11-15 | VPP-393: Subinterface is still used after deletion |  Pavel Kotucek | 1 | -0/+10 |
2016-11-15 | DPDK_HQoS: fix coverity warnings on uninitialized variables |  Jasvinder Singh | 1 | -3/+7 |
2016-11-15 | buffer: clone free_list to each vlib_main on creation |  Damjan Marion | 1 | -7/+2 |
2016-11-15 | Dump routes (VPP-500) |  Steven | 5 | -2/+67 |
2016-11-14 | Add support for multi FIB DHCPv6 Proxy |  Wojciech Dec | 3 | -156/+286 |
2016-11-12 | pseudo atomic adjacency updates |  Neale Ranns | 10 | -94/+230 |
2016-11-12 | Clean up coverity warnings, VPP-486 |  Dave Barach | 1 | -5/+4 |
2016-11-11 | feature: convert all feature nodes to new feature infra |  Damjan Marion | 31 | -1420/+429 |
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 | VXLAN tunnel encap forwarding optimization with FIB 2.0 |  John Lo | 7 | -370/+490 |
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 | 3 | -2/+16 |
2016-11-09 | devices: create dummy device-input node to keep nexts in sync |  Damjan Marion | 11 | -29/+31 |
2016-11-09 | fix errors reported by clang |  Damjan Marion | 2 | -1/+2 |
2016-11-08 | pg: maintain per-worker bitmap of enabled streams |  Damjan Marion | 3 | -10/+13 |
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 | 12 | -38/+75 |
2016-11-07 | Restore punt/inject after FIB2.0 |  Igor Mikhailov (imichail) | 1 | -0/+12 |
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 | 8 | -22/+22 |
2016-11-07 | fix isssues discovered by coverity scan |  Damjan Marion | 2 | -3/+4 |
2016-11-04 | feature: store arc index in vlib_buffer |  Damjan Marion | 8 | -63/+110 |
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-03 | vlib: add vlib_buffer_copy function |  Damjan Marion | 6 | -152/+1 |
2016-11-03 | Crash when adding duplicate paths |  Neale Ranns | 2 | -8/+66 |
2016-11-03 | Timestamp now a 64-bit integer: ns since 1/1/1970 |  Dave Barach | 1 | -0/+6 |
2016-11-03 | Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6. |  AkshayaNadahalli | 5 | -69/+330 |
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 | Allow empty DPDK device init config |  Pierre Pfister | 1 | -0/+1 |
2016-11-02 | adj: fix typos |  Damjan Marion | 1 | -6/+6 |