Age | Commit message (Expand) | Author | Files | Lines |
2018-01-19 | Sub-Interface deletion not cleanup hash's properly (VPP-1136) | ![](//seccdn.libravatar.org/avatar/7e84d8b7ad256414b3b9e6fcd69e9788?s=13&d=retro) John Lo | 1 | -4/+6 |
2018-01-17 | ssvm: reuse clib mem infra for memfd segments | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -8/+64 |
2018-01-09 | physmem: fix physmem allocation on kernels without NUMA support | ![](//seccdn.libravatar.org/avatar/4469b952c7a7ae57962c8ab681fe853b?s=13&d=retro) Damjan Marion | 1 | -4/+4 |
2018-01-09 | api: refactor vlibmemory | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -0/+1 |
2018-01-06 | aarch64 - show cpu microarchitecture | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -0/+50 |
2018-01-05 | sock api: add infra for bootstrapping shm clients | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -0/+7 |
2018-01-05 | Unify and cleanup usage of hash_set/unset_mem by various tunnels | ![](//seccdn.libravatar.org/avatar/7e84d8b7ad256414b3b9e6fcd69e9788?s=13&d=retro) John Lo | 1 | -0/+21 |
2017-12-16 | Use crc32 wrapper (VPP-1086) | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 2 | -2/+7 |
2017-12-15 | implement clib_smp_pause() for arm and aarch64 platform | ![](//seccdn.libravatar.org/avatar/cfa5a50ff077c5b41a0f48ee7dd511a8?s=13&d=retro) Kevin Wang | 2 | -1/+4 |
2017-12-14 | vppinfra: add AVX512 variant of clib_memcpy | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 4 | -129/+357 |
2017-12-14 | VPP-1032: clean up coverity warnings. | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 2 | -5/+12 |
2017-12-13 | VPP-1032: fix coverity warnings | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+2 |
2017-12-12 | Add chi-squared test statistic calculator to random.c | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 3 | -1/+108 |
2017-12-08 | vppinfra: fix issues depending on compiler | ![](//seccdn.libravatar.org/avatar/3108286c4243a4278a2b6e9bc5f55cfd?s=13&d=retro) Sergio Gonzalez Monroy | 1 | -34/+34 |
2017-12-06 | UT: Repaired broken C unit tests (--enable-tests) | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 2 | -2/+2 |
2017-12-06 | Remove unused, uninteresting code | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 4 | -1124/+0 |
2017-12-06 | make clib_maplog_update_header(...) globally accessible | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 3 | -22/+56 |
2017-12-05 | fill "show cpu" Flag list on aarch64 platforms (VPP-1065) | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 2 | -6/+84 |
2017-12-05 | remove smp dead code (VPP-1066) | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 3 | -729/+0 |
2017-12-02 | maplog headers, offline processing, doxygen tags | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 3 | -30/+384 |
2017-12-01 | Coverity warning be gone | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+1 |
2017-11-30 | mmap-based fixed-size record double-buffered logger | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 3 | -0/+357 |
2017-11-22 | use intel intrinsics in clib_memcpy64_x4 | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -47/+54 |
2017-11-21 | use REV on aarch64 for endianness swapping (VPP-1067) | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -0/+19 |
2017-11-18 | Call a plugin init function by name | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+3 |
2017-11-15 | armv8 crc32 - fix macro name | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -1/+1 |
2017-11-14 | vppinfra: fix pool_get_aligned_will_expand for fixed pools | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -3/+4 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 3 | -0/+77 |
2017-11-11 | Update CPU list | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -17/+35 |
2017-11-10 | add warning control macro set | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -0/+103 |
2017-11-10 | vppinfra: add 512-bit vector definitions and types | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+25 |
2017-11-09 | lock init | ![](//seccdn.libravatar.org/avatar/7182646b8d264d402abef471ffbaa358?s=13&d=retro) JingLiuZTE | 1 | -0/+1 |
2017-11-03 | silence clib_mem_unaligned() invalid read found by address-sanitizer | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -19/+28 |
2017-11-03 | vppinfra: make _vec_resize_will_expand read-only | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -7/+3 |
2017-11-01 | fix clib_mem_unaligned() invalid read | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -17/+18 |
2017-10-30 | Add the bihash_vec8_8 variant | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 2 | -0/+425 |
2017-10-25 | Do not include x86intrin.h if unavailable | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -0/+2 |
2017-10-20 | add cuckoo hash | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 7 | -0/+2472 |
2017-10-17 | VPP-1032: fix coverity warnings | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -4/+6 |
2017-10-15 | Fix minor issues in clib_spinlock_unlock() | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+3 |
2017-10-14 | change format_get_indent() to use u32 instead of uword | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 2 | -2/+3 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | ![](//seccdn.libravatar.org/avatar/addc40e395a2e187d32a25f334920b28?s=13&d=retro) Christophe Fontaine | 6 | -9/+9 |
2017-10-03 | Repair vlib API socket server | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 10 | -40/+40 |
2017-09-27 | Various fixes for issues found by Coverity (VPP-972) | ![](//seccdn.libravatar.org/avatar/116978b9ab2b60c70050729dcc42da6b?s=13&d=retro) Chris Luke | 1 | -0/+6 |
2017-09-19 | format_sockaddr: add trivial support for AF_LOCAL sockets | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+12 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) | ![](//seccdn.libravatar.org/avatar/116978b9ab2b60c70050729dcc42da6b?s=13&d=retro) Chris Luke | 1 | -1/+1 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 8 | -268/+696 |
2017-09-14 | clib_socket: add sendmsg / recvmsg with ancillary data support | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 3 | -24/+161 |
2017-09-12 | tcp: horizontal scaling improvments | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -4/+7 |
2017-09-09 | move unix_file_* code to vppinfra | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+134 |