Age | Commit message (Expand) | Author | Files | Lines |
2020-07-01 | vlib: wake up workers if interrupts are posted | Benoît Ganne | 4 | -2/+8 |
2020-06-23 | vlib: debug CLI macro expander, part deux | Dave Barach | 1 | -11/+34 |
2020-06-19 | vlib: add recursive macro expander to debug cli | Dave Barach | 1 | -1/+142 |
2020-06-17 | docs: add more FEATURE.yaml documentation | Dave Barach | 1 | -0/+14 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang | Damjan Marion | 6 | -11/+82 |
2020-06-15 | buffers: fix non-default sized buffers initialization | Benoît Ganne | 1 | -5/+21 |
2020-06-12 | vlib: node recyling and node deletion missing triggering graph node sync | Steven Luong | 1 | -27/+1 |
2020-06-08 | vlib: stop inlining vlib_add_trace(...) | Dave Barach | 2 | -2/+17 |
2020-06-08 | vlib: Coverity fix | Dave Barach | 1 | -1/+1 |
2020-06-04 | fib: add barrier sync, pool/vector expand cases | Dave Barach | 2 | -0/+41 |
2020-06-03 | vlib: improve node interrupt handling | Damjan Marion | 3 | -47/+81 |
2020-05-26 | pci: improve vfio logging | Damjan Marion | 3 | -20/+77 |
2020-05-21 | vlib: enforce buffer alloc return value check | Damjan Marion | 1 | -6/+6 |
2020-05-20 | vlib: mmap process stacks | Damjan Marion | 4 | -59/+42 |
2020-05-15 | vlib: restore commands for non-interactive sessions | Benoît Ganne | 1 | -8/+13 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 2 | -0/+0 |
2020-05-15 | ikev2: add support for NAT traversal | Filip Tehlar | 1 | -5/+6 |
2020-05-14 | vlib: fix unix cli commands crash without session | Benoît Ganne | 1 | -15/+23 |
2020-05-11 | vlib: fix u64 error counter cli printing | Florin Coras | 1 | -3/+3 |
2020-05-06 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-05-02 | vlib: add nosyslog unix option | Ruslan Babayev | 2 | -3/+12 |
2020-04-30 | build: rework x86 CPU variants | Damjan Marion | 1 | -1/+1 |
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 |