aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-01VPP-598: tcp stack initial commitDave Barach94-512/+17375
2017-03-01Fix buffer template copyDave Barach2-5/+30
2017-03-01devices: vnet_get_aggregate_rx_packets should not be dpdk specificDamjan Marion10-53/+59
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 Marion8-265/+256
2017-02-28Fix warning in generated codeDave Barach1-4/+14
2017-02-28Trace plugin binary API message range allocationDave Barach2-8/+89
2017-02-27BFD: disable debug printsKlement Sekera1-1/+1
2017-02-27vlib: add VLIB_BUFFER_EXT_HDR_VALID flagDamjan Marion4-5/+4
2017-02-27Add GPE CLI/API for setting encap modeFilip Tehlar8-4/+319
2017-02-27fix:vxlan mcast adj - added as ucast dpo adjEyal Bari1-1/+1
2017-02-26Load plugins in alphabetical orderDave Barach1-9/+55
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 Barach4-10/+63
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 Ranns3-6/+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 Barach3-19/+36
2017-02-22Clean up "binary-api" help string, arg parse bugsDave Barach2-2/+8
2017-02-22Fix LISP and ONE crc marcosFilip Tehlar3-11/+26
2017-02-22Support multiple plugin build in the sample-pluginAnlu Yan3-18/+52
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall36-572/+1472
2017-02-22jvpp: remove unnecessary msg_id_base cachingMarek Gradzki11-178/+90
2017-02-16Consolidate DHCP v4 and V6 implementation. No functional change intendedNeale Ranns15-959/+850
2017-02-22fix trace frame-queue unformat of indexMatus Fabian1-1/+1
2017-02-22Fix last run time update for timer wheelFlorin Coras1-1/+1
2017-02-22Repair SNAT's IPFIX and IF-add-del test functions.Jon Loeliger1-2/+2
2017-02-21Add Overlay Network Engine APIFilip Tehlar8-212/+4068
2017-02-21dhcp: multiple additionsNeale Ranns13-768/+892
2017-02-21cryptodev: Automatically download and build ISA-L Crypto libraryRadu Nicolau1-1/+1
2017-02-21Rename LISP GPE API to GPEFilip Tehlar11-153/+147
2017-02-21VPP-540 : pbb tag rewrite detailsPavel Kotucek7-82/+200