aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
2017-10-16VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handlerDave Barach2-4/+8
2017-09-26Add thread-safe event signaller, use RPC where requiredDave Barach3-2/+59
2017-09-22Fix vpp "unix interactive" when running under emacs + gdbDave Barach1-3/+8
2017-09-21vppctl,cli: Improve non-interactive vppctl (VPP-944)Chris Luke1-51/+308
2017-09-20CLI: fix segfault when browsing an empty historyYoann Desmouceaux1-3/+1
2017-09-20Fix DHCP client so it works for worker threadsJohn Lo1-0/+3
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke2-1/+31
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-1/+1
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion7-536/+45
2017-09-14clib_socket: add sendmsg / recvmsg with ancillary data supportDamjan Marion1-2/+2
2017-09-12physmem: remove debug leftoversDamjan Marion1-1/+0
2017-09-11Recombine diags and minimum barrier open time changes (VPP-968)Colin Tregenza Dancer3-11/+340
2017-09-09move unix_file_* code to vppinfraDamjan Marion7-161/+98
2017-09-08physmem: make fake allocation non-fatal if we cannot pick numa nodeDamjan Marion1-4/+11
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion8-266/+356
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-4/+4
2017-09-07vlib physmem reworkDamjan Marion12-495/+662
2017-09-05Add pidfile cmdline optionPierre Pfister3-9/+98
2017-09-05Refork worker thread data structures in parallel (VPP-970)Colin Tregenza Dancer3-136/+214
2017-08-31Set runtime_path properly when running non-rootDamjan Marion1-2/+11
2017-08-30Thread safe internal buffer manager, take twoDamjan Marion3-4/+32
2017-08-25TCP horizontal scalingDave Barach3-21/+8
2017-08-24Make VPP runtime directory configurableDamjan Marion4-20/+63
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-1/+6
2017-08-02Fix tcp tx buffer allocationFlorin Coras2-8/+10
2017-07-27Thread safe internal buffer managerDamjan Marion4-9/+18
2017-07-26VPP-905: Wrong define used in function start_workers.JingLiuZTE1-1/+2
2017-07-17Fix unlinking of /dev/shm files.Dave Wallace1-9/+9
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion3-38/+68
2017-07-13VPP-895 multi-thread: fix vpp crash on show runtimeIgor Mikhailov (imichail)1-0/+29
2017-07-13dpdk: fix dpdk_buffer_pool_create nameChris Luke1-3/+0
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion5-44/+87
2017-07-10vlib: fix issues with PCI handling codeDamjan Marion2-7/+7
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke3-0/+30
2017-07-05Buffer name inconsistently used a cstring/vec (VPP-901)Chris Luke1-3/+3
2017-06-30VPP debug image with worker threads hit assert on adding IP route with traffi...Neale Ranns2-0/+23
2017-06-28switch vlib process model to tw_timer_template timer implDave Barach4-77/+89
2017-06-21Add option to create clib_socket with group write permissionsDamjan Marion1-1/+4
2017-06-21Add knob to specify effective group id (gid) for VPP processDamjan Marion1-0/+7
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