Age | Commit message (Expand) | Author | Files | Lines |
2017-03-08 | ARP resilience in the absence of IP config on input and output interfaces |  Neale Ranns | 2 | -0/+21 |
2017-03-08 | dpdk: dpdk-input optimizations and fixes |  Damjan Marion | 4 | -96/+126 |
2017-03-08 | API change (only) to not create a FIB table entry when adding a neighbor entry |  Neale Ranns | 1 | -1/+6 |
2017-03-08 | vhost: binary API changes for interrupt mode |  Steven | 4 | -10/+41 |
2017-03-08 | Change dpdk input node fixed-sleep units to usec |  Dave Barach | 3 | -5/+5 |
2017-03-08 | FLOWPERPKT: New API definition in preparation for stateful flows. |  Ole Troan | 1 | -1/+18 |
2017-03-08 | dpdk: Fixed QAT devices binding, bind the VFs only |  Radu Nicolau | 1 | -3/+7 |
2017-03-08 | LISP: fix gpe sub-interface lookup |  Filip Tehlar | 1 | -8/+8 |
2017-03-08 | BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handler |  Neale Ranns | 1 | -7/+0 |
2017-03-08 | SNAT: user_session_dump is_ip4 and vat unformating added |  Martin | 4 | -2/+24 |
2017-03-08 | Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri... |  Neale Ranns | 11 | -79/+721 |
2017-03-08 | LISP: add stats API/CLI |  Filip Tehlar | 5 | -0/+175 |
2017-03-08 | CGN: fix outside port calculation and set buffer error (VPP-623) |  Matus Fabian | 2 | -18/+33 |
2017-03-07 | Register TCP with IP only if session is enabled |  Florin Coras | 4 | -8/+44 |
2017-03-07 | fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres... |  Gabriel Ganne | 3 | -17/+15 |
2017-03-07 | Missing plugin binary API command fns found after brief search |  Dave Barach | 4 | -2/+17 |
2017-03-07 | DHCP Multiple Servers (VPP-602, VPP-605) |  Neale Ranns | 13 | -235/+796 |
2017-03-07 | Fix endian issue in ARP Event Reply |  Wojciech Dec | 2 | -6/+8 |
2017-03-07 | CLI: hide deleted interfaces |  Eyal Bari | 5 | -5/+40 |
2017-03-07 | In-band OAM active probe (VPP-471) |  AkshayaNadahalli | 23 | -59/+2742 |
2017-03-07 | CGN: Deterministic NAT (VPP-623) |  Matus Fabian | 12 | -164/+2358 |
2017-03-07 | Add setting of tenant VRF id for SNAT addresses (VPP-641) |  Juraj Sloboda | 6 | -11/+116 |
2017-03-07 | fix uninitialized ip6 keys within session.c |  Gabriel Ganne | 1 | -0/+8 |
2017-03-07 | silence -Wmaybe-uninitialized warning |  Gabriel Ganne | 1 | -1/+1 |
2017-03-07 | Python API: Synchronous mode. |  Ole Troan | 6 | -149/+380 |
2017-03-07 | make per-adj counters configurable |  Neale Ranns | 4 | -61/+175 |
2017-03-07 | Fixing loadbalancing over ECMP for recursive routes |  AkshayaNadahalli | 2 | -12/+10 |
2017-03-06 | ioam: manycast using iOAM and SR (VPP-628) |  Shwetha Bhandari | 18 | -91/+2834 |
2017-03-06 | BFD: documentation |  Klement Sekera | 11 | -91/+526 |
2017-03-06 | Remove unused multicast fields from vnet_buffer_t |  Neale Ranns | 1 | -10/+0 |
2017-03-06 | features: take device-input buffer advance value directly |  Damjan Marion | 7 | -38/+42 |
2017-03-06 | BFD: drop rpc call if packet doesn't match session |  Klement Sekera | 1 | -1/+1 |
2017-03-06 | BFD: remove unneeded code |  Klement Sekera | 1 | -15/+0 |
2017-03-06 | make test: reset object registry if vpp dies |  Klement Sekera | 2 | -2/+9 |
2017-03-06 | make test: tell vpp to set coredump size |  Klement Sekera | 2 | -6/+14 |
2017-03-06 | Add support for unix { coredump-size <size> }. |  Klement Sekera | 1 | -0/+22 |
2017-03-06 | span: wrong destination interface in tracing |  Pavel Kotucek | 1 | -28/+18 |
2017-03-06 | Quad loop interface-output node |  Damjan Marion | 1 | -13/+48 |
2017-03-06 | dpdk: init.c should be under device/ |  Damjan Marion | 2 | -1/+1 |
2017-03-06 | make test: don't run if other vpp process runs |  Klement Sekera | 1 | -2/+22 |
2017-03-06 | SNAT: session dump last heard type fix |  Martin | 2 | -3/+3 |
2017-03-04 | Fix duplicate binary API registration messages / bugs |  Dave Barach | 4 | -8/+7 |
2017-03-04 | Export session.api.h for out-of-tree builds |  Alexander Popovsky (apopovsk) | 1 | -1/+2 |
2017-03-04 | DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC... |  Neale Ranns | 4 | -20/+78 |
2017-03-04 | Cleanup URI code and TCP bugfixing |  Florin Coras | 24 | -1975/+1460 |
2017-03-04 | Evolving SRv6 (Segment Routing for IPv6) |  Pablo Camarillo | 27 | -5614/+8352 |
2017-03-04 | timing wheel: avoid queueing expired timers and caching wrong earliest expiry... |  Andrew Yourtchenko | 1 | -2/+11 |
2017-03-03 | Implement a loopback instance allocation scheme. |  Jon Loeliger | 7 | -19/+241 |
2017-03-03 | Fixed PLUGIN_DISABLE bug |  Pablo Camarillo | 1 | -1/+1 |
2017-03-03 | Clean up VXLAN api message handler registration issues |  John Lo | 1 | -94/+0 |