aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
2020-01-07vlib: fix coverity warning / real bugDave Barach1-1/+1
2019-12-17misc: don't os_exit(1) causing core on SIGINTChristian E. Hopps1-1/+5
2019-12-17vlib: add max-size configuration parameter for pmallocjieqiang wang1-0/+3
2019-12-17vlib: fix startup-config-process stack overflowGordonNoonan1-0/+1
2019-12-17vlib: fix an issue with show pciVratko Polak1-1/+1
2019-12-17vlib: fix vector-as-C-string overflowBenoît Ganne2-3/+3
2019-12-12vlib: fix "<command> help"Dave Barach1-13/+9
2019-12-09vlib: improve test coverageDave Barach5-181/+25
2019-12-05classify: vpp packet tracer supportDave Barach3-1/+58
2019-11-27vlib: add 'wait' cli commandPaul Vinciguerra1-0/+40
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne2-4/+4
2019-11-26misc: add gdb helpers for vlib buffersBenoît Ganne1-0/+7
2019-11-20vlib: improve code coverage, part deuxDave Barach2-29/+0
2019-11-20vlib: pci: fix non-NULL terminated C-stringBenoît Ganne1-2/+2
2019-11-18session: Increasing the Header lengthe sizeSrikanth Akula1-1/+0
2019-11-11vlib: fix handoff queue sequencing bugDave Barach1-1/+2
2019-11-04vlib: fix for vlib_node_add_next_with_slotChristian Hopps1-1/+10
2019-11-02vlib: enhance the "show cli" debug CLI commandDave Barach2-49/+209
2019-11-01vlib: Handle race in thread barrier processingAlexander Kabaev1-1/+1
2019-10-31vlib: only dump 1st buffer in chain by defaultBenoît Ganne3-4/+15
2019-10-30vlib: fix subclass name being truncated in outputPaul Vinciguerra1-1/+1
2019-10-30vlib: Trivial - fix typo in short helpPaul Vinciguerra1-1/+1
2019-10-28vlib: don't use vector for keeping buffer indices in the poolDamjan Marion3-35/+57
2019-10-28vlib: unix trivial- clean up typos in docsPaul Vinciguerra1-2/+2
2019-10-25mdata: buffer metadata change tracker pluginDave Barach1-8/+11
2019-10-20vlib: linux: fix wrong iommu_group value issue when using dpdk-pluginYulong Pei1-22/+19
2019-10-18vlib: enable worker-thread dispatch pcap traceDave Barach1-3/+7
2019-10-08vlib: fix cli process stack overflowChenmin Sun1-1/+1
2019-10-07vlib: move thread barrier around mod of global node next dataChristian E. Hopps1-6/+5
2019-10-05misc: add "show run summary"Dave Barach1-11/+19
2019-10-05vlib: pci: set pci driver name to none when no driver is loadedBenoît Ganne1-0/+2
2019-10-02vlib: improve summary vector-rate statisticsDave Barach4-78/+54
2019-09-30vlib: fix old nodes vector overflow in reforkBenoît Ganne1-5/+2
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion3-0/+14
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach1-2/+9
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-09-20misc: classifier-based packet trace filterDave Barach1-0/+1
2019-09-17vlib: fix cli process stack overflowAloys Augustin1-1/+1
2019-09-16vlib: cli support ctrl-w to erase left wordHiroki Shirokura1-0/+47
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach1-1/+1
2019-09-07vlib: clean up the "pcap dispatch trace" debug CLIDave Barach2-138/+183
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach1-0/+17
2019-09-03tap: fix tap interface not working on Arm issueLijian.Zhang2-1/+7
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-0/+1
2019-08-22vlib: fix null pointer crash on strncmpSteven Luong1-2/+2
2019-08-20vlib: create unix runtime directoryOle Troan1-0/+5
2019-08-20fix pcap_write functionJack Xu1-0/+2
2019-08-19vlib: fix vlib_buffer_main_init_numa_node memory leak.Guanghua Zhang1-3/+8
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo2-4/+2
2019-08-09vlib: fix vlib_buffer_copy to preserve buffer flags bitJohn Lo1-3/+8