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
/
vppinfra
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-22
Fix dereferencing null string in dpdk_early_init
Juraj Sloboda
1
-0
/
+2
2018-10-19
vppinfra: use memfd_create for hugepage mounts if supported
Damjan Marion
2
-25
/
+52
2018-10-19
vppinfra: add atomic macros for __sync builtins
Sirshak Das
9
-11
/
+56
2018-10-19
Add pool_get_zero, pool_get_aligned_zero macros
Dave Barach
1
-1
/
+13
2018-10-17
bond: tx optimizations
Damjan Marion
1
-0
/
+12
2018-10-16
Fix coverity issue for potentially overflowing of page size
Haiyang Tan
1
-2
/
+3
2018-10-10
vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaks
Haiyang Tan
2
-0
/
+12
2018-10-10
Integer underflow and out-of-bounds read (VPP-1442)
Neale Ranns
1
-4
/
+4
2018-10-09
vppinfra: Fix extendto_high aarch64 NEON api.
v19.01-rc0
Sirshak Das
1
-1
/
+1
2018-10-04
clib_count_equal_*: don't read of the end of a small array and init data only...
Neale Ranns
1
-8
/
+28
2018-10-02
VPP-1440: clean up coverity warnings
Dave Barach
1
-3
/
+10
2018-10-01
Support dynamic dual/quad loop selection on aarch64
Lijian Zhang
2
-0
/
+95
2018-09-27
Trivial: Cleanup some typos.
Paul Vinciguerra
20
-37
/
+37
2018-09-24
svm: march svm_fifo take 2
Florin Coras
1
-0
/
+29
2018-09-20
bihash template: avoid memory leak upon rehash
Andrew Yourtchenko
1
-0
/
+3
2018-09-19
bihash template: reinstate the check for the available memory in the arena
Andrew Yourtchenko
2
-3
/
+3
2018-09-19
socket api: do not delay sending of messages
Florin Coras
1
-0
/
+7
2018-09-13
vppinfra: optmize clib_count_equal functions
Damjan Marion
1
-60
/
+136
2018-09-12
Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics.
Sirshak Das
1
-0
/
+6
2018-09-11
bihash 32/64 bit shared memory interop
Dave Barach
2
-39
/
+39
2018-09-11
Replacing vtbl NEON intrinsic with rev NEON intrinsic for byte_swap.
Sirshak Das
1
-5
/
+1
2018-09-11
Add u32x4_extend_to_u64x2 for aarch64 using NEON intrinsics
Sirshak Das
1
-0
/
+6
2018-09-11
Add horizontal add (hadd) vector intrinsic via NEON.
Sirshak Das
1
-0
/
+6
2018-09-07
Improve NTP / kernel time change event handling
Dave Barach
1
-0
/
+20
2018-09-07
Remove qsort.c from vppinfra
Damjan Marion
1
-1
/
+0
2018-09-03
Compile vppinfra on macOS
Damjan Marion
25
-98
/
+187
2018-09-02
cmake: cache line size detection
Damjan Marion
1
-1
/
+1
2018-08-30
Crude stat segment lock recovery
Dave Barach
1
-1
/
+1
2018-08-30
cmake: a bit of packaging work
Damjan Marion
1
-1
/
+2
2018-08-28
32/64 shmem bihash interoperability
Dave Barach
7
-37
/
+363
2018-08-26
cmake: add add_vpp_library and add_vpp_executable macros
Damjan Marion
1
-29
/
+34
2018-08-24
Rename struct mallinfo -> struct dlmallinfo
Dave Barach
3
-10
/
+10
2018-08-24
cmake: fix -DVPP_USE_DLMALLOC=OFF
Damjan Marion
1
-2
/
+12
2018-08-23
bihash: remove unused counters
Damjan Marion
2
-7
/
+0
2018-08-23
clib_mem_is_heap_object() needs to recognize sys_alloc segments
Dave Barach
1
-0
/
+4
2018-08-22
bihash: add support for reuse of expired entry when bucket is full (VPP-1272)
Matus Fabian
3
-2
/
+81
2018-08-20
Enable storing state in flowhash hash tables
Pierre Pfister
1
-1
/
+12
2018-08-17
CMake as an alternative to autotools (experimental)
Damjan Marion
2
-1
/
+236
2018-08-08
fix typo in bitmap.h
Korian Edeline
1
-1
/
+1
2018-08-06
dlmalloc compiles errors with clang
Neale Ranns
1
-1
/
+5
2018-08-06
fix dangling reference in foreach_key_value_pair
Dave Barach
1
-0
/
+7
2018-08-03
vlib: avoid double process dispatch
Florin Coras
2
-0
/
+6
2018-08-01
Improve cpu { coremask-% } configure option
Yi He
1
-0
/
+36
2018-08-01
Store USE_DLMALLOC in vppinfra/config.h
Damjan Marion
3
-3
/
+3
2018-08-01
Add support for shuffle vector intrinsic via Neon in ARM
Sirshak Das
1
-0
/
+16
2018-07-31
Poison freed memory objects
Dave Barach
1
-0
/
+8
2018-07-31
Fix undefined symbol: fformat_append_cr in vat plugins loading
Yi He
1
-0
/
+11
2018-07-28
session/dlmalloc: coverity fixes
Florin Coras
1
-1
/
+2
2018-07-27
dlmalloc: use static magic constant for debug images
Florin Coras
2
-0
/
+4
2018-07-27
Fix build-break when compiling -O0 / TAG=vpp_debug
Dave Barach
1
-1
/
+1
[prev]
[next]