aboutsummaryrefslogtreecommitdiffstats
path: root/vlib
AgeCommit message (Expand)AuthorFilesLines
2016-09-07VPP-223 Various documentation fixes.Chris Luke5-7/+23
2016-09-07VPP-221 CLI auto-documentation infrastructureChris Luke3-40/+149
2016-08-17Coding standards cleanup - remove trailing whitespace, fixes VPP-332Damjan Marion2-10/+10
2016-08-12VPP-237: indent fixes in prep for checkstyleEd Warnicke10-99/+121
2016-08-12VPP-223 Add doxygen tags to counter.hDave Barach1-58/+118
2016-08-11VPP-223 Document vlib cooperative multi-tasking threadsDave Barach2-2/+173
2016-08-10VPP-189 Fix coverity warningsDave Barach1-0/+1
2016-08-09VPP-189 Fix Coverity warningsDave Barach2-5/+12
2016-08-05vpp-189 Clean up more coverity warningsDave Barach1-1/+1
2016-08-03VPP-180 Clean up multi-socket / multi-chunk mempool discoveryDave Barach1-5/+73
2016-07-27VPP-189 coverity warning cleanupsDave Barach7-14/+35
2016-07-26VPP-223 General documentation updatesChris Luke1-17/+17
2016-07-26Fix coverity warningsDave Barach1-2/+5
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion1-0/+5
2016-07-13VPP-189 Addtional fixes for last coverity fix in linux_pci.cJohn Lo1-8/+4
2016-07-12Show cli for plugin path, name filter and loaded pluginsShwetha Bhandari1-0/+32
2016-07-08fd-io-styleify passDave Barach64-7913/+9475
2016-07-08Remove unnecessary and obsolete configure.ac directivesDamjan Marion1-1/+0
2016-07-08VPP-189 Some bugfixes for issues reported by CoverityChris Luke1-6/+29
2016-07-07Remove #if DPDK == 0, to eliminate a data structure size mismatchDave Barach1-2/+2
2016-07-07Remove duplicate code buffer_func.hDamjan Marion1-4/+0
2016-07-07Add some doxygen tagsDave Barach2-1/+139
2016-06-29Decouple worker thread code from dpdk, enable worker threads in vpp_liteDamjan Marion5-54/+584
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach3-14/+16
2016-06-17Dynamically compute ip feature subgraph orderDave Barach1-7/+7
2016-06-156rd: Move to pluginOle Troan1-3/+8
2016-06-14Fix node siblingsOle Troan2-51/+44
2016-06-14Retire io threads and main-thread-io modeDamjan Marion2-6/+1
2016-06-09VPP-133: increase size of cli process stacksDave Barach1-1/+1
2016-06-09Add verbose flag for packet trace, show hexdump in verbose dpdk input traceDamjan Marion2-5/+15
2016-06-05Add per-device startup config supportDamjan Marion2-1/+3
2016-06-01VPP-83 Allow non-privileged clients to use the vpp binary API.Dave Barach1-3/+6
2016-05-23Native VPP driver for Intel Niantic family of NICsDamjan Marion6-0/+292
2016-05-21Add per-thread, per-node runtime stats serializationDave Barach2-0/+4
2016-05-19VPP-74 Fix signedness issue when terminal resizesChris Luke1-4/+9
2016-05-19Remove unused PCI codeDamjan Marion1-7/+0
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-0/+27
2016-05-18Rework of the old PCI codeDamjan Marion10-335/+473
2016-05-17dpdk/build - 32bits compilationChristophe Fontaine1-1/+1
2016-05-16VPP-23 Re-work pager line collationv16.09-rc0Chris Luke1-88/+364
2016-05-16VPP-57 Add missing license headers in doc filesChris Luke3-0/+48
2016-05-13VPP-57 Add Doxygen to VPPChris Luke4-51/+141
2016-05-10VPP-46 Fix cut-and-paste in the debug CLIChris Luke1-38/+46
2016-05-10Avoid clobbering output_function by concurrent CLI sessions doing vlib_proces...Andrew Yourtchenko4-17/+63
2016-04-29VPP-26 Iterate through empty command line in cli historyChris Luke1-10/+24
2016-04-29VPP-27 Extend telnet protocol buffer guardChris Luke1-1/+1
2016-04-29Clean up per-thread mheap setup.Dave Barach1-22/+22
2016-04-28Track number of ethernet vlans in a frameChris Luke1-2/+1
2016-04-27CLI output pagerChris Luke3-85/+744
2016-04-27Add "history" CLI commandChris Luke1-24/+48