Age | Commit message (Expand) | Author | Files | Lines |
2019-06-11 | vlib: avoid retrieving freed file in epoll | Florin Coras | 1 | -6/+7 |
2019-06-08 | trace frame-queue on trigger out of memory | dongjuan | 2 | -3/+2 |
2019-06-04 | sort worker-thread init functions in advance | Dave Barach | 5 | -12/+71 |
2019-05-29 | Break out the broom for some cleanup work | Dave Barach | 2 | -0/+38 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason | Neale Ranns | 2 | -0/+32 |
2019-05-24 | Add callback multiplex support | Dave Barach | 3 | -12/+18 |
2019-05-22 | stats: support multiple works for error counters | Ole Troan | 4 | -43/+79 |
2019-05-17 | Add a debug-CLI leak-checker | Dave Barach | 1 | -0/+25 |
2019-05-17 | Trivial typo. punt_node.c | Paul Vinciguerra | 1 | -1/+1 |
2019-05-17 | Fix 'terminal history off' crasher | Chris Luke | 1 | -7/+14 |
2019-05-16 | init / exit function ordering | Dave Barach | 8 | -60/+577 |
2019-05-14 | Preallocate mhash key_tmps vector | Dave Barach | 2 | -16/+12 |
2019-05-10 | cli: Add return value in cli_inband | Ole Troan | 2 | -5/+10 |
2019-05-06 | gcov / test framework: sigterm not sigkill | Dave Barach | 1 | -0/+11 |
2019-05-03 | Add callbacks for extended trace functionality, one as content is added with ... | Gary Boon | 2 | -1/+33 |
2019-05-02 | vlib: align stack on OS page size | Benoît Ganne | 1 | -1/+1 |
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 |