aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Tests to target holes in adjacency and DPO test coverageNeale Ranns1-1/+3
2017-03-09include rte_config header before any other dpdk includeGabriel Ganne1-0/+1
2017-03-09dpdk: remove unnecesary CFLAGS modificationDamjan Marion1-4/+0
2017-03-08SNAT: deterministic map dumpMartin3-3/+125
2017-03-08SNAT: fix coverity warnings (VPP-608)Matus Fabian1-2/+3
2017-03-08vlib: add process restart cliDamjan Marion1-0/+20
2017-03-08ARP resilience in the absence of IP config on input and output interfacesNeale Ranns2-0/+21
2017-03-08dpdk: dpdk-input optimizations and fixesDamjan Marion4-96/+126
2017-03-08API change (only) to not create a FIB table entry when adding a neighbor entryNeale Ranns1-1/+6
2017-03-08vhost: binary API changes for interrupt modeSteven4-10/+41
2017-03-08Change dpdk input node fixed-sleep units to usecDave Barach3-5/+5
2017-03-08FLOWPERPKT: New API definition in preparation for stateful flows.Ole Troan1-1/+18
2017-03-08dpdk: Fixed QAT devices binding, bind the VFs onlyRadu Nicolau1-3/+7
2017-03-08LISP: fix gpe sub-interface lookupFilip Tehlar1-8/+8
2017-03-08BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handlerNeale Ranns1-7/+0
2017-03-08SNAT: user_session_dump is_ip4 and vat unformating addedMartin3-0/+20
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns9-62/+439
2017-03-08LISP: add stats API/CLIFilip Tehlar5-0/+175
2017-03-08CGN: fix outside port calculation and set buffer error (VPP-623)Matus Fabian2-18/+33
2017-03-07Register TCP with IP only if session is enabledFlorin Coras4-8/+44
2017-03-07fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres...Gabriel Ganne3-17/+15
2017-03-07Missing plugin binary API command fns found after brief searchDave Barach4-2/+17
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns12-191/+484
2017-03-07Fix endian issue in ARP Event ReplyWojciech Dec2-6/+8
2017-03-07CLI: hide deleted interfacesEyal Bari5-5/+40
2017-03-07In-band OAM active probe (VPP-471)AkshayaNadahalli23-59/+2742
2017-03-07CGN: Deterministic NAT (VPP-623)Matus Fabian10-164/+2258
2017-03-07Add setting of tenant VRF id for SNAT addresses (VPP-641)Juraj Sloboda4-8/+42
2017-03-07fix uninitialized ip6 keys within session.cGabriel Ganne1-0/+8
2017-03-07silence -Wmaybe-uninitialized warningGabriel Ganne1-1/+1
2017-03-07Python API: Synchronous mode.Ole Troan6-149/+380
2017-03-07make per-adj counters configurableNeale Ranns4-61/+175
2017-03-07Fixing loadbalancing over ECMP for recursive routesAkshayaNadahalli2-12/+10
2017-03-06ioam: manycast using iOAM and SR (VPP-628)Shwetha Bhandari18-91/+2834
2017-03-06BFD: documentationKlement Sekera11-91/+526
2017-03-06Remove unused multicast fields from vnet_buffer_tNeale Ranns1-10/+0
2017-03-06features: take device-input buffer advance value directlyDamjan Marion7-38/+42
2017-03-06BFD: drop rpc call if packet doesn't match sessionKlement Sekera1-1/+1
2017-03-06BFD: remove unneeded codeKlement Sekera1-15/+0
2017-03-06Add support for unix { coredump-size <size> }.Klement Sekera1-0/+22
2017-03-06span: wrong destination interface in tracingPavel Kotucek1-28/+18
2017-03-06Quad loop interface-output nodeDamjan Marion1-13/+48
2017-03-06dpdk: init.c should be under device/Damjan Marion2-1/+1
2017-03-06SNAT: session dump last heard type fixMartin2-3/+3
2017-03-04Fix duplicate binary API registration messages / bugsDave Barach3-6/+5
2017-03-04Export session.api.h for out-of-tree buildsAlexander Popovsky (apopovsk)1-1/+2
2017-03-04DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC...Neale Ranns4-20/+78
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras24-1975/+1460
2017-03-04Evolving SRv6 (Segment Routing for IPv6)Pablo Camarillo27-5614/+8352
2017-03-04timing wheel: avoid queueing expired timers and caching wrong earliest expiry...Andrew Yourtchenko1-2/+11