Age | Commit message (Expand) | Author | Files | Lines |
2019-01-07 | Handle buffer alloc failure in vlib_buffer_add_data |  Dave Barach | 1 | -6/+7 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 1 | -63/+1 |
2018-11-25 | vlib:init free list buffers vec |  Eyal Bari | 1 | -0/+4 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -9/+10 |
2018-11-13 | vlib:remove unused argument |  Eyal Bari | 1 | -1/+1 |
2018-10-25 | pmalloc: support for 4K pages |  Damjan Marion | 1 | -4/+24 |
2018-10-23 | physmem coverity issues |  Damjan Marion | 1 | -1/+1 |
2018-10-23 | vlib: alloc buffers on local numa, not on numa 1 |  Damjan Marion | 1 | -1/+2 |
2018-10-23 | vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCK |  Damjan Marion | 1 | -1/+5 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 1 | -54/+21 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -4/+4 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size |  Haiyang Tan | 1 | -1/+1 |
2018-09-03 | Deprecate old buffer replication scheme |  Damjan Marion | 1 | -49/+14 |
2018-03-16 | Fix a long-latent bi=0 bug in vlib_buffer_add_data |  Dave Barach | 1 | -1/+1 |
2018-03-14 | vlib: internal buffer manager rework |  Damjan Marion | 1 | -163/+112 |
2018-03-05 | vlib: vlib_buffer_free_internal optimizations |  Damjan Marion | 1 | -53/+88 |
2018-03-05 | vlib: vfio code rework |  Damjan Marion | 1 | -8/+10 |
2018-02-07 | Refactor vlib_buffer flags |  Damjan Marion | 1 | -17/+30 |
2018-01-31 | vlib: allocating buffers on thread-x and freeing them on thread-y causes |  Steven | 1 | -6/+5 |
2017-11-27 | vlib: make vlib_buffer_alloc inline function |  Damjan Marion | 1 | -63/+8 |
2017-10-25 | vlib: add support for multiple buffer pools |  Damjan Marion | 1 | -12/+24 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 1 | -1/+1 |
2017-09-15 | dpdk: cli to check for buffer leakage |  Florin Coras | 1 | -1/+1 |
2017-09-07 | vlib physmem rework |  Damjan Marion | 1 | -7/+65 |
2017-08-30 | Thread safe internal buffer manager, take two |  Damjan Marion | 1 | -0/+19 |
2017-07-27 | Thread safe internal buffer manager |  Damjan Marion | 1 | -6/+1 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata |  Damjan Marion | 1 | -6/+10 |
2017-07-10 | vlib: store buffer memory information in the buffer_main |  Damjan Marion | 1 | -24/+33 |
2017-07-05 | Buffer name inconsistently used a cstring/vec (VPP-901) |  Chris Luke | 1 | -3/+3 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 1 | -3/+3 |
2017-03-10 | Retire vpp_lite |  Damjan Marion | 1 | -0/+6 |
2017-03-09 | vlib_mains == 0 special cases be gone |  Dave Barach | 1 | -3/+24 |
2017-03-01 | VPP-598: tcp stack initial commit |  Dave Barach | 1 | -1/+1 |
2017-02-28 | vlib: add buffer cloning support |  Damjan Marion | 1 | -196/+58 |
2017-02-06 | vlib: remove algned/unaligned buffers scheme |  Damjan Marion | 1 | -195/+25 |
2017-01-17 | dpdk: remove duplicate code in buffers.c |  Damjan Marion | 1 | -52/+21 |
2017-01-14 | vlib: add buffer and thread callbacks |  Damjan Marion | 1 | -681/+55 |
2016-12-28 | Reorganize source tree to use single autotools instance |  Damjan Marion | 1 | -0/+1987 |