Age | Commit message (Expand) | Author | Files | Lines |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) |  Dave Barach | 1 | -0/+7 |
2020-04-28 | vlib: use flexible array in vlib_buffer for GCC-10 |  Benoît Ganne | 1 | -1/+1 |
2020-04-28 | vlib: startup multi-arch variant configuration |  Ray Kinsella | 4 | -1/+229 |
2020-04-28 | stats: add apis to delete simple/combined counters |  Ole Troan | 3 | -0/+36 |
2020-04-27 | vlib: deprecate i2c and cj |  Dave Barach | 7 | -672/+0 |
2020-04-21 | vlib: queue_hi_thresh fix to avoid deadlock |  Elias Rudberg | 1 | -2/+4 |
2020-04-13 | buffers: configurable buffer fault injector |  Dave Barach | 7 | -0/+108 |
2020-04-09 | misc: fix error handling in punt_replicate |  Dave Barach | 1 | -2/+7 |
2020-04-07 | l2: handle complete clone fail in l2_flood |  Dave Barach | 1 | -2/+2 |
2020-03-31 | vlib: move pci api types from vnet/pci to vlib/pci |  Jakub Grajciar | 4 | -0/+103 |
2020-03-21 | vlib: leave SIGPROF signal with its default handler |  Jieqiang Wang | 1 | -0/+1 |
2020-03-21 | vlib: allow using core 0 as a last resort |  Vladimir Isaev | 1 | -15/+12 |
2020-03-21 | vlib: complain if workers are configured twice |  Vladimir Isaev | 1 | -1/+10 |
2020-03-21 | vlib: fix error when creating avf interface on SMP system |  Jieqiang Wang | 1 | -1/+13 |
2020-03-20 | rdma: ring db only once per vector on tx |  Benoît Ganne | 1 | -0/+18 |
2020-03-13 | vlib: add verbose sh node option |  Florin Coras | 1 | -3/+28 |
2020-03-12 | vppinfra: refactor clib_timebase_t |  Dave Barach | 1 | -1/+8 |
2020-03-12 | vlib: fix unix cli SIGSEGV for empty line input |  Fan Zhang | 1 | -1/+2 |
2020-03-11 | vlib: unix cli - log cli commands one per line |  Paul Vinciguerra | 1 | -0/+2 |
2020-03-02 | rdma: improve rx loop |  Damjan Marion | 1 | -0/+18 |
2020-02-25 | vlib: Punt reason allocation listener enable/disable callback |  Neale Ranns | 2 | -4/+39 |
2020-02-24 | vlib: Alias RX or TX to direction |  Neale Ranns | 1 | -0/+8 |
2020-02-18 | vlib: calculate per-worker loops/second metric |  Dave Barach | 3 | -1/+48 |
2020-02-17 | vlib: fix code of getting numa node with specific cpu_id |  Lijian.Zhang | 1 | -3/+18 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator |  Dave Barach | 2 | -97/+2 |
2020-02-11 | misc: fix coverity warnings |  Dave Barach | 1 | -4/+6 |
2020-02-11 | vlib: Skip core 0 if workers are configured. |  Jon Loeliger | 1 | -0/+15 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping |  Florin Coras | 2 | -5/+4 |
2020-02-10 | vlib: properly configure main thread's core id |  Jon Loeliger | 1 | -0/+2 |
2020-02-10 | misc: add FEATURE.yaml files |  Dave Barach | 1 | -0/+13 |
2020-02-06 | vlib: add plugin override support |  Dave Barach | 6 | -36/+205 |
2020-02-05 | vppinfra: numa vector placement support |  Dave Barach | 4 | -16/+100 |
2020-01-30 | vppinfra: improve clocks_per_second convergence |  Dave Barach | 1 | -3/+7 |
2020-01-07 | vlib: fix coverity warning / real bug |  Dave Barach | 1 | -1/+1 |
2019-12-17 | misc: don't os_exit(1) causing core on SIGINT |  Christian E. Hopps | 1 | -1/+5 |
2019-12-17 | vlib: add max-size configuration parameter for pmalloc |  jieqiang wang | 1 | -0/+3 |
2019-12-17 | vlib: fix startup-config-process stack overflow |  GordonNoonan | 1 | -0/+1 |
2019-12-17 | vlib: fix an issue with show pci |  Vratko Polak | 1 | -1/+1 |
2019-12-17 | vlib: fix vector-as-C-string overflow |  Benoît Ganne | 2 | -3/+3 |
2019-12-12 | vlib: fix "<command> help" |  Dave Barach | 1 | -13/+9 |
2019-12-09 | vlib: improve test coverage |  Dave Barach | 5 | -181/+25 |
2019-12-05 | classify: vpp packet tracer support |  Dave Barach | 3 | -1/+58 |
2019-11-27 | vlib: add 'wait' cli command |  Paul Vinciguerra | 1 | -0/+40 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 2 | -4/+4 |
2019-11-26 | misc: add gdb helpers for vlib buffers |  Benoît Ganne | 1 | -0/+7 |
2019-11-20 | vlib: improve code coverage, part deux |  Dave Barach | 2 | -29/+0 |
2019-11-20 | vlib: pci: fix non-NULL terminated C-string |  Benoît Ganne | 1 | -2/+2 |
2019-11-18 | session: Increasing the Header lengthe size |  Srikanth Akula | 1 | -1/+0 |
2019-11-11 | vlib: fix handoff queue sequencing bug |  Dave Barach | 1 | -1/+2 |
2019-11-04 | vlib: fix for vlib_node_add_next_with_slot |  Christian Hopps | 1 | -1/+10 |