Age | Commit message (Expand) | Author | Files | Lines |
2018-12-17 | docs: clarify vector element alignment description. | Dave Wallace | 1 | -6/+8 |
2018-12-05 | Improve strncpy_s src/dst overlap check | Dave Barach | 1 | -2/+12 |
2018-12-02 | vppinfra: c11 safe string functions | Steven | 2 | -0/+1082 |
2018-11-29 | do not opttimize graph node functions in debug builds | Damjan Marion | 1 | -1/+1 |
2018-11-29 | vcl: basic support for apps that fork | Florin Coras | 1 | -1/+1 |
2018-11-29 | vppinfra: add pool_dup macro | Florin Coras | 1 | -0/+35 |
2018-11-28 | Use acquire/release ordering when accessing svm_fifo shared variable cursize | Sirshak Das | 1 | -0/+4 |
2018-11-28 | cmake: display warning and continue if dpdk not present | Damjan Marion | 1 | -4/+4 |
2018-11-27 | pmalloc: correct format_pmalloc_map u32 index overrun bug | Kingwel Xie | 2 | -5/+3 |
2018-11-26 | vppinfra: prevent dlmalloc from allocating memory via mmap_alloc() | Andrew Yourtchenko | 1 | -1/+22 |
2018-11-20 | vppinfra: add 128 and 256 bit vector scatter/gather inlines | Damjan Marion | 2 | -0/+102 |
2018-11-17 | pcap-based dispatch tracer | Dave Barach | 4 | -0/+581 |
2018-11-15 | VPP-1474: fix 2x coverity warnings | Dave Barach | 2 | -3/+3 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 16 | -58/+70 |
2018-11-10 | pmalloc: u32 pp->index leads to va address overrun | Kingwel Xie | 1 | -1/+2 |
2018-11-08 | Calculate clock rounding constant | Dave Barach | 2 | -3/+20 |
2018-11-08 | physmem: Add physmem map support | Mohsin Kazmi | 2 | -0/+22 |
2018-11-07 | pmalloc: fix shared mappings | Damjan Marion | 1 | -2/+4 |
2018-11-07 | Optimize xxx_zero_byte_mask NEON function | Lijian Zhang | 1 | -44/+7 |
2018-11-05 | Enable atomic swap and store macro with acquire and release ordering | Sirshak Das | 2 | -4/+3 |
2018-10-31 | Add and enable msb mask vector intrinsic for aarch64. | Lijian Zhang | 1 | -10/+28 |
2018-10-30 | vppinfra: fix bug in default_socket_sendmsg | Damjan Marion | 1 | -1/+1 |
2018-10-28 | physmem: coverity issues | Damjan Marion | 1 | -3/+4 |
2018-10-25 | pmalloc: don't lock 4K pages if we don't have access to pagemap | Damjan Marion | 2 | -6/+30 |
2018-10-25 | pmalloc: support for 4K pages | Damjan Marion | 5 | -80/+250 |
2018-10-24 | vppinfra: autodetect default hugepage size | Damjan Marion | 6 | -78/+59 |
2018-10-23 | physmem coverity issues | Damjan Marion | 1 | -2/+3 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 5 | -0/+871 |
2018-10-23 | c11 safe string handling support | Dave Barach | 65 | -144/+272 |
2018-10-22 | vppinfra: use log2 page size in hugepage functions | Damjan Marion | 3 | -19/+27 |
2018-10-22 | X86_64 perf counter plugin | Dave Barach | 2 | -0/+47 |
2018-10-22 | Fix dereferencing null string in dpdk_early_init | Juraj Sloboda | 1 | -0/+2 |
2018-10-19 | vppinfra: use memfd_create for hugepage mounts if supported | Damjan Marion | 2 | -25/+52 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 9 | -11/+56 |
2018-10-19 | Add pool_get_zero, pool_get_aligned_zero macros | Dave Barach | 1 | -1/+13 |
2018-10-17 | bond: tx optimizations | Damjan Marion | 1 | -0/+12 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size | Haiyang Tan | 1 | -2/+3 |
2018-10-10 | vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaks | Haiyang Tan | 2 | -0/+12 |
2018-10-10 | Integer underflow and out-of-bounds read (VPP-1442) | Neale Ranns | 1 | -4/+4 |
2018-10-09 | vppinfra: Fix extendto_high aarch64 NEON api.v19.01-rc0 | Sirshak Das | 1 | -1/+1 |
2018-10-04 | clib_count_equal_*: don't read of the end of a small array and init data only... | Neale Ranns | 1 | -8/+28 |
2018-10-02 | VPP-1440: clean up coverity warnings | Dave Barach | 1 | -3/+10 |
2018-10-01 | Support dynamic dual/quad loop selection on aarch64 | Lijian Zhang | 2 | -0/+95 |
2018-09-27 | Trivial: Cleanup some typos. | Paul Vinciguerra | 20 | -37/+37 |
2018-09-24 | svm: march svm_fifo take 2 | Florin Coras | 1 | -0/+29 |
2018-09-20 | bihash template: avoid memory leak upon rehash | Andrew Yourtchenko | 1 | -0/+3 |
2018-09-19 | bihash template: reinstate the check for the available memory in the arena | Andrew Yourtchenko | 2 | -3/+3 |
2018-09-19 | socket api: do not delay sending of messages | Florin Coras | 1 | -0/+7 |
2018-09-13 | vppinfra: optmize clib_count_equal functions | Damjan Marion | 1 | -60/+136 |
2018-09-12 | Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics. | Sirshak Das | 1 | -0/+6 |