aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
2017-12-05vlib: Add pointer to driver data to vlib_buffer_tMichal Mazur1-1/+2
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras3-2/+3
2017-06-07VPP-873: fix vector expansion bug in dispatch_pending_nodeDave Barach1-13/+27
2017-06-06vlib: add screen-256color CLI terminal typeDamjan Marion1-0/+1
2017-06-05vlib: add unix_file_del_by_index functionDamjan Marion1-0/+8
2017-05-24vlib: use driver_override in sysfs for binding pci devs to vfio/uio driversDamjan Marion1-12/+30
2017-05-24Fix tab-completion coverity issueYoann Desmouceaux1-1/+2
2017-05-23Add TAB-based auto-completion to the CLIYoann Desmouceaux3-0/+259
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven1-10/+1
2017-05-16VPP-845: add configurable elog post-mortem dumpDave Barach3-4/+28
2017-05-10completelly deprecate os_get_cpu_number, replace new occurencesDamjan Marion4-14/+5
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-1/+1
2017-05-08vlib: do not unbind devices already bound to vfio-pciDamjan Marion1-0/+5
2017-05-03Fix vnet unit testsFilip Tehlar1-0/+12
2017-04-26Exit if plugin load attempt failDamjan Marion1-6/+2
2017-04-25Fix structure alignment with 32-bit pointersDamjan Marion1-0/+4
2017-04-21vlib: add cli command to dump all CLI commandsDamjan Marion1-0/+49
2017-04-11Fix typo in minimal epoll polling timePierre Pfister1-1/+1
2017-04-10Common device-input interrupt infraDamjan Marion1-0/+14
2017-04-06Use thread local storage for thread indexDamjan Marion16-116/+94
2017-04-04vlib: make vlib_node_interrupt_pending(...) thread safeDamjan Marion3-5/+22
2017-04-01Clean up event log merge codeDave Barach1-1/+1
2017-03-31vlib: extend foreach_vlib_main macro to assert if workers are not parkedDamjan Marion2-12/+27
2017-03-28vlib: inline dispatch_node(...) (again)Damjan Marion2-11/+2
2017-03-22vlib: add description field in plugin registrationDamjan Marion2-5/+10
2017-03-22vhost: support interrupt modeSteven1-5/+8
2017-03-20vnet: add device-input threadplacement infraDamjan Marion1-10/+4
2017-03-1764 bit per-thread countersNeale Ranns2-172/+101
2017-03-17vlib: fix potential crash in dispatch_node ELOG_DATA callSteven1-2/+11
2017-03-16vlib: additional runtime_data checksDamjan Marion1-8/+14
2017-03-16vlib: make runtime_data thread-localDamjan Marion5-45/+103
2017-03-15No vector allocation during buffer copyNeale Ranns1-4/+1
2017-03-14vlib: poll pre_input nodes only on main threadDamjan Marion1-6/+7
2017-03-10Retire vpp_liteDamjan Marion1-0/+6
2017-03-10vlib: deduplicatee code in main and worker main loopDamjan Marion4-142/+116
2017-03-09vlib_mains == 0 special cases be goneDave Barach6-55/+65
2017-03-08vlib: add process restart cliDamjan Marion1-0/+20
2017-03-06Add support for unix { coredump-size <size> }.Klement Sekera1-0/+22
2017-03-02Clean up binary api message handler registration issuesDave Barach1-7/+24
2017-03-01VPP-598: tcp stack initial commitDave Barach2-1/+69
2017-03-01Fix buffer template copyDave Barach2-5/+30
2017-02-28vlib: add buffer cloning supportDamjan Marion3-200/+171
2017-02-27vlib: add VLIB_BUFFER_EXT_HDR_VALID flagDamjan Marion1-0/+2
2017-02-26Load plugins in alphabetical orderDave Barach1-9/+55
2017-02-24VPP-650: handle buffer failure in vlib_buffer_copy(...)Dave Barach1-1/+10
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall3-34/+80
2017-02-22fix trace frame-queue unformat of indexMatus Fabian1-1/+1
2017-02-07VPP-630: Null pointer dereferences in vlib/unix/plugin.cOle Troan1-1/+1
2017-02-06vlib: remove algned/unaligned buffers schemeDamjan Marion4-250/+39
2017-02-05fix some 'stored but never read' warnings raised by clangGabriel Ganne2-6/+7