summaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
2020-04-29vlib: add ASSERT to vlib_time_now(...)Dave Barach1-0/+7
2020-04-13l2: handle complete clone fail in l2_floodDave Barach1-2/+2
2020-02-12classify: vpp packet tracer supportDave Barach3-1/+58
2019-11-28vlib: pci: fix non-NULL terminated C-stringBenoît Ganne1-2/+2
2019-11-18vlib: fix handoff queue sequencing bugDave Barach1-1/+2
2019-11-18vlib: fix for vlib_node_add_next_with_slotChristian Hopps1-1/+10
2019-11-18vlib: Handle race in thread barrier processingAlexander Kabaev1-1/+1
2019-11-15vlib: enhance the "show cli" debug CLI commandDave Barach2-49/+209
2019-11-15vlib: Trivial - fix typo in short helpPaul Vinciguerra1-1/+1
2019-11-15vlib: linux: fix wrong iommu_group value issue when using dpdk-pluginYulong Pei1-22/+19
2019-11-05vlib: only dump 1st buffer in chain by defaultBenoît Ganne3-4/+15
2019-11-05vlib: fix subclass name being truncated in outputPaul Vinciguerra1-1/+1
2019-11-05vlib: unix trivial- clean up typos in docsPaul Vinciguerra1-2/+2
2019-10-29vlib: enable worker-thread dispatch pcap traceDave Barach1-3/+7
2019-10-27vlib: fix cli process stack overflowChenmin Sun1-1/+1
2019-10-18vlib: move thread barrier around mod of global node next dataChristian E. Hopps1-6/+5
2019-10-18misc: add "show run summary"Dave Barach1-11/+19
2019-10-15vlib: pci: set pci driver name to none when no driver is loadedBenoît Ganne1-0/+2
2019-10-08vlib: fix old nodes vector overflow in reforkBenoît Ganne1-5/+2
2019-10-04vlib: improve summary vector-rate statisticsDave Barach4-78/+54
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion3-0/+14
2019-09-30vlib: fix cli process stack overflowAloys Augustin1-1/+1
2019-09-30vlib: cli support ctrl-w to erase left wordHiroki Shirokura1-0/+47
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-0/+1
2019-09-27tap: fix tap interface not working on Arm issueLijian.Zhang2-1/+7
2019-09-25misc: unify pcap rx / tx / drop traceDave Barach1-2/+9
2019-09-25misc: classifier-based packet trace filterDave Barach1-0/+1
2019-09-25interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-09-25vlib: fix null pointer crash on strncmpSteven Luong1-2/+2
2019-09-21vlib: fix vlib_buffer_main_init_numa_node memory leak.Guanghua Zhang1-3/+8
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach1-1/+1
2019-09-09vlib: clean up the "pcap dispatch trace" debug CLIDave Barach2-136/+183
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach1-0/+17
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo2-4/+2
2019-08-10vlib: fix vlib_buffer_copy to preserve buffer flags bitJohn Lo1-3/+8
2019-08-02vlib: fix out of memory issueFilip Tehlar1-0/+3
2019-08-01interface: fix pcap tx/rx trace cli handlingJohn Lo1-6/+0
2019-07-31vlib: fix format_error_traceDave Barach1-1/+2
2019-07-30vlib: Fix packet tracingNeale Ranns1-1/+1
2019-07-26dhcp: send unicast and broadcast packets via the IP adjacencyNeale Ranns1-1/+1
2019-07-23vlib: address vlib_error_t scaling issueDave Barach6-38/+36
2019-07-22stats: fix use-after-free hash key stringBenoît Ganne1-3/+6
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz3-82/+44
2019-07-16api: enable binary API event logging in vatDave Barach4-35/+40
2019-07-10vlib: Replace timer in CLI with an event processChris Luke1-16/+140
2019-07-08api: Implement log_dump/log_detailsPaul Vinciguerra2-52/+55
2019-06-24vlib: packet tracer support for pkt thread handoffsDave Barach7-17/+192
2019-06-20buffers: fix crashKlement Sekera1-3/+9
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan2-3/+3
2019-06-16vlib: add "memory-trace stats-segment"Dave Barach1-40/+147