Age | Commit message (Expand) | Author | Files | Lines |
2019-07-09 | vppinfra: allocate bihash virtual space on demand | Dave Barach | 4 | -11/+136 |
2019-07-02 | api: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2019-06-28 | vppinfra: add dummy/noop f32/f64 endian swap fns | Dave Barach | 1 | -0/+8 |
2019-06-26 | vppinfra: add u64x2_scatter/u32x4_scatter | Lijian.Zhang | 1 | -0/+16 |
2019-06-25 | vppinfra: fix tw_timer_first_expires_in_ticks for multiple wheels | Andreas Schultz | 1 | -0/+13 |
2019-06-21 | vppinfra: add u64x2_gather/u32x4_gather | Lijian.Zhang | 1 | -0/+18 |
2019-06-19 | vppinfra: fix rbtree node delete | Florin Coras | 1 | -3/+7 |
2019-06-18 | vppinfra: rbtree custom insert/search/del | Florin Coras | 2 | -24/+99 |
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 |