1. 22f23ae buffers: fix vector types by Damjan Marion · 6 years ago
  2. 9a8a12a buffers: wrap vlib_buffer_t to union and expose vector types by Damjan Marion · 6 years ago
  3. 3235382 buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes by Damjan Marion · 6 years ago
  4. b67196d buffers: remove vlib_buffer_delete_free_list by Damjan Marion · 6 years ago
  5. 6434430 buffers: don't init metadata, as it is already initialized by Damjan Marion · 6 years ago
  6. d50e347 buffers: keep buffer_main in vlib_main_t by Damjan Marion · 6 years ago
  7. 36eb7c2 buffers: remove free-list information from buffer metadata by Damjan Marion · 6 years ago
  8. ab9b7ec buffers: remove freelist argument from vlib_buffer_add_data by Damjan Marion · 6 years ago
  9. 64d557c Add vlib_buffer_copy_indices inline function by Damjan Marion · 6 years ago
  10. e58041f deprecate clib_memcpy64_x4 by Damjan Marion · 6 years ago
  11. 3a63fc5 Handle buffer alloc failure in vlib_buffer_add_data by Dave Barach · 6 years ago
  12. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  13. 69db1a6 fix vlib_buffer_chain_compress assert in debug by Klement Sekera · 6 years ago
  14. d3d4241 dhcp4:(VPP-1483) linearize chained packets before handling by Eyal Bari · 6 years ago
  15. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  16. b688fb1 vlib:remove unused argument by Eyal Bari · 6 years ago
  17. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  18. 8f49936 vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines by Damjan Marion · 6 years ago
  19. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  20. c3a0655 API / CLI event-log tracing by Dave Barach · 6 years ago
  21. 759226e Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics. by Sirshak Das · 6 years ago
  22. 5df580e 128-bit SIMD version of vlib_get_buffers by Damjan Marion · 6 years ago
  23. 5b8ed98 Buffer clone: copy opaque2 by Neale Ranns · 6 years ago
  24. 4a97393 Fix bug in vlib_buffer_free_from_ring_no_next by Damjan Marion · 7 years ago
  25. 462072a fix missing void pointer explicit type cast by Zhiyong Yang · 7 years ago
  26. 1977a34 Fixed vlib_buffer_clone with stale chained buffers by Yoann Desmouceaux · 7 years ago
  27. afe56de Add buffer pointer-to-index and index-to-pointer array functions by Damjan Marion · 7 years ago
  28. cef1db9 memif: zero copy slave by Damjan Marion · 7 years ago
  29. d1274cb vlib: internal buffer manager rework by Damjan Marion · 7 years ago
  30. c22fcba vlib: avoid crash if fill_free_list returns 0 buffers by Damjan Marion · 7 years ago
  31. a373149 vlib: add vlib_buffer_free_from_ring by Damjan Marion · 7 years ago
  32. dac0352 Refactor vlib_buffer flags by Damjan Marion · 7 years ago
  33. 8f36e4a vlib_buffer_clone: allow client to request the maximum number of clones; 256 by Neale Ranns · 7 years ago
  34. 75e7d13 IPv4/6 reassembly by Klement Sekera · 7 years ago
  35. 899a84b vlib: allocating buffers on thread-x and freeing them on thread-y causes by Steven · 7 years ago
  36. c58408c vlib: add vlib_buffer_alloc_to_ring API by Damjan Marion · 7 years ago
  37. cef87f1 vlib: PCI rework to support VFIO by Damjan Marion · 7 years ago
  38. c8a26c6 vlib: make vlib_buffer_alloc inline function by Damjan Marion · 7 years ago
  39. 75e974b buffers: fix bug in free list n_alloc tracking by Klement Sekera · 7 years ago
  40. 149ba77 vlib: add support for multiple buffer pools by Damjan Marion · 7 years ago
  41. 49d66f1 vlib physmem rework by Damjan Marion · 7 years ago
  42. b6a8ed7 Thread safe internal buffer manager, take two by Damjan Marion · 7 years ago
  43. b2215d6 Fix tcp multi buffer segments retransmission by Florin Coras · 7 years ago
  44. 6b0f589 Thread safe internal buffer manager by Damjan Marion · 7 years ago
  45. 072401e Introduce l{2,3,4}_hdr_offset fields in the buffer metadata by Damjan Marion · 7 years ago
  46. a2522f6 dpdk: fix dpdk_buffer_pool_create name by Chris Luke · 7 years ago
  47. 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
  48. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  49. 9d676af No vector allocation during buffer copy by Neale Ranns · 8 years ago
  50. f869028 Fix buffer template copy by Dave Barach · 8 years ago
  51. c47ed03 vlib: add buffer cloning support by Damjan Marion · 8 years ago
  52. 26cd8c1 VPP-650: handle buffer failure in vlib_buffer_copy(...) by Dave Barach · 8 years ago
  53. bd69a5f vlib: remove algned/unaligned buffers scheme by Damjan Marion · 8 years ago
  54. 8a6a3b2 dpdk: remove duplicate code in buffers.c by Damjan Marion · 8 years ago
  55. 878c609 vlib: add buffer and thread callbacks by Damjan Marion · 8 years ago
  56. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vlib/vlib/buffer_funcs.h]
  57. 6a7acc2 Declare variables as external by Damjan Marion · 8 years ago
  58. dce0545 buffers: fix vlib_buffer_copy by Damjan Marion · 8 years ago
  59. 6765549 dpdk: remove rte_mbuf modifications at many places in the code by Damjan Marion · 8 years ago
  60. 05ab8cb vlib: add vlib_buffer_copy function by Damjan Marion · 8 years ago
  61. d4024f5 VPP-346 More VPP doc fixes by Chris Luke · 8 years ago
  62. 9b8ffd9 fd-io-styleify pass by Dave Barach · 8 years ago
  63. 7083574 Remove #if DPDK == 0, to eliminate a data structure size mismatch by Dave Barach · 8 years ago
  64. 57bf403 Remove duplicate code buffer_func.h by Damjan Marion · 8 years ago
  65. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  66. 1901020 Use rte_mempool private data for storing vlib_buffer_t by Damjan Marion · 9 years ago
  67. 2df2e3d TAP: Jumbo-frame support. by Ole Troan · 9 years ago
  68. 328e99b Add jumbo frames support to non-dpdk vhost interfaces. by Pierre Pfister · 9 years ago
  69. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0