Age | Commit message (Expand) | Author | Files | Lines |
2019-05-01 | Add node, frame to vlib main loop perf analysis callback arguments | Dave Barach | 2 | -6/+13 |
2019-04-24 | Clean up multi-thread barrier-sync hold-down timer | Dave Barach | 2 | -13/+57 |
2019-04-22 | vlib epoll: handle file removal on EPOLLIN | Florin Coras | 1 | -0/+2 |
2019-04-18 | vlib epoll: protect against clib file pool expansion | Florin Coras | 1 | -1/+3 |
2019-04-18 | Fix memory corruption faulting [VPP-1639] | Artem Belov | 1 | -3/+3 |
2019-04-12 | Trivial: Update doxygen comments. | Paul Vinciguerra | 1 | -3/+10 |
2019-04-08 | vlib-punt: fix error node counting | Neale Ranns | 2 | -26/+14 |
2019-04-03 | pci: Fix the crash on deleting the pci device | Mohsin Kazmi | 1 | -2/+5 |
2019-04-02 | stat-segment: scaling improvement | Neale Ranns | 1 | -8/+8 |
2019-04-01 | Enhance vlib_buffer_clone to change headroom space for packet | John Lo | 1 | -7/+66 |
2019-03-28 | Punt Infra | Neale Ranns | 6 | -2/+1063 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 3 | -6/+6 |
2019-03-26 | node: vector must be checked with vec_header | Kingwel Xie | 1 | -1/+1 |
2019-03-21 | Ignore SIGTERM during the vpp boot sequence | Dave Barach | 2 | -12/+17 |
2019-03-20 | Re-enable aarch64 neon instruction in vlib_buffer_free_inline | Lijian.Zhang | 1 | -3/+3 |
2019-03-13 | VPP-1576: fix a set of coverity warnings | Dave Barach | 1 | -1/+4 |
2019-03-13 | buffers: don't use clib_memcpy for copying buffer indices | Damjan Marion | 1 | -1/+37 |
2019-03-13 | Move the punt/drop nodes into vlib | Neale Ranns | 2 | -0/+287 |
2019-03-13 | buffers: fix ref_count mask in vlib_buffer_free_inline | Damjan Marion | 1 | -1/+1 |
2019-03-13 | deprecate VLIB_NODE_FUNCTION_MULTIARCH | Filip Tehlar | 1 | -4/+0 |
2019-03-13 | vmbus: not having uio_hv_generic is not an error | Stephen Hemminger | 1 | -7/+20 |
2019-03-12 | Perf tune handoff queue polling | Dave Barach | 3 | -3/+25 |
2019-03-12 | ICMP46 error: Clone first buffer instead of "truncating" original buffer | Ole Troan | 1 | -0/+21 |
2019-03-10 | Perf tune get_frame_size_info | Dave Barach | 3 | -3/+14 |
2019-03-06 | vmbus: fix bug that breaks multiple netvsc vdevs | Matthew Smith | 1 | -2/+2 |
2019-03-06 | vlib: coverity woes | Steven Luong | 1 | -2/+1 |
2019-03-04 | buffers: support cases where numa node memory is not available | Damjan Marion | 3 | -40/+82 |
2019-03-04 | stats: fix crash on early init | Filip Tehlar | 1 | -4/+18 |
2019-03-01 | Save signum and faulting address in static variables | Dave Barach | 1 | -0/+6 |
2019-02-27 | VPP-1576: fix Coverity issues | Dave Barach | 1 | -27/+17 |
2019-02-27 | Fix crash in barrier sync when vlib_worker_threads is zero | Damjan Marion | 2 | -3/+5 |
2019-02-26 | stats: buffer gauge callbacks use index instead of name. | Ole Troan | 1 | -26/+20 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | Dave Barach | 1 | -0/+16 |
2019-02-25 | buffer chain linearization | Klement Sekera | 2 | -97/+125 |
2019-02-22 | stats: add buffer gauges | Filip Tehlar | 2 | -4/+90 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 3 | -4/+15 |
2019-02-21 | physmem: keep physmem VA in 39-bit address space on x86_64 | Damjan Marion | 2 | -1/+34 |
2019-02-20 | calculate per-thread time offset | Dave Barach | 3 | -1/+66 |
2019-02-14 | buffer: bug fix vlib_buffer_free_inline | Lollita Liu | 1 | -6/+7 |
2019-02-09 | buffers: fix typo | Damjan Marion | 3 | -13/+15 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 4 | -29/+43 |
2019-02-06 | buffers: improve buffer init performance | Damjan Marion | 1 | -17/+14 |
2019-02-02 | CLI control of graph dispatch elogs | Dave Barach | 3 | -126/+214 |
2019-02-02 | Deprecate old mutliarch code, phase 1 | Damjan Marion | 1 | -24/+2 |
2019-01-31 | buffers: vallidate that buffer is allocated during buffer pool put | Damjan Marion | 1 | -8/+5 |
2019-01-31 | Add 'show vlib graphviz' command | Benoît Ganne | 4 | -16/+108 |
2019-01-31 | assert on double-free in debug build | Klement Sekera | 1 | -4/+2 |
2019-01-31 | pci: get the number of interrupts | Mohsin Kazmi | 2 | -0/+21 |
2019-01-31 | buffers: reinitialize metadata, add additional validation | Damjan Marion | 2 | -13/+44 |
2019-01-30 | buffers: major cleanup and improvements | Damjan Marion | 8 | -683/+591 |