buffers: configurable buffer fault injector
[vpp.git] / src / vlib / buffer_funcs.h
2020-04-13 Dave Barachbuffers: configurable buffer fault injector 61/26461/3
2020-04-07 Dave Barachl2: handle complete clone fail in l2_flood 07/26407/5
2020-03-20 Benoît Gannerdma: ring db only once per vector on tx 47/26047/2
2020-03-02 Damjan Marionrdma: improve rx loop 81/25581/2
2019-11-26 Benoît Gannemisc: add gdb helpers for vlib buffers 86/23586/2
2019-10-31 Benoît Gannevlib: only dump 1st buffer in chain by default 77/22877/3
2019-10-28 Damjan Marionvlib: don't use vector for keeping buffer indices in... 42/18242/10
2019-08-15 John Lovlib: copy trace_handle in vlib_buffer_copy/clone(... 83/21283/3
2019-08-09 John Lovlib: fix vlib_buffer_copy to preserve buffer flags bit 27/21127/2
2019-06-20 Klement Sekerabuffers: fix crash 25/19925/13
2019-06-12 Damjan Marionbuffers: fix vlib_buffer_free_no_next 88/20088/2
2019-04-01 John LoEnhance vlib_buffer_clone to change headroom space... 20/18620/1
2019-03-20 Lijian.ZhangRe-enable aarch64 neon instruction in vlib_buffer_free_... 05/18405/2
2019-03-13 Damjan Marionbuffers: don't use clib_memcpy for copying buffer indices 48/18248/2
2019-03-13 Damjan Marionbuffers: fix ref_count mask in vlib_buffer_free_inline 47/18247/1
2019-03-12 Ole TroanICMP46 error: Clone first buffer instead of "truncating... 83/18183/6
2019-03-04 Damjan Marionbuffers: support cases where numa node memory is not... 50/17950/4
2019-02-25 Klement Sekerabuffer chain linearization 66/17566/12
2019-02-14 Lollita Liubuffer: bug fix vlib_buffer_free_inline 00/17600/3
2019-02-09 Damjan Marionbuffers: fix typo 42/17442/1
2019-02-06 Damjan Marionbuffers: make buffer data size configurable from startu... 41/17341/3
2019-01-31 Damjan Marionbuffers: vallidate that buffer is allocated during... 14/17214/6
2019-01-31 Damjan Marionbuffers: reinitialize metadata, add additional validation 01/17201/2
2019-01-30 Damjan Marionbuffers: major cleanup and improvements 38/16638/28
2019-01-29 Dmitry VakhrushevFix error while compiling using 'vlib/vlib.h' dependencie. 32/17132/3
2019-01-24 Damjan Marionbuffers: fix vector types 58/17058/2
2019-01-23 Damjan Marionbuffers: wrap vlib_buffer_t to union and expose vector... 26/17026/3
2019-01-20 Damjan Marionbuffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro... 08/16908/4
2019-01-20 Damjan Marionbuffers: remove vlib_buffer_delete_free_list 06/16906/2
2019-01-20 Damjan Marionbuffers: don't init metadata, as it is already initialized 04/16904/3
2019-01-20 Damjan Marionbuffers: keep buffer_main in vlib_main_t 03/16903/3
2019-01-19 Damjan Marionbuffers: remove free-list information from buffer metadata 94/16894/4
2019-01-18 Damjan Marionbuffers: remove freelist argument from vlib_buffer_add_data 93/16893/4
2019-01-18 Damjan MarionAdd vlib_buffer_copy_indices inline function 92/16892/4
2019-01-18 Damjan Mariondeprecate clib_memcpy64_x4 91/16891/3
2019-01-07 Dave BarachHandle buffer alloc failure in vlib_buffer_add_data 10/16710/2
2019-01-01 Damjan Marionbuffers: remove unused code 46/16646/4
2018-12-13 Klement Sekerafix vlib_buffer_chain_compress assert in debug 35/16435/4
2018-11-20 Eyal Baridhcp4:(VPP-1483) linearize chained packets before handling 59/15759/6
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-11-13 Eyal Barivlib:remove unused argument 56/15856/2
2018-10-23 Damjan MarionNuma-aware, growable physical memory allocator (pmalloc) 06/15106/34
2018-10-22 Damjan Marionvlib: introduce vlib_buffer_get_{pa,va,current_va,curre... 49/15449/2
2018-10-19 Sirshak Dasvppinfra: add atomic macros for __sync builtins 81/15181/5
2018-10-01 Dave BarachAPI / CLI event-log tracing 73/15073/2
2018-09-12 Sirshak DasAdd and enable u32x4_extend_to_u64x2_high for aarch64... 06/14606/7
2018-07-27 Damjan Marion128-bit SIMD version of vlib_get_buffers 53/13753/3
2018-07-23 Neale RannsBuffer clone: copy opaque2 12/13612/2
2018-06-09 Damjan MarionFix bug in vlib_buffer_free_from_ring_no_next 73/12973/2
2018-05-31 Zhiyong Yangfix missing void pointer explicit type cast 18/12818/2
2018-05-29 Yoann DesmouceauxFixed vlib_buffer_clone with stale chained buffers 85/12785/2
2018-05-17 Damjan MarionAdd buffer pointer-to-index and index-to-pointer array... 20/12620/5
2018-04-04 Damjan Marionmemif: zero copy slave 11/11511/2
2018-03-14 Damjan Marionvlib: internal buffer manager rework 38/11138/3
2018-03-06 Damjan Marionvlib: avoid crash if fill_free_list returns 0 buffers 88/10988/2
2018-02-26 Damjan Marionvlib: add vlib_buffer_free_from_ring 08/10808/2
2018-02-07 Damjan MarionRefactor vlib_buffer flags 75/10375/8
2018-02-02 Neale Rannsvlib_buffer_clone: allow client to request the maximum... 78/10078/7
2018-02-01 Klement SekeraIPv4/6 reassembly 32/9532/10
2018-01-31 Stevenvlib: allocating buffers on thread-x and freeing them... 34/10334/2
2018-01-18 Damjan Marionvlib: add vlib_buffer_alloc_to_ring API 58/10158/2
2017-12-09 Damjan Marionvlib: PCI rework to support VFIO 57/9757/12
2017-11-27 Damjan Marionvlib: make vlib_buffer_alloc inline function 63/9563/5
2017-11-09 Klement Sekerabuffers: fix bug in free list n_alloc tracking 56/9356/3
2017-10-25 Damjan Marionvlib: add support for multiple buffer pools 82/8782/6
2017-09-07 Damjan Marionvlib physmem rework 33/8333/2
2017-08-30 Damjan MarionThread safe internal buffer manager, take two 32/8232/4
2017-08-11 Florin CorasFix tcp multi buffer segments retransmission 71/7871/12
2017-07-27 Damjan MarionThread safe internal buffer manager 98/7798/4
2017-07-14 Damjan MarionIntroduce l{2,3,4}_hdr_offset fields in the buffer... 72/7572/4
2017-07-13 Chris Lukedpdk: fix dpdk_buffer_pool_create name 94/7494/3
2017-07-10 Damjan Marionvlib: store buffer memory information in the buffer_main 03/7503/3
2017-04-06 Damjan MarionUse thread local storage for thread index 11/6011/4
2017-03-15 Neale RannsNo vector allocation during buffer copy 52/5752/3
2017-03-01 Dave BarachFix buffer template copy 71/5571/2
2017-02-28 Damjan Marionvlib: add buffer cloning support 72/4872/17
2017-02-24 Dave BarachVPP-650: handle buffer failure in vlib_buffer_copy... 05/5505/2
2017-02-06 Damjan Marionvlib: remove algned/unaligned buffers scheme 29/5029/5
2017-01-17 Damjan Mariondpdk: remove duplicate code in buffers.c 26/4726/4
2017-01-14 Damjan Marionvlib: add buffer and thread callbacks 92/4592/9
2016-12-28 Damjan MarionReorganize source tree to use single autotools instance 30/4430/19