Age | Commit message (Expand) | Author | Files | Lines |
2019-05-01 | Enable NEON instructions in memcpy_le | Lijian.Zhang | 2 | -1/+9 |
2019-04-30 | elf: fix memcmp() overflow | Benoît Ganne | 1 | -1/+1 |
2019-04-30 | vppinfra: fix buffer overflow in unformat_token | Benoît Ganne | 1 | -2/+8 |
2019-04-26 | svm: fifo segment support for chunk allocation | Florin Coras | 1 | -2/+2 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks | Florin Coras | 2 | -21/+21 |
2019-04-23 | vppinfra: fix one macro issue in clib_cpu_supports_aes() | Zhiyong Yang | 1 | -1/+1 |
2019-04-19 | rbtree: add successor and predecessor functions | Florin Coras | 2 | -0/+36 |
2019-04-17 | Use template-specific key compare fn when deleting records | Dave Barach | 1 | -2/+2 |
2019-04-17 | vppinfra: AVX512 interelaave, insert and permute | Damjan Marion | 1 | -0/+27 |
2019-04-16 | vppinfra: more AVX2 and AVX512 inlines | Damjan Marion | 2 | -0/+72 |
2019-04-16 | dlmalloc: honor 8 byte alignment requests | Florin Coras | 1 | -1/+1 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -0/+3 |
2019-04-16 | vppinfra: add basic rbtree | Florin Coras | 3 | -0/+497 |
2019-04-15 | vppinfra: add SHA-2 family of hash algorithms (including HMAC) | Damjan Marion | 3 | -0/+647 |
2019-04-12 | vppinfra: AVX-512 transpose (u32x16 and u64x8) | Damjan Marion | 1 | -0/+126 |
2019-04-11 | vppinfra: fix the issue that mheap_get_trace record wrong pointer | Wei CHEN | 1 | -1/+1 |
2019-04-08 | host stack: update stale copyright | Florin Coras | 2 | -2/+2 |
2019-04-08 | vppinfra: u32x8 transpose | Damjan Marion | 1 | -0/+56 |
2019-04-06 | Doxygen: clean up vec.h | Dave Wallace | 1 | -8/+4 |
2019-04-02 | vppinfra: add u32x4 min / max sse4.2 inlines | Damjan Marion | 1 | -24/+49 |
2019-04-02 | vppinfra: fix sparse_vec_index() returning non-zero index for some nonexisten... | Andrew Yourtchenko | 1 | -0/+4 |
2019-03-30 | VPP-1576: fix a class of spurious warnings | Dave Barach | 1 | -0/+5 |
2019-03-30 | vppinfra: add few more cpuid flags | Damjan Marion | 1 | -0/+7 |
2019-03-29 | Convince Coverity that s = format (0, ...) is OK | Dave Barach | 1 | -0/+4 |
2019-03-28 | Avoid overwrite in clib_memcpy_le{32,64} | Damjan Marion | 1 | -27/+29 |
2019-03-26 | ipsec: esp-encrypt rework | Damjan Marion | 3 | -0/+101 |
2019-03-22 | svm/atomics: add clib_atomic_swap_rel_n | Florin Coras | 1 | -0/+1 |
2019-03-21 | vec: use memset in vec_resize_allocate_memory | Florin Coras | 1 | -1/+1 |
2019-03-20 | cpu: fix rtype for fn selected by CLIB_MARCH_FN | Florin Coras | 1 | -1/+1 |
2019-03-20 | Re-enable aarch64 neon instruction in vlib_buffer_free_inline | Lijian.Zhang | 1 | -2/+9 |
2019-03-18 | Fix build with newer linux headers | Damjan Marion | 2 | -3/+6 |
2019-03-15 | Fix bihash bucket double unlock. | Tom Seidenberg | 1 | -2/+1 |
2019-03-12 | Use AVX2 as default even on AVX512 systems | Damjan Marion | 1 | -1/+1 |
2019-02-27 | VPP-1576: fix Coverity issues | Dave Barach | 1 | -1/+1 |
2019-02-26 | Fix vpp crashing when attempting to run in kubernetes Pod | Artem Belov | 1 | -0/+21 |
2019-02-21 | physmem: keep physmem VA in 39-bit address space on x86_64 | Damjan Marion | 3 | -5/+11 |
2019-02-02 | Deprecate old mutliarch code, phase 1 | Damjan Marion | 1 | -6/+2 |
2019-01-30 | buffers: major cleanup and improvements | Damjan Marion | 2 | -0/+60 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early | Damjan Marion | 1 | -1/+1 |
2019-01-23 | vppinfra: add CLIB_CACHE_LINE_ROUND() macro | Damjan Marion | 1 | -0/+1 |
2019-01-23 | pmalloc: don't iterate if there is no enough free space | Damjan Marion | 1 | -0/+3 |
2019-01-21 | doxygen formatting fix: prevent stray examples appearing in the docs | Andrew Yourtchenko | 1 | -2/+2 |
2019-01-20 | Store numa-noda and cpu-index in vlib_main_t | Damjan Marion | 1 | -0/+17 |
2019-01-18 | Look for plugins in target triplet subdir | Damjan Marion | 1 | -0/+2 |
2019-01-18 | deprecate clib_memcpy64_x4 | Damjan Marion | 1 | -68/+0 |
2019-01-18 | vcl: move forking logic to vls | Florin Coras | 1 | -12/+15 |
2019-01-10 | strncpy_s_inline copies more bytes than necessary | Steven | 1 | -2/+3 |
2019-01-09 | Use the official libpcap file type | Dave Barach | 1 | -13/+8 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 5 | -27/+27 |
2019-01-02 | Add microarch details to 'show cpu'. | Paul Vinciguerra | 1 | -2/+4 |