aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
2023-03-22build: fix rpm build error with test_infraTianyu Li1-0/+1
2023-03-19vppinfra: fix pool free bitmap allocationVladislav Grishenko3-1/+58
2023-03-18vppinfra: fix corner-cases in bihash lookupDave Barach15-35/+196
2023-03-17vppinfra: move sha2.h to crypto/Damjan Marion2-1/+591
2023-03-17vppinfra: auto-free test memoryDamjan Marion5-59/+10
2023-03-17vppinfra: add FOREACH_ARRAY_ELT macroDamjan Marion1-0/+2
2023-03-16vppinfra: add clib_crc32c testcase into infra testsAndrew Yourtchenko2-0/+55
2023-03-15vppinfra: widen the scope of test_vector_funcsDamjan Marion12-23/+23
2023-03-15crypto-native: 256-bit AES CBC supportDamjan Marion1-0/+16
2023-03-15build: add support for intel alderlake and sapphirerapids, part 2Damjan Marion1-1/+3
2023-03-14vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8Andrew Yourtchenko1-1/+1
2023-03-14build: add support for intel alderlake and sapphirerapidsDamjan Marion1-1/+18
2023-03-13avf: 512-bit SIMD version of avf_tx_prepareLeyi Rong1-0/+3
2023-03-10vlib: 512-bit SIMD version of vlib_buffer_freeLeyi Rong1-1/+4
2023-03-06vppinfra: fix memory tracesBenoît Ganne1-49/+82
2023-03-06vppinfra: adding support for socket mounting pathsMohsin Kazmi1-1/+5
2023-03-06vppinfra: fix clib_bitmap_will_expand() result inversionVladislav Grishenko1-1/+1
2023-03-06vppinfra: display only the 1st 50 memory traces by defaultBenoît Ganne1-2/+4
2023-02-06vppinfra: refactor clib_socket_init, add linux netns supportDamjan Marion3-208/+414
2023-01-30vppinfra: keep AddressSanitizer happyBenoît Ganne1-2/+3
2023-01-22vppinfra: fix random buffer OOB crash with ASANDmitry Valter1-1/+9
2023-01-20vppinfra: clib_bitmap fixMaxime Peim1-5/+5
2023-01-18vppinfra:fix pcap write large file(> 0x80000000) error.aihua20131-1/+1
2023-01-14vppinfra: add const to char* params of several funcsSergey Nikiforov3-11/+9
2023-01-13vppinfra: fix else if check in _vec_set_len()Liangxing Wang1-1/+1
2023-01-12vppinfra: fix longstanding corner case bug in serialize_get()Dave Barach2-0/+47
2023-01-12misc: use right include for fctnl.h and poll.hGuillaume Solignac2-2/+2
2022-12-26vppinfra: fix function prototypesDave Barach2-4/+4
2022-12-02vlib: clib_panic if sysconf() can't determine page size on startupAndrew Yourtchenko1-1/+7
2022-11-14crypto-ipsecmb: fix plugin crash in VirtualBoxMaros Ondrejicka1-0/+1
2022-10-25hash: add local variableGabriel Oginski1-2/+3
2022-10-24vppinfra: fix incorrect sizeof() argument due to typoAndrew Yourtchenko1-1/+1
2022-10-18vppinfra: send minimal needed mask to the set_mempolicy syscallDamjan Marion1-11/+14
2022-10-17cnat: Add sctp supportNathan Skrzypczak1-8/+12
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-1/+1
2022-10-11vppinfra: fix AddressSanitizerBenoît Ganne1-0/+1
2022-09-09vppinfra: add clib_array_mask_set_u32()Damjan Marion1-0/+33
2022-08-23vppinfra: fix coverity 249217Andrew Yourtchenko1-1/+1
2022-08-18vppinfra: correct clib_bitmap_set() return commentJon Loeliger1-1/+1
2022-07-26vppinfra: fix formatting of format_base10Pim van Pelt1-1/+1
2022-07-12perfmon: enable perfmon plugin for ArmZachary Leaf2-2/+5
2022-07-06vppinfra: fix memory leak in sparse_vec_free()Sergey Matov1-1/+4
2022-06-10vppinfra: fix bihash_8_16 entry format functionBenoît Ganne1-2/+1
2022-06-09vppinfra: missing __clib_export for clib_pmalloc_alloc_alignedDamjan Marion1-2/+2
2022-05-24vppinfra: fix memory traceLeung Lai Yung1-0/+5
2022-05-24vlib: implement aux data handoffMohammed Hawari1-0/+3
2022-05-23ip: reassembly - fixing stepping index in a better wayVijayabhaskar Katamreddy1-10/+5
2022-05-19 ip: reassembly - pacing reassembly timeoutsVijayabhaskar Katamreddy1-5/+16
2022-05-18vppinfra: fix non-vector build on x86_64Damjan Marion1-1/+3
2022-05-06vppinfra: free vector against its heapDamjan Marion1-1/+1