summaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
2018-03-28glibc 2.27 fixMarco Varlese1-0/+2
2018-03-26Correct address calculation for VPP-1168Lee Roberts1-1/+1
2018-02-08Provide page-aligned length to ftruncate.Igor Mikhailov (imichail)1-1/+1
2018-01-18Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo1-4/+6
2018-01-06Unify/cleanup usage of hash_set/unset_mem by tunnels (VPP-1117)John Lo1-0/+21
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne2-2/+7
2017-12-15implement clib_smp_pause() for arm and aarch64 platformKevin Wang2-1/+4
2017-12-14vppinfra: add AVX512 variant of clib_memcpyDamjan Marion4-129/+357
2017-12-14VPP-1032: clean up coverity warnings.Dave Barach2-5/+12
2017-12-13VPP-1032: fix coverity warningsDave Barach1-1/+2
2017-12-12Add chi-squared test statistic calculator to random.cDave Barach3-1/+108
2017-12-08vppinfra: fix issues depending on compilerSergio Gonzalez Monroy1-34/+34
2017-12-06UT: Repaired broken C unit tests (--enable-tests)Ole Troan2-2/+2
2017-12-06Remove unused, uninteresting codeDave Barach4-1124/+0
2017-12-06make clib_maplog_update_header(...) globally accessibleDave Barach3-22/+56
2017-12-05fill "show cpu" Flag list on aarch64 platforms (VPP-1065)Gabriel Ganne2-6/+84
2017-12-05remove smp dead code (VPP-1066)Gabriel Ganne3-729/+0
2017-12-02maplog headers, offline processing, doxygen tagsDave Barach3-30/+384
2017-12-01Coverity warning be goneDave Barach1-1/+1
2017-11-30mmap-based fixed-size record double-buffered loggerDave Barach3-0/+357
2017-11-22use intel intrinsics in clib_memcpy64_x4Damjan Marion1-47/+54
2017-11-21use REV on aarch64 for endianness swapping (VPP-1067)Gabriel Ganne1-0/+19
2017-11-18Call a plugin init function by nameDave Barach1-0/+3
2017-11-15armv8 crc32 - fix macro nameGabriel Ganne1-1/+1
2017-11-14vppinfra: fix pool_get_aligned_will_expand for fixed poolsFlorin Coras1-3/+4
2017-11-13dpdk: introduce AVX512 variants of node functionsDamjan Marion3-0/+77
2017-11-11Update CPU listDamjan Marion1-17/+35
2017-11-10add warning control macro setGabriel Ganne1-0/+103
2017-11-10vppinfra: add 512-bit vector definitions and typesDamjan Marion1-0/+25
2017-11-09lock initJingLiuZTE1-0/+1
2017-11-03silence clib_mem_unaligned() invalid read found by address-sanitizerGabriel Ganne1-19/+28
2017-11-03vppinfra: make _vec_resize_will_expand read-onlyFlorin Coras1-7/+3
2017-11-01fix clib_mem_unaligned() invalid readGabriel Ganne1-17/+18
2017-10-30Add the bihash_vec8_8 variantDave Barach2-0/+425
2017-10-25Do not include x86intrin.h if unavailableGabriel Ganne1-0/+2
2017-10-20add cuckoo hashKlement Sekera7-0/+2472
2017-10-17VPP-1032: fix coverity warningsDave Barach1-4/+6
2017-10-15Fix minor issues in clib_spinlock_unlock()Dave Barach1-1/+3
2017-10-14change format_get_indent() to use u32 instead of uwordGabriel Ganne2-2/+3
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine6-9/+9
2017-10-03Repair vlib API socket serverDave Barach10-40/+40
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-0/+6
2017-09-19format_sockaddr: add trivial support for AF_LOCAL socketsDave Barach1-0/+12
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-1/+1
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion8-268/+696
2017-09-14clib_socket: add sendmsg / recvmsg with ancillary data supportDamjan Marion3-24/+161
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-4/+7
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-0/+134
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-2/+14
2017-09-07Add fd/socket name to clib_socket_* error msgs.Dave Wallace1-12/+22