aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-03-07CLI: hide deleted interfacesEyal Bari5-5/+40
2017-03-07In-band OAM active probe (VPP-471)AkshayaNadahalli3-32/+63
2017-03-07fix uninitialized ip6 keys within session.cGabriel Ganne1-0/+8
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 Bhandari5-78/+172
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 Marion6-34/+40
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-06span: wrong destination interface in tracingPavel Kotucek1-28/+18
2017-03-06Quad loop interface-output nodeDamjan Marion1-13/+48
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 Coras15-143/+537
2017-03-04Evolving SRv6 (Segment Routing for IPv6)Pablo Camarillo16-5227/+7599
2017-03-03Implement a loopback instance allocation scheme.Jon Loeliger2-12/+117
2017-03-03VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v...Andrew Yourtchenko3-3/+17
2017-03-03IPv6 RA improvementsNeale Ranns2-157/+123
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns7-66/+110
2017-03-02Clean up binary api message handler registration issuesDave Barach7-164/+2
2017-03-02bridge domain: fix members reordered when removingEyal Bari1-1/+1
2017-03-02Remove the unused VRF ID parameter from the IP neighbour Add/Del APINeale Ranns1-2/+0
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 Sekera10-168/+1080
2017-03-01dpdk: be a pluginDamjan Marion30-11713/+11
2017-03-01VPP-598: tcp stack initial commitDave Barach59-447/+12496
2017-03-01devices: vnet_get_aggregate_rx_packets should not be dpdk specificDamjan Marion9-44/+58
2017-02-28dpdk: retire support for dpdk 16.07Damjan Marion5-58/+3
2017-02-28Clear L2 output config on interface mode change to L3 (VPP-651)John Lo1-4/+11
2017-02-28vlib: add buffer cloning supportDamjan Marion4-57/+74
2017-02-27BFD: disable debug printsKlement Sekera1-1/+1
2017-02-27vlib: add VLIB_BUFFER_EXT_HDR_VALID flagDamjan Marion3-5/+2
2017-02-27Add GPE CLI/API for setting encap modeFilip Tehlar7-4/+205
2017-02-27fix:vxlan mcast adj - added as ucast dpo adjEyal Bari1-1/+1
2017-02-26BFD: echo functionKlement Sekera8-318/+864
2017-02-25Add NSH to GPE decap pathFlorin Coras5-20/+56
2017-02-25MFIB: changes to improve route add/delete performanceNeale Ranns3-7/+12
2017-02-24FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t...Neale Ranns3-7/+31
2017-02-24VPP-650: handle buffer failure in vlib_buffer_copy(...)Dave Barach3-9/+53
2017-02-24Fixed QAT device binding and device unbinding when vpp package is removedRadu Nicolau1-1/+1
2017-02-24MFIB memory leak. free the per-source interface hashNeale Ranns2-1/+3
2017-02-24VPP-279: Document changes for vnet/vnet/devicesBilly McFall2-100/+617
2017-02-23Fix vpp built-in version of api_unformat_sw_if_index(...)Dave Barach2-3/+2
2017-02-22Fix LISP and ONE crc marcosFilip Tehlar3-11/+26
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall27-429/+1163
2017-02-16Consolidate DHCP v4 and V6 implementation. No functional change intendedNeale Ranns13-940/+840
2017-02-21Add Overlay Network Engine APIFilip Tehlar6-3/+3773
2017-02-21dhcp: multiple additionsNeale Ranns10-645/+787