Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | pg: don't leak open files in packet-generator | Christian E. Hopps | 1 | -0/+1 |
2020-08-12 | vppinfra: fix cpu flag string overflow | Benoît Ganne | 1 | -7/+5 |
2020-08-12 | vppinfra: fix coverity issue 205691 in pmalloc | Andrew Yourtchenko | 1 | -0/+1 |
2020-06-11 | vppinfra: refactor mpcap.h | Dave Barach | 1 | -88/+4 |
2020-03-30 | vppinfra: fix typo in dlmalloc.c | Dave Barach | 1 | -1/+1 |
2020-03-30 | vppinfra: correct fixed pool header size calculation | Dave Barach | 1 | -3/+1 |
2020-03-27 | vppinfra: manual cherrypick timebase fixes | Dave Barach | 3 | -56/+150 |
2020-02-06 | vppinfra: fix typo in tw_timer_template.c | Dave Barach | 1 | -1/+1 |
2020-02-06 | vppinfra: preserve total_cpu_time across clock freq adjustment | Dave Barach | 2 | -4/+17 |
2020-02-06 | pmalloc: always lock pages | Damjan Marion | 1 | -25/+11 |
2019-11-28 | session tcp: refactor pacer time | Florin Coras | 1 | -0/+7 |
2019-10-31 | vppinfra: make coverity happy with vec_set_len | Benoît Ganne | 1 | -1/+6 |
2019-10-31 | vppinfra: add clib_mem_free_s | Benoît Ganne | 1 | -0/+8 |
2019-10-29 | vppinfra: add vec_set_len() | Benoît Ganne | 1 | -6/+13 |
2019-10-23 | vppinfra: fix page boundary crossing bug in hash_memory64 | Dave Barach | 1 | -4/+47 |
2019-10-16 | vppinfra: create unformat function for data size parsing | MathiasRaoul | 2 | -0/+26 |
2019-10-11 | vppinfra: implement CLIB_PAUSE () for aarch64 platforms | jaszha03 | 1 | -0/+2 |
2019-10-03 | classify: use vector code even when data is not aligned | Damjan Marion | 1 | -0/+2 |
2019-09-25 | interface: fix pcap_write function | Andrew Yourtchenko | 1 | -3/+0 |
2019-09-21 | vppinfra: Update "show cpu" output for AArch64 chips | Nitin Saxena | 1 | -15/+18 |
2019-09-09 | dpdk: initialize rte_mbuf during mempool dequeue | Damjan Marion | 1 | -0/+3 |
2019-09-09 | vlib: clean up the "pcap dispatch trace" debug CLI | Dave Barach | 1 | -0/+3 |
2019-09-03 | vppinfra: add bihash_init2 | Dave Barach | 2 | -20/+53 |
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 |
2019-07-30 | vppinfra: conformed spinlocks to use CLIB_PAUSE | jaszha03 | 2 | -2/+4 |
2019-07-26 | session: separate ctrl, new and old events | Florin Coras | 1 | -0/+38 |
2019-07-25 | vppinfra: fix coverity warning in mpcap.c | Dave Barach | 1 | -5/+14 |
2019-07-24 | vppinfra: add mapped pcap file support | Gary Boon | 3 | -0/+506 |
2019-07-19 | vppinfra: fix OOM check in bihash | Andreas Schultz | 1 | -1/+1 |
2019-07-17 | session: use llist in session node evt handling | Florin Coras | 1 | -2/+27 |
2019-07-17 | vppinfra: elog: fix read overflow in string lookup | Benoît Ganne | 1 | -5/+7 |
2019-07-13 | vppinfra: add doubly linked list | Florin Coras | 2 | -0/+255 |
2019-07-11 | vppinfra: bihash add-but-do-not-overwrite semantics | Dave Barach | 1 | -0/+7 |
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 |