Age | Commit message (Expand) | Author | Files | Lines |
2021-04-21 | buffers: vlib_get_buffers() with 512-bit SIMD | Damjan Marion | 1 | -0/+1 |
2021-04-21 | vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask) | Damjan Marion | 2 | -30/+80 |
2021-04-20 | pmalloc: tolerate move_pages failure on numa node #0 | Klement Sekera | 1 | -1/+2 |
2021-04-19 | vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c | Damjan Marion | 2 | -0/+29 |
2021-04-18 | vppinfra: remove outdated and unused unix format functions | Damjan Marion | 2 | -486/+0 |
2021-04-18 | vppinfra: remove linux/syscall.h | Damjan Marion | 9 | -136/+51 |
2021-04-15 | vppinfra: move bitmap format functions to .c file, add format_bitmap_list | Damjan Marion | 3 | -120/+172 |
2021-04-15 | vppinfra: correct intrinsic called by u16x16_from_u8x16 | Lijian.Zhang | 1 | -2/+2 |
2021-03-25 | tests: move vppinfra tests to src/vppinfra/test | Dave Wallace | 1 | -0/+40 |
2021-03-11 | vlib: refactor node function variants | Damjan Marion | 1 | -19/+22 |
2021-03-07 | dispatch-trace: move dispatch trace pcap code to plugin | Damjan Marion | 1 | -39/+0 |
2021-03-04 | vppinfra: fix compiling error due to incompatible udphdr field names | Jieqiang Wang | 1 | -6/+3 |
2021-02-26 | vppinfra: mem leak in show memory main-heap | Florin Coras | 1 | -1/+5 |
2021-02-19 | session vppinfra: asan fixes | Florin Coras | 1 | -4/+16 |
2021-02-16 | cjson: upgrade to new version | Ole Troan | 1 | -14/+33 |
2021-02-15 | vppinfra: fix memcpy undefined behaviour | Benoît Ganne | 6 | -80/+123 |
2021-02-11 | vppinfra: fix membulk coverity warnings | Florin Coras | 1 | -2/+2 |
2021-02-10 | vppinfra: fix bihash test-debug aarch64 sporadic failure | Dave Barach | 1 | -0/+3 |
2021-02-08 | virtio: add atomic call for kicking | Mohsin Kazmi | 1 | -0/+3 |
2021-02-04 | vppinfra: fix mem map mt issue due to snprintf | Florin Coras | 1 | -1/+1 |
2021-02-04 | vlib: "revert startup multi-arch variant configuration fix for interfaces" | Damjan Marion | 1 | -20/+0 |
2021-02-01 | vppinfra: add defines for bihash add and delete | Paul Atkins | 2 | -1/+4 |
2021-01-25 | vlib: startup multi-arch variant configuration fix for interfaces | Radu Nicolau | 1 | -0/+20 |
2021-01-21 | avf: use write combining store for queues tail update | Radu Nicolau | 1 | -23/+32 |
2021-01-21 | interface: rx queue infra rework, part one | Damjan Marion | 3 | -0/+236 |
2021-01-21 | vppinfra: ensure _GNU_SOURCE is present | Nathan Moos | 2 | -6/+13 |
2021-01-21 | vppinfra: add bihash with 32 byte key | Matthew Smith | 2 | -0/+108 |
2021-01-20 | vppinfra: add option to use libexecinfo | Nathan Moos | 1 | -1/+5 |
2021-01-15 | vlib: fix counter_will_expand prediction | Miklos Tirpak | 1 | -0/+15 |
2020-12-23 | vppinfra: mem bulk test | Florin Coras | 1 | -1/+1 |
2020-12-23 | svm: remove fifo segment heap | Florin Coras | 1 | -0/+3 |
2020-12-22 | vppinfra: add bulk memory allocator | Damjan Marion | 3 | -0/+249 |
2020-12-18 | misc: deprecate old perfmon | Damjan Marion | 2 | -47/+0 |
2020-12-16 | vppinfra: fix vec_max_len | Florin Coras | 1 | -1/+2 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 3 | -9/+15 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 6 | -70/+70 |
2020-12-14 | vppinfra: simpler and faster pool_foreach | Damjan Marion | 1 | -15/+31 |
2020-12-01 | session: allow small pacer bursts | Florin Coras | 1 | -0/+8 |
2020-11-25 | vlib: add elog events for vlib log entries | Dave Barach | 2 | -6/+18 |
2020-11-25 | api: vat2 and json autogeneration for api messages | Ole Troan | 3 | -0/+3395 |
2020-11-24 | buffers: add page-size config | Nathan Skrzypczak | 1 | -31/+18 |
2020-11-19 | svm: move chunk locks to linked list | Florin Coras | 1 | -0/+3 |
2020-11-16 | tests: move bihash tests to src/vppinfra/test | Dave Wallace | 1 | -0/+71 |
2020-11-10 | vpp: use vpp heap for libc | Benoît Ganne | 1 | -5/+7 |
2020-11-05 | vppinfra: mspace_get_aligned should respect MALLOC_ALIGNMENT | Damjan Marion | 1 | -22/+1 |
2020-11-05 | build: link time optimization for release builds | Damjan Marion | 1 | -0/+1 |
2020-10-26 | vppinfra: clib_mem_vm_{un}map thread safe | Damjan Marion | 2 | -0/+25 |
2020-10-23 | vppinfra: add bihash_8/24_16 to headers list | jiangxiaoming | 1 | -0/+2 |
2020-10-22 | vppinfra: missing __clib_export va_unformat | Juraj Linkeš | 1 | -1/+1 |
2020-10-21 | vppinfra: missing __clib_export | Nathan Skrzypczak | 1 | -1/+1 |