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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vlib
/
buffer_funcs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-01
Enhance vlib_buffer_clone to change headroom space for packet
John Lo
1
-7
/
+66
2019-03-20
Re-enable aarch64 neon instruction in vlib_buffer_free_inline
Lijian.Zhang
1
-3
/
+3
2019-03-13
buffers: don't use clib_memcpy for copying buffer indices
Damjan Marion
1
-1
/
+37
2019-03-13
buffers: fix ref_count mask in vlib_buffer_free_inline
Damjan Marion
1
-1
/
+1
2019-03-12
ICMP46 error: Clone first buffer instead of "truncating" original buffer
Ole Troan
1
-0
/
+21
2019-03-04
buffers: support cases where numa node memory is not available
Damjan Marion
1
-2
/
+2
2019-02-25
buffer chain linearization
Klement Sekera
1
-97
/
+120
2019-02-14
buffer: bug fix vlib_buffer_free_inline
Lollita Liu
1
-6
/
+7
2019-02-09
buffers: fix typo
Damjan Marion
1
-4
/
+4
2019-02-06
buffers: make buffer data size configurable from startup config
Damjan Marion
1
-9
/
+10
2019-01-31
buffers: vallidate that buffer is allocated during buffer pool put
Damjan Marion
1
-8
/
+5
2019-01-31
buffers: reinitialize metadata, add additional validation
Damjan Marion
1
-13
/
+43
2019-01-30
buffers: major cleanup and improvements
Damjan Marion
1
-187
/
+329
2019-01-29
Fix error while compiling using 'vlib/vlib.h' dependencie.
Dmitry Vakhrushev
1
-0
/
+2
2019-01-24
buffers: fix vector types
Damjan Marion
1
-1
/
+3
2019-01-23
buffers: wrap vlib_buffer_t to union and expose vector types
Damjan Marion
1
-1
/
+12
2019-01-20
buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes
Damjan Marion
1
-33
/
+3
2019-01-20
buffers: remove vlib_buffer_delete_free_list
Damjan Marion
1
-16
/
+0
2019-01-20
buffers: don't init metadata, as it is already initialized
Damjan Marion
1
-38
/
+1
2019-01-20
buffers: keep buffer_main in vlib_main_t
Damjan Marion
1
-14
/
+22
2019-01-19
buffers: remove free-list information from buffer metadata
Damjan Marion
1
-45
/
+6
2019-01-18
buffers: remove freelist argument from vlib_buffer_add_data
Damjan Marion
1
-3
/
+2
2019-01-18
Add vlib_buffer_copy_indices inline function
Damjan Marion
1
-2
/
+8
2019-01-18
deprecate clib_memcpy64_x4
Damjan Marion
1
-6
/
+7
2019-01-07
Handle buffer alloc failure in vlib_buffer_add_data
Dave Barach
1
-2
/
+2
2019-01-01
buffers: remove unused code
Damjan Marion
1
-77
/
+2
2018-12-13
fix vlib_buffer_chain_compress assert in debug
Klement Sekera
1
-1
/
+2
2018-11-20
dhcp4:(VPP-1483) linearize chained packets before handling
Eyal Bari
1
-0
/
+64
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
1
-22
/
+22
2018-11-13
vlib:remove unused argument
Eyal Bari
1
-3
/
+1
2018-10-23
Numa-aware, growable physical memory allocator (pmalloc)
Damjan Marion
1
-4
/
+1
2018-10-22
vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines
Damjan Marion
1
-5
/
+8
2018-10-19
vppinfra: add atomic macros for __sync builtins
Sirshak Das
1
-3
/
+3
2018-10-01
API / CLI event-log tracing
Dave Barach
1
-0
/
+1
2018-09-12
Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics.
Sirshak Das
1
-1
/
+5
2018-07-27
128-bit SIMD version of vlib_get_buffers
Damjan Marion
1
-0
/
+8
2018-07-23
Buffer clone: copy opaque2
Neale Ranns
1
-0
/
+2
2018-06-09
Fix bug in vlib_buffer_free_from_ring_no_next
Damjan Marion
1
-1
/
+1
2018-05-31
fix missing void pointer explicit type cast
Zhiyong Yang
1
-1
/
+1
2018-05-29
Fixed vlib_buffer_clone with stale chained buffers
Yoann Desmouceaux
1
-2
/
+7
2018-05-17
Add buffer pointer-to-index and index-to-pointer array functions
Damjan Marion
1
-0
/
+143
2018-04-04
memif: zero copy slave
Damjan Marion
1
-0
/
+24
2018-03-14
vlib: internal buffer manager rework
Damjan Marion
1
-45
/
+19
2018-03-06
vlib: avoid crash if fill_free_list returns 0 buffers
Damjan Marion
1
-1
/
+2
2018-02-26
vlib: add vlib_buffer_free_from_ring
Damjan Marion
1
-0
/
+26
2018-02-07
Refactor vlib_buffer flags
Damjan Marion
1
-68
/
+45
2018-02-02
vlib_buffer_clone: allow client to request the maximum number of clones; 256
Neale Ranns
1
-12
/
+50
2018-02-01
IPv4/6 reassembly
Klement Sekera
1
-0
/
+62
2018-01-31
vlib: allocating buffers on thread-x and freeing them on thread-y causes
Steven
1
-5
/
+5
2018-01-18
vlib: add vlib_buffer_alloc_to_ring API
Damjan Marion
1
-0
/
+29
[next]