Age | Commit message (Expand) | Author | Files | Lines |
2023-01-12 | vppinfra: fix longstanding corner case bug in serialize_get() | Dave Barach | 2 | -0/+47 |
2023-01-12 | misc: use right include for fctnl.h and poll.h | Guillaume Solignac | 2 | -2/+2 |
2022-12-26 | vppinfra: fix function prototypes | Dave Barach | 2 | -4/+4 |
2022-12-02 | vlib: clib_panic if sysconf() can't determine page size on startup | Andrew Yourtchenko | 1 | -1/+7 |
2022-11-14 | crypto-ipsecmb: fix plugin crash in VirtualBox | Maros Ondrejicka | 1 | -0/+1 |
2022-10-25 | hash: add local variable | Gabriel Oginski | 1 | -2/+3 |
2022-10-24 | vppinfra: fix incorrect sizeof() argument due to typo | Andrew Yourtchenko | 1 | -1/+1 |
2022-10-18 | vppinfra: send minimal needed mask to the set_mempolicy syscall | Damjan Marion | 1 | -11/+14 |
2022-10-17 | cnat: Add sctp support | Nathan Skrzypczak | 1 | -8/+12 |
2022-10-12 | misc: fix issues reported by clang-15 | Damjan Marion | 1 | -1/+1 |
2022-10-11 | vppinfra: fix AddressSanitizer | Benoît Ganne | 1 | -0/+1 |
2022-09-09 | vppinfra: add clib_array_mask_set_u32() | Damjan Marion | 1 | -0/+33 |
2022-08-23 | vppinfra: fix coverity 249217 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-18 | vppinfra: correct clib_bitmap_set() return comment | Jon Loeliger | 1 | -1/+1 |
2022-07-26 | vppinfra: fix formatting of format_base10 | Pim van Pelt | 1 | -1/+1 |
2022-07-12 | perfmon: enable perfmon plugin for Arm | Zachary Leaf | 2 | -2/+5 |
2022-07-06 | vppinfra: fix memory leak in sparse_vec_free() | Sergey Matov | 1 | -1/+4 |
2022-06-10 | vppinfra: fix bihash_8_16 entry format function | Benoît Ganne | 1 | -2/+1 |
2022-06-09 | vppinfra: missing __clib_export for clib_pmalloc_alloc_aligned | Damjan Marion | 1 | -2/+2 |
2022-05-24 | vppinfra: fix memory trace | Leung Lai Yung | 1 | -0/+5 |
2022-05-24 | vlib: implement aux data handoff | Mohammed Hawari | 1 | -0/+3 |
2022-05-23 | ip: reassembly - fixing stepping index in a better way | Vijayabhaskar Katamreddy | 1 | -10/+5 |
2022-05-19 | ip: reassembly - pacing reassembly timeouts | Vijayabhaskar Katamreddy | 1 | -5/+16 |
2022-05-18 | vppinfra: fix non-vector build on x86_64 | Damjan Marion | 1 | -1/+3 |
2022-05-06 | vppinfra: free vector against its heap | Damjan Marion | 1 | -1/+1 |
2022-04-29 | vppinfra: fix clib_mem_destroy | Damjan Marion | 1 | -2/+1 |
2022-04-13 | vppinfra: fix GCC 7.3 build error with asm inline | Guillaume Solignac | 1 | -4/+4 |
2022-04-13 | vppinfra: fix clang-10 build error with asm inline | Tianyu Li | 1 | -1/+1 |
2022-04-12 | vppinfra: vector perf improvements | Damjan Marion | 14 | -136/+324 |
2022-04-08 | vppinfra: introduce clib_perfmom | Damjan Marion | 11 | -216/+530 |
2022-04-08 | vppinfra: clib_interrupt_get_next reading unallocated memory | Paul Atkins | 2 | -1/+82 |
2022-04-08 | vppinfra: add bright colors to format_table | Damjan Marion | 2 | -2/+20 |
2022-04-06 | vppinfra: add vec_new_heap() | Damjan Marion | 2 | -5/+15 |
2022-04-06 | vppinfra: add MAX macros for clib types | Damjan Marion | 1 | -0/+18 |
2022-04-05 | vppinfra: refactor address sanitizer | Damjan Marion | 13 | -217/+92 |
2022-04-05 | vppinfra: use AVX512 compare for equality testing | Benoît Ganne | 1 | -45/+59 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 26 | -81/+84 |
2022-04-04 | vppinfra: fix alloc and alignment in fifo | Damjan Marion | 2 | -45/+56 |
2022-03-31 | vppinfra: vectors with non-default heap | Damjan Marion | 7 | -75/+213 |
2022-03-30 | vppinfra: vector allocator rework | Damjan Marion | 20 | -932/+866 |
2022-03-28 | vppinfra: avoid mem overflow in hash_memory() | Damjan Marion | 3 | -209/+29 |
2022-03-25 | vppinfra: add vec128_t, vec256_t and vec512_t types | Damjan Marion | 1 | -19/+41 |
2022-03-23 | vppinfra: deprecate clib_mem_is_vec | Damjan Marion | 2 | -14/+0 |
2022-03-23 | vppinfra: fix bihash key comparison for 512-bits vectors | Benoît Ganne | 5 | -11/+10 |
2022-03-23 | ip: Add unformat for flow_hash_config | Nathan Skrzypczak | 2 | -16/+16 |
2022-03-23 | vppinfra: deprecate vppinfra/graph.[ch] | Damjan Marion | 3 | -311/+0 |
2022-03-21 | vppinfra: add new bihash exports | Nathan Skrzypczak | 3 | -69/+185 |
2022-03-18 | vppinfra: deprecate vec numa macros | Damjan Marion | 5 | -220/+101 |
2022-03-18 | vppinfra: refactor *_will_expand() functions | Damjan Marion | 4 | -90/+44 |
2022-03-18 | vppinfra: deprecate vec_free_h() | Damjan Marion | 7 | -18/+10 |