1. 5df580e 128-bit SIMD version of vlib_get_buffers by Damjan Marion · 6 years ago
  2. 5b8ed98 Buffer clone: copy opaque2 by Neale Ranns · 6 years ago
  3. 78fd7e8 Add congestion drop in interface handoff by Damjan Marion · 6 years ago
  4. 1363763 physmem: fix alloc when dlmaloc is used by Damjan Marion · 6 years ago
  5. 4d56e05 Cleanup of handoff code by Damjan Marion · 6 years ago
  6. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  7. 0610039 Fix debug CLI node recycling bugs by Dave Barach · 6 years ago
  8. 858151f threads: fix issue with setting main-core to 0 by Damjan Marion · 6 years ago
  9. 9e300dd Do not override skip-cores if set in startup.conf by Damjan Marion · 6 years ago
  10. 7752b39 Set main thread affinity before main heap is allocated by Damjan Marion · 6 years ago
  11. 926b564 Add per-numa page allocation info to 'show memory' by Damjan Marion · 6 years ago
  12. 0d5a195 cli: Validate cli_file_index on quit command by Steve Shin · 6 years ago
  13. 99d7a72 gcc8 and Wstringop-truncation by Marco Varlese · 6 years ago
  14. 497deaf add backtrace in unix_signal_handler by Kingwel Xie · 6 years ago
  15. 85aa490 configurable per-dispatch-cycle sleep by Dave Barach · 7 years ago
  16. 1ec0ea8 STATS: Add more hierarchy to counters. by Ole Troan · 7 years ago
  17. 1f80658 Use __attribute__((weak)) references where necessary by Dave Barach · 7 years ago
  18. 1ddbc01 Stat segment / client: show run" works now by Dave Barach · 7 years ago
  19. eaba934 add end of string for format name in unix_physmem_region_alloc by lollita liu · 7 years ago
  20. 6edd360 cli: 'restart' should close open files (VPP-1068) by Chris Luke · 7 years ago
  21. 01dc6b9 cli: Disable XON/XOFF in the tty by Chris Luke · 7 years ago
  22. fc379d2 cli: Fix reverse-line-wrap in terminals (VPP-1295) by Chris Luke · 7 years ago
  23. 70a745d cli: Fix off-by-one in the pager by Chris Luke · 7 years ago
  24. 4a97393 Fix bug in vlib_buffer_free_from_ring_no_next by Damjan Marion · 7 years ago
  25. 048a4e5 export counters in a memfd segment by Dave Barach · 7 years ago
  26. 73710c7 VPP API: Memory trace by Ole Troan · 7 years ago
  27. 8855386 dpdk: improve buffer alloc perfomance by Damjan Marion · 7 years ago
  28. 462072a fix missing void pointer explicit type cast by Zhiyong Yang · 7 years ago
  29. c0c919c Add src/vlib/config.h.in template by Damjan Marion · 7 years ago
  30. 812b32d Add VLIB_NODE_FN() macro to simplify multiversioning of node functions by Damjan Marion · 7 years ago
  31. 1977a34 Fixed vlib_buffer_clone with stale chained buffers by Yoann Desmouceaux · 7 years ago
  32. 2f63bc9 log: Validate the size of vec in vlib_log by Mohsin Kazmi · 7 years ago
  33. 398fdc1 Disable vector code in vlib_buffer_enqueue_to_next if no msb mask function by Damjan Marion · 7 years ago
  34. 8c3f8a2 Add vlib_buffer_enqueue_to_next inline function by Damjan Marion · 7 years ago
  35. fd542f1 session: add session process node by Florin Coras · 7 years ago
  36. afe56de Add buffer pointer-to-index and index-to-pointer array functions by Damjan Marion · 7 years ago
  37. ed984e0 vlib: Fix WARN-ING macro in function by Mohsin Kazmi · 7 years ago
  38. eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
  39. aa682a3 A bit of buffer metadata reshuffling to accommodate flow_id by Damjan Marion · 7 years ago
  40. 526ea3e vlib: set log tap level <level> does not work for some keywords by Steven · 7 years ago
  41. e78fab8 vlib: logging improvements by Damjan Marion · 7 years ago
  42. 07a3857 Add logging support by Damjan Marion · 7 years ago
  43. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  44. 13adc3d features: don't break linked list, create separate one for arc by Damjan Marion · 7 years ago
  45. 72d2c4f plugins: unload plugin if early init fails by Damjan Marion · 7 years ago
  46. cef1db9 memif: zero copy slave by Damjan Marion · 7 years ago
  47. 30684ac Coverity fixes (VPP-1204) by Chris Luke · 7 years ago
  48. 2d207bc vlib: gcc-7 -O3 uninitialized values by Damjan Marion · 7 years ago
  49. be3f4d5 vlib: make cloned structures cacheline aligned by Damjan Marion · 7 years ago
  50. 20ba164 vlib: add support for vfio no-iommu mode by Damjan Marion · 7 years ago
  51. 06bc260 plugin: Add plugin 'default' disable/enable by Mohsin Kazmi · 7 years ago
  52. 33d1629 cli: make q work again by Florin Coras · 7 years ago
  53. 0d65d11 Fix a long-latent bi=0 bug in vlib_buffer_add_data by Dave Barach · 7 years ago
  54. d1274cb vlib: internal buffer manager rework by Damjan Marion · 7 years ago
  55. 3464c86 Rationalize plugin symbol error reporting by Dave Barach · 7 years ago
  56. 45a0946 Correct address calculation for VPP-1168 by Lee Roberts · 7 years ago
  57. 51c52c0 dpdk: move DPDK vfio hack to dpdk plugin by Damjan Marion · 7 years ago
  58. 8db9430 fix physmem mappings by Damjan Marion · 7 years ago
  59. c22fcba vlib: avoid crash if fill_free_list returns 0 buffers by Damjan Marion · 7 years ago
  60. 88c0621 physmem: keep only one physmem_main by Damjan Marion · 7 years ago
  61. f313b74 vlib: add functions to dynamically open/close PCI device by Damjan Marion · 7 years ago
  62. eac3b11 vlib: vlib_buffer_free_internal optimizations by Damjan Marion · 7 years ago
  63. 1ba0fa4 vlib: vfio code rework by Damjan Marion · 7 years ago
  64. d5ded2d vlib: rework PCI INTx support by Damjan Marion · 7 years ago
  65. 599a16b vlib: add PCI MSI-X interrupt support (vfio only) by Damjan Marion · 7 years ago
  66. 2060db8 vlib: map pci region by using vfio FD when vfio is used by Damjan Marion · 7 years ago
  67. 44bcc20 vlib: fix vlib_pci_get_device_info on when not running as root by Damjan Marion · 7 years ago
  68. f9a968e vlib: use vfio fd for accessing PCI config space by Damjan Marion · 7 years ago
  69. a373149 vlib: add vlib_buffer_free_from_ring by Damjan Marion · 7 years ago
  70. 3c7fdc0 vlib: fix formatting in pci_config.h by Damjan Marion · 7 years ago
  71. 3a59382 vlib: fix pci init by Damjan Marion · 7 years ago
  72. dac0352 Refactor vlib_buffer flags by Damjan Marion · 7 years ago
  73. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  74. 1403fcd Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set by Dave Barach · 7 years ago
  75. 8f36e4a vlib_buffer_clone: allow client to request the maximum number of clones; 256 by Neale Ranns · 7 years ago
  76. 75e7d13 IPv4/6 reassembly by Klement Sekera · 7 years ago
  77. 899a84b vlib: allocating buffers on thread-x and freeing them on thread-y causes by Steven · 7 years ago
  78. 28cf3b7 VPP-899: Run VPP under SELinux by Billy McFall · 7 years ago
  79. d47c509 Fix MP hazard in interrupt node scheduling by Dave Barach · 7 years ago
  80. c58408c vlib: add vlib_buffer_alloc_to_ring API by Damjan Marion · 7 years ago
  81. 2e172ea physmem: fix physmem allocation on kernels without NUMA support by Damjan Marion · 7 years ago
  82. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  83. 2877eee VPP-1102: fix dangling references in RPC handling by Dave Barach · 7 years ago
  84. 2752b89 pci: auto-detect right vfio/uio driver by Damjan Marion · 7 years ago
  85. 52014c6 physmem: fix bug in detection of cross page boundary allocations by Damjan Marion · 7 years ago
  86. 9650418 vlib: fix issues in the new pci code reported by coverity by Damjan Marion · 7 years ago
  87. 82d8ec2 VPP-1077 Add meaningful error info, when executing command with enable/disable option by Swarup Nayak · 7 years ago
  88. cef87f1 vlib: PCI rework to support VFIO by Damjan Marion · 7 years ago
  89. 2222986 Remove unused, uninteresting code by Dave Barach · 7 years ago
  90. 9c2c243 fix bug in pager by Neale Ranns · 7 years ago
  91. 2e292c6 vlib: switch when frames are different by Eyal Bari · 7 years ago
  92. 0a32b60 Configure vat-plugin-path and vat-plugin-name-filter by Dave Barach · 7 years ago
  93. af6f93a net/virtio: support modern device id by Gabriel Ganne · 7 years ago
  94. c8a26c6 vlib: make vlib_buffer_alloc inline function by Damjan Marion · 7 years ago
  95. cabbee7 Call a plugin init function by name by Dave Barach · 7 years ago
  96. 04f3db3 dpdk: introduce AVX512 variants of node functions by Damjan Marion · 7 years ago
  97. 2d8bf30 Instead of a min term size, use a default (VPP-1061) by Chris Luke · 7 years ago
  98. 75e974b buffers: fix bug in free list n_alloc tracking by Klement Sekera · 7 years ago
  99. 2ca8ced physmem: register region with IOMMU by Damjan Marion · 7 years ago
  100. 149ba77 vlib: add support for multiple buffer pools by Damjan Marion · 7 years ago