aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-12buffers: fix vlib_buffer_free_no_nextDamjan Marion1-1/+1
2019-06-11vlib: avoid retrieving freed file in epollFlorin Coras1-6/+7
2019-06-08trace frame-queue on trigger out of memorydongjuan2-3/+2
2019-06-04sort worker-thread init functions in advanceDave Barach5-12/+71
2019-05-29Break out the broom for some cleanup workDave Barach2-0/+38
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns2-0/+32
2019-05-24Add callback multiplex supportDave Barach3-12/+18
2019-05-22stats: support multiple works for error countersOle Troan4-43/+79
2019-05-17Add a debug-CLI leak-checkerDave Barach1-0/+25
2019-05-17Trivial typo. punt_node.cPaul Vinciguerra1-1/+1
2019-05-17Fix 'terminal history off' crasherChris Luke1-7/+14
2019-05-16init / exit function orderingDave Barach8-60/+577
2019-05-14Preallocate mhash key_tmps vectorDave Barach2-16/+12
2019-05-10cli: Add return value in cli_inbandOle Troan2-5/+10
2019-05-06gcov / test framework: sigterm not sigkillDave Barach1-0/+11
2019-05-03Add callbacks for extended trace functionality, one as content is added with ...Gary Boon2-1/+33
2019-05-02vlib: align stack on OS page sizeBenoƮt Ganne1-1/+1
2019-05-01Add node, frame to vlib main loop perf analysis callback argumentsDave Barach2-6/+13
2019-04-24Clean up multi-thread barrier-sync hold-down timerDave Barach2-13/+57
2019-04-22vlib epoll: handle file removal on EPOLLINFlorin Coras1-0/+2
2019-04-18vlib epoll: protect against clib file pool expansionFlorin Coras1-1/+3
2019-04-18Fix memory corruption faulting [VPP-1639]Artem Belov1-3/+3
2019-04-12Trivial: Update doxygen comments.Paul Vinciguerra1-3/+10
2019-04-08vlib-punt: fix error node countingNeale Ranns2-26/+14
2019-04-03pci: Fix the crash on deleting the pci deviceMohsin Kazmi1-2/+5
2019-04-02stat-segment: scaling improvementNeale Ranns1-8/+8
2019-04-01Enhance vlib_buffer_clone to change headroom space for packetJohn Lo1-7/+66
2019-03-28Punt InfraNeale Ranns6-2/+1063
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra3-6/+6
2019-03-26node: vector must be checked with vec_headerKingwel Xie1-1/+1
2019-03-21Ignore SIGTERM during the vpp boot sequenceDave Barach2-12/+17
2019-03-20Re-enable aarch64 neon instruction in vlib_buffer_free_inlineLijian.Zhang1-3/+3
2019-03-13VPP-1576: fix a set of coverity warningsDave Barach1-1/+4
2019-03-13buffers: don't use clib_memcpy for copying buffer indicesDamjan Marion1-1/+37
2019-03-13Move the punt/drop nodes into vlibNeale Ranns2-0/+287
2019-03-13buffers: fix ref_count mask in vlib_buffer_free_inlineDamjan Marion1-1/+1
2019-03-13deprecate VLIB_NODE_FUNCTION_MULTIARCHFilip Tehlar1-4/+0
2019-03-13vmbus: not having uio_hv_generic is not an errorStephen Hemminger1-7/+20
2019-03-12Perf tune handoff queue pollingDave Barach3-3/+25
2019-03-12ICMP46 error: Clone first buffer instead of "truncating" original bufferOle Troan1-0/+21
2019-03-10Perf tune get_frame_size_infoDave Barach3-3/+14
2019-03-06vmbus: fix bug that breaks multiple netvsc vdevsMatthew Smith1-2/+2
2019-03-06vlib: coverity woesSteven Luong1-2/+1
2019-03-04buffers: support cases where numa node memory is not availableDamjan Marion3-40/+82
2019-03-04stats: fix crash on early initFilip Tehlar1-4/+18
2019-03-01Save signum and faulting address in static variablesDave Barach1-0/+6