Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vlib
/
buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-31
assert on double-free in debug build
Klement Sekera
1
-4
/
+2
2019-01-31
buffers: reinitialize metadata, add additional validation
Damjan Marion
1
-0
/
+1
2019-01-30
buffers: major cleanup and improvements
Damjan Marion
1
-375
/
+224
2019-01-20
buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes
Damjan Marion
1
-17
/
+10
2019-01-20
buffers: remove vlib_buffer_delete_free_list
Damjan Marion
1
-43
/
+0
2019-01-20
buffers: don't init metadata, as it is already initialized
Damjan Marion
1
-1
/
+0
2019-01-20
buffers: keep buffer_main in vlib_main_t
Damjan Marion
1
-16
/
+17
2019-01-19
buffers: remove free-list information from buffer metadata
Damjan Marion
1
-14
/
+7
2019-01-18
buffers: remove freelist argument from vlib_buffer_add_data
Damjan Marion
1
-9
/
+5
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