Age | Commit message (Expand) | Author | Files | Lines |
2019-06-18 | stats: fix memory leakage when adding / deleting interfaces | Ole Troan | 2 | -0/+16 |
2019-06-18 | vppinfra: add format_hex_bytes_no_wrap | Damjan Marion | 2 | -0/+17 |
2019-06-16 | vlib: add "memory-trace stats-segment" | Dave Barach | 5 | -21/+52 |
2019-06-14 | vppinfra: optimize elog_string | Dave Barach | 2 | -5/+31 |
2019-06-05 | Switch atomic release API from __sync to __atomic builtin. | Sirshak Das | 1 | -1/+1 |
2019-06-05 | Switch atomic test and set API from __sync to __atomic builtin | Sirshak Das | 1 | -1/+1 |
2019-06-04 | elog: make elog_string() multi-thread safe | Steven Luong | 1 | -0/+2 |
2019-05-27 | vppinfra: add pclmulqdq x86 cpuid flag | Damjan Marion | 1 | -0/+1 |
2019-05-24 | Add callback multiplex support | Dave Barach | 2 | -0/+112 |
2019-05-17 | Add a debug-CLI leak-checker | Dave Barach | 1 | -0/+2 |
2019-05-14 | Preallocate mhash key_tmps vector | Dave Barach | 1 | -8/+1 |
2019-05-13 | Fix typo | Igor Mikhailov (imichail) | 1 | -1/+1 |
2019-05-10 | zero-pad date string output. | Paul Vinciguerra | 1 | -2/+2 |
2019-05-07 | bihash: Freeing up working_copy_lengths vector | Vijayabhaskar Katamreddy | 1 | -1/+2 |
2019-05-07 | Improve lcov reported code coverage stats | Dave Barach | 1 | -3/+0 |
2019-05-07 | Add bihash statistics hook | Dave Barach | 10 | -5/+197 |
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 |