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
2021-11-30
vppinfra: remove duplicate api function definition
Florin Coras
2
-13
/
+0
2021-11-25
vppinfra: will_expand for pool_put and bitmap
Stanislav Zaikin
2
-0
/
+27
2021-11-23
vppinfra: fallback to builtin memcpy if vector code is not enabled
Damjan Marion
1
-3
/
+2
2021-11-23
vppinfra: update CPU list
Damjan Marion
1
-47
/
+52
2021-11-22
vppinfra: annotate pool_dup() for asan
Benoît Ganne
1
-22
/
+24
2021-11-22
vppinfra: fix the memory leak while doing clib_bihash_free
Han Wu
1
-0
/
+1
2021-11-15
vppinfra: fix masks in AVX512 clib_count_equal_*
Dmitry Valter
2
-31
/
+40
2021-11-12
hash: refactor crc32_5tuple
Damjan Marion
2
-40
/
+54
2021-11-10
vppinfra: new vectorized ip checksum functions incl. csum_and_copy
Damjan Marion
4
-0
/
+473
2021-11-10
vppinfra: deprecate test_mheap.c
Dave Barach
1
-286
/
+0
2021-11-10
vppinfra: new memcpy for x86_64
Damjan Marion
10
-938
/
+786
2021-11-08
vppinfra: vectorized index to pointer function
Damjan Marion
3
-0
/
+314
2021-11-08
vppinfra: clib_count_equal_* tests
Damjan Marion
2
-1
/
+101
2021-11-08
vppinfra: AVX512 in clib_count_equal_*
Damjan Marion
2
-13
/
+98
2021-11-06
vppinfra: move clib_count_equal_* code
Damjan Marion
3
-235
/
+241
2021-11-05
vppinfra: remove dead code in elf.c
Damjan Marion
1
-2
/
+0
2021-11-05
unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s...
Steven Luong
1
-45
/
+0
2021-11-03
vppinfra: strstr_s_inline checks string unterminated wrong
Steven Luong
1
-1
/
+1
2021-11-02
vppinfra: initial RISC-V support
Damjan Marion
4
-1
/
+65
2021-11-02
vppinfra: add CLIB_ASSUME() macro
Damjan Marion
1
-0
/
+7
2021-11-02
vppinfra: fix calljmp test
Damjan Marion
1
-14
/
+12
2021-10-28
vppinfra: A bitmap copy function
Neale Ranns
1
-0
/
+18
2021-10-27
vppinfra: improve clib_array_mask_u32
Damjan Marion
1
-33
/
+52
2021-10-27
vppinfra: use bzhi in pow2_mask when available
Damjan Marion
1
-0
/
+3
2021-10-16
perfmon: topdown lvl 2 support on sapphire rapids
Ray Kinsella
1
-0
/
+1
2021-10-13
dpdk: fix vmbus device name parsing
Benoît Ganne
2
-3
/
+4
2021-10-13
vppinfra: fix socket init netns coverity
Florin Coras
1
-0
/
+3
2021-10-13
vppinfra: fix format_table coverity warning
Florin Coras
1
-1
/
+1
2021-10-12
vppinfra: use unaligned non-vector load/stores in x86 memcpy
Damjan Marion
4
-21
/
+28
2021-10-12
ipsec: Performance improvement of ipsec4_output_node using flow cache
Govindarajan Mohandoss
1
-0
/
+2
2021-10-07
vppinfra: asan: improve overflow semantic
Benoît Ganne
2
-33
/
+43
2021-10-06
vlib: doc nitfixes
Nathan Skrzypczak
1
-1
/
+1
2021-10-05
build: don't hardcode triplet, allow specifying custom lib dir
Damjan Marion
1
-1
/
+1
2021-10-04
vppinfra: fix potential memory access error in _pool_init_fixed
Jieqiang Wang
1
-1
/
+1
2021-09-28
api: API trace improvements
Filip Tehlar
5
-37
/
+694
2021-09-23
classify: use AVX-512 to calculate hash on x86
Damjan Marion
2
-0
/
+6
2021-09-22
vppinfra: make default hugepage size configurable
Damjan Marion
2
-37
/
+19
2021-09-20
vppinfra: format table improvements
Nathan Skrzypczak
2
-10
/
+32
2021-09-17
build: use GNUInstallDirs install destinations
Nick Brown
1
-1
/
+1
2021-09-17
vppinfra: move format_table from perfmon
Nathan Skrzypczak
3
-0
/
+374
2021-08-27
vppinfra: add compress functions for u64, u16 and u8
Mohsin Kazmi
3
-4
/
+352
2021-08-20
vppinfra: fix clib_random_buffer_get_data caching
Benoît Ganne
1
-2
/
+2
2021-08-10
vppinfra: Fix bihash del warning
Nathan Skrzypczak
2
-0
/
+7
2021-08-04
vppinfra: fix the array mask function
Mohsin Kazmi
2
-2
/
+20
2021-07-27
vppinfra: introduce CLIB_CACHE_PREFETCH_BYTES
Damjan Marion
1
-31
/
+29
2021-07-27
vppinfra: fix sock init netns
Nathan Skrzypczak
1
-1
/
+5
2021-07-22
vppinfra: add abstract socket & netns fns
Nathan Skrzypczak
5
-3
/
+140
2021-07-16
vppinfra: remove pool_foreach_old, pool_foreach_index_old, clib_bitmap_foreac...
Damjan Marion
2
-28
/
+0
2021-07-16
vppinfra: add array mask func
Mohsin Kazmi
3
-0
/
+185
2021-07-15
vppinfra: fix the vector funcs test for march variants
Mohsin Kazmi
1
-1
/
+12
[next]