Age | Commit message (Expand) | Author | Files | Lines |
2018-02-18 | fix format_hexdump |  Damjan Marion | 1 | -1/+2 |
2018-02-14 | vppinfra: Remove empty file |  Mohsin Kazmi | 1 | -0/+0 |
2018-02-09 | GBP plugin |  Neale Ranns | 1 | -0/+0 |
2018-02-08 | add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127) |  Gabriel Ganne | 2 | -8/+64 |
2018-02-08 | Minimize bihash memory consumption |  Dave Barach | 3 | -118/+207 |
2018-02-06 | vlib: epoll on worker threads |  Damjan Marion | 1 | -0/+25 |
2018-02-06 | Provide page-aligned length to ftruncate. |  Igor Mikhailov (imichail) | 1 | -1/+1 |
2018-02-05 | session: segment manager refactor |  Florin Coras | 1 | -2/+19 |
2018-02-01 | Add flowhash hash table to vppinfra |  Pierre Pfister | 4 | -0/+998 |
2018-01-30 | Compile valloc.c, install header file, etc. |  Dave Barach | 1 | -1/+1 |
2018-01-30 | Arm system counter cleanup |  Brian Brooks | 2 | -18/+19 |
2018-01-27 | First-fit virtual space allocator |  Dave Barach | 3 | -0/+700 |
2018-01-25 | vppinfra: add readers-writer lock |  Florin Coras | 1 | -14/+98 |
2018-01-25 | session: add support for memfd segments |  Florin Coras | 2 | -2/+3 |
2018-01-24 | Adding a format function for bihash init routine to format the key, value, wh... |  Vijayabhaskar Katamreddy | 2 | -3/+28 |
2018-01-19 | Sub-Interface deletion not cleanup hash's properly (VPP-1136) |  John Lo | 1 | -4/+6 |
2018-01-17 | ssvm: reuse clib mem infra for memfd segments |  Florin Coras | 2 | -8/+64 |
2018-01-09 | physmem: fix physmem allocation on kernels without NUMA support |  Damjan Marion | 1 | -4/+4 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 1 | -0/+1 |
2018-01-06 | aarch64 - show cpu microarchitecture |  Gabriel Ganne | 1 | -0/+50 |
2018-01-05 | sock api: add infra for bootstrapping shm clients |  Florin Coras | 1 | -0/+7 |
2018-01-05 | Unify and cleanup usage of hash_set/unset_mem by various tunnels |  John Lo | 1 | -0/+21 |
2017-12-16 | Use crc32 wrapper (VPP-1086) |  Gabriel Ganne | 2 | -2/+7 |
2017-12-15 | implement clib_smp_pause() for arm and aarch64 platform |  Kevin Wang | 2 | -1/+4 |
2017-12-14 | vppinfra: add AVX512 variant of clib_memcpy |  Damjan Marion | 4 | -129/+357 |
2017-12-14 | VPP-1032: clean up coverity warnings. |  Dave Barach | 2 | -5/+12 |
2017-12-13 | VPP-1032: fix coverity warnings |  Dave Barach | 1 | -1/+2 |
2017-12-12 | Add chi-squared test statistic calculator to random.c |  Dave Barach | 3 | -1/+108 |
2017-12-08 | vppinfra: fix issues depending on compiler |  Sergio Gonzalez Monroy | 1 | -34/+34 |
2017-12-06 | UT: Repaired broken C unit tests (--enable-tests) |  Ole Troan | 2 | -2/+2 |
2017-12-06 | Remove unused, uninteresting code |  Dave Barach | 4 | -1124/+0 |
2017-12-06 | make clib_maplog_update_header(...) globally accessible |  Dave Barach | 3 | -22/+56 |
2017-12-05 | fill "show cpu" Flag list on aarch64 platforms (VPP-1065) |  Gabriel Ganne | 2 | -6/+84 |
2017-12-05 | remove smp dead code (VPP-1066) |  Gabriel Ganne | 3 | -729/+0 |
2017-12-02 | maplog headers, offline processing, doxygen tags |  Dave Barach | 3 | -30/+384 |
2017-12-01 | Coverity warning be gone |  Dave Barach | 1 | -1/+1 |
2017-11-30 | mmap-based fixed-size record double-buffered logger |  Dave Barach | 3 | -0/+357 |
2017-11-22 | use intel intrinsics in clib_memcpy64_x4 |  Damjan Marion | 1 | -47/+54 |
2017-11-21 | use REV on aarch64 for endianness swapping (VPP-1067) |  Gabriel Ganne | 1 | -0/+19 |
2017-11-18 | Call a plugin init function by name |  Dave Barach | 1 | -0/+3 |
2017-11-15 | armv8 crc32 - fix macro name |  Gabriel Ganne | 1 | -1/+1 |
2017-11-14 | vppinfra: fix pool_get_aligned_will_expand for fixed pools |  Florin Coras | 1 | -3/+4 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions |  Damjan Marion | 3 | -0/+77 |
2017-11-11 | Update CPU list |  Damjan Marion | 1 | -17/+35 |
2017-11-10 | add warning control macro set |  Gabriel Ganne | 1 | -0/+103 |
2017-11-10 | vppinfra: add 512-bit vector definitions and types |  Damjan Marion | 1 | -0/+25 |
2017-11-09 | lock init |  JingLiuZTE | 1 | -0/+1 |
2017-11-03 | silence clib_mem_unaligned() invalid read found by address-sanitizer |  Gabriel Ganne | 1 | -19/+28 |
2017-11-03 | vppinfra: make _vec_resize_will_expand read-only |  Florin Coras | 1 | -7/+3 |
2017-11-01 | fix clib_mem_unaligned() invalid read |  Gabriel Ganne | 1 | -17/+18 |