- 899a84b vlib: allocating buffers on thread-x and freeing them on thread-y causes by Steven · 7 years ago
- 28cf3b7 VPP-899: Run VPP under SELinux by Billy McFall · 7 years ago
- d47c509 Fix MP hazard in interrupt node scheduling by Dave Barach · 7 years ago
- c58408c vlib: add vlib_buffer_alloc_to_ring API by Damjan Marion · 7 years ago
- 2e172ea physmem: fix physmem allocation on kernels without NUMA support by Damjan Marion · 7 years ago
- e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
- 2877eee VPP-1102: fix dangling references in RPC handling by Dave Barach · 7 years ago
- 2752b89 pci: auto-detect right vfio/uio driver by Damjan Marion · 7 years ago
- 52014c6 physmem: fix bug in detection of cross page boundary allocations by Damjan Marion · 7 years ago
- 9650418 vlib: fix issues in the new pci code reported by coverity by Damjan Marion · 7 years ago
- 82d8ec2 VPP-1077 Add meaningful error info, when executing command with enable/disable option by Swarup Nayak · 7 years ago
- cef87f1 vlib: PCI rework to support VFIO by Damjan Marion · 7 years ago
- 2222986 Remove unused, uninteresting code by Dave Barach · 7 years ago
- 9c2c243 fix bug in pager by Neale Ranns · 7 years ago
- 2e292c6 vlib: switch when frames are different by Eyal Bari · 7 years ago
- 0a32b60 Configure vat-plugin-path and vat-plugin-name-filter by Dave Barach · 7 years ago
- af6f93a net/virtio: support modern device id by Gabriel Ganne · 7 years ago
- c8a26c6 vlib: make vlib_buffer_alloc inline function by Damjan Marion · 7 years ago
- cabbee7 Call a plugin init function by name by Dave Barach · 7 years ago
- 04f3db3 dpdk: introduce AVX512 variants of node functions by Damjan Marion · 7 years ago
- 2d8bf30 Instead of a min term size, use a default (VPP-1061) by Chris Luke · 7 years ago
- 75e974b buffers: fix bug in free list n_alloc tracking by Klement Sekera · 7 years ago
- 2ca8ced physmem: register region with IOMMU by Damjan Marion · 7 years ago
- 149ba77 vlib: add support for multiple buffer pools by Damjan Marion · 7 years ago
- 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
- 0bda0f4 Thread_index for thread0 in vlib_global_main not initialised by Keith Burns (alagalah) · 7 years ago
- 7bee773 VPP-1024: rewrite buffer trajectory tracer by Dave Barach · 7 years ago
- 903651c VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler by Dave Barach · 7 years ago
- d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
- 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
- 69128d0 Add thread-safe event signaller, use RPC where required by Dave Barach · 7 years ago
- b66201f Fix vpp "unix interactive" when running under emacs + gdb by Dave Barach · 7 years ago
- 03add7f vppctl,cli: Improve non-interactive vppctl (VPP-944) by Chris Luke · 7 years ago
- 561ae0a CLI: fix segfault when browsing an empty history by Yoann Desmouceaux · 7 years ago
- 609707e Fix DHCP client so it works for worker threads by John Lo · 7 years ago
- b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
- 2f9b0c0 dpdk: cli to check for buffer leakage by Florin Coras · 7 years ago
- 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
- f49921f clib_socket: add sendmsg / recvmsg with ancillary data support by Damjan Marion · 7 years ago
- d9226b2 physmem: remove debug leftovers by Damjan Marion · 7 years ago
- eb1ac17 Recombine diags and minimum barrier open time changes (VPP-968) by Colin Tregenza Dancer · 7 years ago
- 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
- 816122e physmem: make fake allocation non-fatal if we cannot pick numa node by Damjan Marion · 7 years ago
- 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago
- ab7b8d9 Fixes for issues reported by Coverity (VPP-972) by Chris Luke · 7 years ago
- 49d66f1 vlib physmem rework by Damjan Marion · 7 years ago
- 9a244bb Add pidfile cmdline option by Pierre Pfister · 7 years ago
- 2159618 Refork worker thread data structures in parallel (VPP-970) by Colin Tregenza Dancer · 7 years ago
- c67787b Set runtime_path properly when running non-root by Damjan Marion · 7 years ago
- b6a8ed7 Thread safe internal buffer manager, take two by Damjan Marion · 7 years ago
- d84ba85 TCP horizontal scaling by Dave Barach · 7 years ago
- 57d963f Make VPP runtime directory configurable by Damjan Marion · 7 years ago
- b2215d6 Fix tcp multi buffer segments retransmission by Florin Coras · 7 years ago
- 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
- 6b0f589 Thread safe internal buffer manager by Damjan Marion · 7 years ago
- 30af5da VPP-905: Wrong define used in function start_workers. by JingLiuZTE · 7 years ago
- d756b35 Fix unlinking of /dev/shm files. by Dave Wallace · 7 years ago
- 072401e Introduce l{2,3,4}_hdr_offset fields in the buffer metadata by Damjan Marion · 7 years ago
- 19e9d95 VPP-895 multi-thread: fix vpp crash on show runtime by Igor Mikhailov (imichail) · 7 years ago
- a2522f6 dpdk: fix dpdk_buffer_pool_create name by Chris Luke · 7 years ago
- 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
- 191a1a4 vlib: fix issues with PCI handling code by Damjan Marion · 7 years ago
- 475674e unix: mkdir VPP_RUN_DIR before opening a socket in it by Chris Luke · 7 years ago
- 7447d07 Buffer name inconsistently used a cstring/vec (VPP-901) by Chris Luke · 7 years ago
- bb620d7 VPP debug image with worker threads hit assert on adding IP route with traffic (VPP-892) by Neale Ranns · 7 years ago
- 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
- f661638 Add option to create clib_socket with group write permissions by Damjan Marion · 7 years ago
- a54230d Add knob to specify effective group id (gid) for VPP process by Damjan Marion · 7 years ago
- 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
- a626999 VPP-873: fix vector expansion bug in dispatch_pending_node by Dave Barach · 8 years ago
- 6e8ab16 vlib: add screen-256color CLI terminal type by Damjan Marion · 8 years ago
- a9a54c1 vlib: add unix_file_del_by_index function by Damjan Marion · 8 years ago
- a7f7457 vlib: use driver_override in sysfs for binding pci devs to vfio/uio drivers by Damjan Marion · 8 years ago
- 4227eef Fix tab-completion coverity issue by Yoann Desmouceaux · 8 years ago
- 3060e07 Add TAB-based auto-completion to the CLI by Yoann Desmouceaux · 8 years ago
- f3b5364 vhost: migrate to use device infra for worker thread assignment, rx-mode. by Steven · 8 years ago
- 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago
- f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
- 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
- 3c785e0 vlib: do not unbind devices already bound to vfio-pci by Damjan Marion · 8 years ago
- 816f437 Fix vnet unit tests by Filip Tehlar · 8 years ago
- c9fc77c Exit if plugin load attempt fail by Damjan Marion · 8 years ago
- 36c1308 Fix structure alignment with 32-bit pointers by Damjan Marion · 8 years ago
- 9c2b9f4 vlib: add cli command to dump all CLI commands by Damjan Marion · 8 years ago
- ecba903 Fix typo in minimal epoll polling time by Pierre Pfister · 8 years ago
- 153646e Common device-input interrupt infra by Damjan Marion · 8 years ago
- 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
- 2c2b640 vlib: make vlib_node_interrupt_pending(...) thread safe by Damjan Marion · 8 years ago
- 903fd51 Clean up event log merge code by Dave Barach · 8 years ago
- ce359db vlib: extend foreach_vlib_main macro to assert if workers are not parked by Damjan Marion · 8 years ago
- 9a332e1 vlib: inline dispatch_node(...) (again) by Damjan Marion · 8 years ago
- 1bfb0dd vlib: add description field in plugin registration by Damjan Marion · 8 years ago
- 7312cc7 vhost: support interrupt mode by Steven · 8 years ago
- eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
- 1bd0109 64 bit per-thread counters by Neale Ranns · 8 years ago
- 6aa75af vlib: fix potential crash in dispatch_node ELOG_DATA call by Steven · 8 years ago
- b6f93a1 vlib: additional runtime_data checks by Damjan Marion · 8 years ago
- e9f929b vlib: make runtime_data thread-local by Damjan Marion · 8 years ago
- 9d676af No vector allocation during buffer copy by Neale Ranns · 8 years ago
- 20e272c vlib: poll pre_input nodes only on main thread by Damjan Marion · 8 years ago