aboutsummaryrefslogtreecommitdiffstats
path: root/vpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion6-96/+96
2016-04-22Add a vpp_restart commandDave Barach2-4/+13
2016-04-21Removing dpdk socket-mem from startup.confDamjan Marion1-4/+0
2016-04-20Python-API: Inital commit of Python bindings for the VPP API.Ole Troan1-9/+9
2016-04-18Add support for AArch32Christophe Fontaine2-9/+9
2016-04-15Remove historical netconf message switch APIsDave Barach2-101/+0
2016-04-15Add LISP APIAndrej Kozemcak2-1/+694
2016-04-12Add a configurable "significant error" metricDave Barach1-7/+120
2016-04-09Add IKEv2 APIsMatus Fabian2-3/+271
2016-04-07Enhance CLI/API Support for Bonded InterfaceJohn Lo1-0/+5
2016-04-01Add option to link DPDK dynamicallyDamjan Marion3-2/+34
2016-03-29Move classify_table_index under the unionDamjan Marion1-2/+2
2016-03-29Adjacency allocatorDave Barach1-0/+5
2016-03-25iOAM trace configuration APIsShwetha2-1/+142
2016-03-20vnet classifier debug CLI enhancementsDave Barach1-0/+1
2016-03-17Bring back p1.c so plugins can see DPDK symbolsTodd Foggoa1-0/+2
2016-03-17Reincarnate call to unix_physmem_init() for non-dpdk useDamjan Marion1-0/+3
2016-03-07Add sw_interface_clear_stats API callPavel Kotucek3-2/+94
2016-03-07build: fix call to mkdirJean-Mickael Guerin1-1/+1
2016-03-04Add CPU detection functionsDamjan Marion2-8/+17
2016-03-03Refuse to start if binary requires unavailable CPU extensionsDamjan Marion1-0/+29
2016-02-26Update PowerPC (qppc) platform to build with Ubuntu cross-toolsDamjan Marion1-26/+0
2016-02-26Add support for native vpp_lite (non-dpdk) platformDamjan Marion1-1/+1
2016-02-24Link the vpp application against libvnet.so, not libvnet.aDave Barach2-97/+7
2016-02-22Added MTU information to sw_interface_dumpPavel2-0/+5
2016-02-19Add custom mac address option to vhost interfaces.Pierre Pfister2-1/+6
2016-02-19Serialize and upload the data plane node graphDave Barach2-1/+56
2016-02-19Per-interface, per-address-family fast packet filterDave Barach4-2/+142
2016-02-16Show DPDK EAL cmdline args in 'show version verbose'Damjan Marion1-5/+10
2016-02-13Remove duplicate vlib_call_init_function() for tuntap initOleg A. Arkhangelsky1-2/+0
2016-02-10Replace AC_PROG_LIBTOOL with LT_INITDave Barach2-2/+0
2016-02-08Cisco Discovery Protocol, initial working attemptDave Barach1-0/+6
2016-02-02Set the thread name for the stats thread if a thread name prefix is given.Todd Foggoa1-0/+5
2016-02-02Zero the interface template before using it.Todd Foggoa1-0/+1
2016-01-29Rationalize metric names.Dave Barach1-6/+6
2016-01-22Enable shared-VM namespace supportDave Barach2-1/+24
2016-01-22aarch64 CPU arch / ThunderX platform initial supportDave Barach5-25/+85
2016-01-21PowerPC64-be arch support. Qemu ("qppc") platform support.Dave Barach1-0/+5
2016-01-20Rename vpe binary name to avoid collision with latexDamjan Marion4-13/+13
2016-01-19Revert "Reenable debug cli telnet listener"Ed Warnicke1-1/+0
2016-01-07Reenable debug cli telnet listenerDave Barach1-0/+1
2015-12-17Add vpe-api message to get vxlan tunnel details.Dave Wallace3-1/+80
2015-12-16Merge "Add DPDK version in "show version verbose" output"Dave Barach1-0/+2
2015-12-16Disable telnet to in default package configEd Warnicke1-1/+0
2015-12-16Add DPDK version in "show version verbose" outputDamjan Marion1-0/+2
2015-12-15Remove autotools generated productsDave Barach10-40296/+0
2015-12-15Merge "replacing all vec_sort() invocations to vec_sort_with_function()"Dave Wallace1-1/+10
2015-12-15load vpp startup config from fileMatus Fabian1-0/+59
2015-12-15replacing all vec_sort() invocations to vec_sort_with_function()Matus Fabian1-1/+10
2015-12-14Merge "Move rpc handler where it belongs, related cleanup"Ed Warnicke1-10/+3