aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-03Implement a loopback instance allocation scheme.Jon Loeliger7-19/+241
2017-03-03Fixed PLUGIN_DISABLE bugPablo Camarillo1-1/+1
2017-03-03Clean up VXLAN api message handler registration issuesJohn Lo1-94/+0
2017-03-03VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v...Andrew Yourtchenko10-88/+53
2017-03-03Improve api trace replay consistency checkingDave Barach3-2/+41
2017-03-03IPv6 RA improvementsNeale Ranns3-157/+149
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns7-66/+110
2017-03-03python API: work towards python/vpp api separationKlement Sekera1-1/+30
2017-03-02VPP-608: fix coverity warning in vppapigenDave Barach1-2/+2
2017-03-02Fix create_vlan_subif API using sw_if_index as hw_if_indexJohn Lo1-3/+8
2017-03-02Clean up binary api message handler registration issuesDave Barach14-397/+81
2017-03-02bridge domain: fix members reordered when removingEyal Bari1-1/+1
2017-03-02SNAT: user's dump and session dump of a certain snat user.magalik6-3/+288
2017-03-02Remove the unused VRF ID parameter from the IP neighbour Add/Del APINeale Ranns3-8/+0
2017-03-02Determine pkt type in dpdk-input node using ethertype only (VPP-647)John Lo1-52/+22
2017-03-02Fix LISP Coverity warningFlorin Coras1-1/+1
2017-03-02VPP-648: CLI Memory leak with invalid parameterBilly McFall3-29/+88
2017-03-02BFD: command line interfaceKlement Sekera11-168/+1081
2017-03-01dpdk: be a pluginDamjan Marion43-1585/+838
2017-03-01vppinfra: fix issue when copying 16 bytes with clib_memcpyDamjan Marion2-0/+10