Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 6 | -1955/+6 |
2020-02-11 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-02-11 | vppinfra: add ARM cpu types | Damjan Marion | 1 | -0/+4 |
2020-02-11 | vppinfra: remove unused variable from timing wheel | Klement Sekera | 2 | -4/+0 |
2020-02-11 | svm: numa awareness for ssvm segments | Florin Coras | 2 | -1/+40 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping | Florin Coras | 4 | -45/+17 |
2020-02-07 | misc: address sanitizer: fix vm instrumentation | Benoît Ganne | 2 | -0/+9 |
2020-02-05 | vppinfra: numa vector placement support | Dave Barach | 11 | -60/+282 |
2020-02-05 | vppinfra: deal with 0 return from os_cpu_clock_frequency() | Dave Barach | 1 | -0/+16 |
2020-02-03 | vppinfra: fix typo in tw_timer_template.c | Dave Barach | 1 | -1/+1 |
2020-01-31 | crypto-native: add ARMv8 AES-CBC implementation | Damjan Marion | 1 | -0/+6 |
2020-01-30 | vppinfra: improve clocks_per_second convergence | Dave Barach | 2 | -54/+76 |
2020-01-27 | vppinfra: use CPUID provided base frequency if available | Damjan Marion | 1 | -0/+32 |
2020-01-27 | vppinfra: add x86 CPU definitions | Damjan Marion | 1 | -0/+8 |
2020-01-16 | vppinfra: fixing compilation issues in 32-bit | Vijayabhaskar Katamreddy | 1 | -2/+3 |
2020-01-08 | vppinfra: retry socket connect on EAGAIN | Florin Coras | 1 | -4/+6 |
2020-01-07 | vppinfra: hash [un]set malloc/free takes a const key | Neale Ranns | 1 | -5/+5 |
2019-12-17 | pg: don't leak open files in packet-generator | Christian E. Hopps | 1 | -0/+1 |
2019-12-17 | misc: address sanitizer: do not instrument dlmalloc internals | Benoît Ganne | 1 | -0/+4 |
2019-12-17 | misc: address sanitizer: fix instrumentation | Benoît Ganne | 2 | -1/+4 |
2019-12-17 | vppinfra: fix cpu flag string overflow | Benoît Ganne | 1 | -7/+5 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 3 | -7/+24 |
2019-12-02 | vppinfra: preserve total_cpu_time across clock freq adjustment | Dave Barach | 2 | -4/+17 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 10 | -33/+145 |
2019-11-26 | build: remove valgrind leftovers | Benoît Ganne | 5 | -4360/+0 |
2019-11-22 | vppinfra: fix coverity issue 205691 in pmalloc | Andrew Yourtchenko | 1 | -0/+1 |
2019-11-07 | pmalloc: always lock pages | Damjan Marion | 1 | -25/+11 |
2019-11-05 | session tcp: refactor pacer time | Florin Coras | 1 | -0/+7 |
2019-10-22 | vppinfra: make coverity happy with vec_set_len | Benoît Ganne | 1 | -1/+6 |
2019-10-22 | vppinfra: add clib_mem_free_s | Benoît Ganne | 1 | -0/+8 |
2019-10-22 | vppinfra: add vec_set_len() | Benoît Ganne | 1 | -6/+13 |
2019-10-11 | vppinfra: fix page boundary crossing bug in hash_memory64 | Dave Barach | 1 | -4/+47 |
2019-10-04 | vppinfra: create unformat function for data size parsing | MathiasRaoul | 2 | -0/+26 |
2019-09-27 | vppinfra: implement CLIB_PAUSE () for aarch64 platforms | jaszha03 | 1 | -0/+2 |
2019-09-26 | classify: use vector code even when data is not aligned | Damjan Marion | 1 | -0/+2 |
2019-09-16 | dpdk: initialize rte_mbuf during mempool dequeue | Damjan Marion | 1 | -0/+3 |
2019-09-03 | vppinfra: add bihash_init2 | Dave Barach | 2 | -20/+53 |
2019-08-20 | fix pcap_write function | Jack Xu | 2 | -3/+3 |
2019-08-19 | vppinfra: Update "show cpu" output for AArch64 chips | Nitin Saxena | 1 | -15/+18 |
2019-08-02 | vppinfra: Expose function setting __os_thread_index | Nathan Skrzypczak | 2 | -0/+27 |
2019-08-01 | interface: fix pcap tx/rx trace cli handling | John Lo | 1 | -0/+2 |
2019-08-01 | vppinfra: fix spinlock and rwlock tests | Florin Coras | 3 | -15/+15 |
2019-08-01 | vppinfra: refactor clib_rwlock_t to use single condition variable | jaszha03 | 1 | -24/+19 |
2019-08-01 | vppinfra: remove unused historical code | Dave Barach | 3 | -375/+0 |
2019-08-01 | vppinfra: make first bihash add thread-safe | Dave Barach | 2 | -7/+25 |
2019-08-01 | vppinfra: refactor clib_spinlock_t to use compare and swap | jaszha03 | 2 | -2/+13 |
2019-07-31 | vppinfra: added performance test for clib_rwlock_t (test_rwlock.c) | jaszha03 | 2 | -0/+265 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t | jaszha03 | 1 | -0/+3 |
2019-07-31 | vppinfra: added lock performance test for clib_spinlock_t (test_spinlock.c) | jaszha03 | 2 | -0/+207 |
2019-07-30 | vppinfra: refactor use of CLIB_MEMORY_BARRIER () | jaszha03 | 3 | -17/+8 |