Age | Commit message (Expand) | Author | Files | Lines |
2024-06-10 | vlib: fix gdb_show_traces() | Benoît Ganne | 1 | -4/+6 |
2024-06-05 | buffers: support per-numa-domain buffer size | Lukas Stockner | 2 | -3/+46 |
2024-06-01 | vlib: clean up r2 plugin registration relocator | Dave Barach | 1 | -9/+43 |
2024-05-29 | vlib: stack trace and signal handler improvements | Damjan Marion | 1 | -19/+95 |
2024-05-24 | vlib: improvement to automatic core pinning | hsandid | 1 | -0/+9 |
2024-05-22 | vlib: prevent some signals from being executed on workers | Guillaume Solignac | 1 | -0/+12 |
2024-05-13 | vlib: avoid pci scan without registrations | Vladimir Zhigulin | 1 | -6/+9 |
2024-05-06 | vlib: fix use of RTLD_DEEPBIND for musl | Eric Sun | 1 | -0/+4 |
2024-05-06 | vlib: fix missing integer init | Guillaume Solignac | 1 | -4/+4 |
2024-05-06 | vlib: revert automatic core pinning changes | Hadi Rayan Al-Sandid | 2 | -69/+7 |
2024-05-06 | vlib: Add FreeBSD specific platform files | Tom Jones | 1 | -0/+6 |
2024-04-29 | pci: fix missing limits.h | Guillaume Solignac | 1 | -0/+1 |
2024-04-24 | vlib: Add FreeBSD thread specific header and calls | Tom Jones | 1 | -0/+11 |
2024-04-24 | vlib: Add a skeleton pci interface for FreeBSD | Tom Jones | 1 | -0/+380 |
2024-04-24 | vppinfra: Add method for getting current executable name | Tom Jones | 1 | -10/+12 |
2024-04-22 | vlib: Place linux pci headers in a linux include block | Tom Jones | 1 | -0/+2 |
2024-04-10 | vlib: fix vlib_buffer_free_inline() AVX-512 overflow | Benoît Ganne | 1 | -1/+1 |
2024-04-01 | vlib: fix counter_index check | lijinhui | 1 | -3/+5 |
2024-03-29 | vlib: improve automatic core pinning | hsandid | 2 | -7/+69 |
2024-03-18 | vppinfra: os agnostic api for getting CPU information | Damjan Marion | 3 | -23/+8 |
2024-03-12 | misc: remove GNU Indent directives | Damjan Marion | 25 | -236/+0 |
2024-03-05 | vlib: fix initial stats time for the process nodes | Vladislav Grishenko | 1 | -1/+2 |
2024-03-04 | vppinfra: add os_get_online_cpu_core() and os_get_online_cpu_node() | Damjan Marion | 3 | -16/+12 |
2024-02-23 | build: Discover libepoll-shim on FreeBSD | Tom Jones | 1 | -1/+1 |
2024-02-23 | vlib: Use platform specific headers for sched.h | Tom Jones | 1 | -6/+18 |
2024-02-23 | build: Add support to add_vpp_library for platform specific sources | Tom Jones | 1 | -4/+13 |
2024-02-18 | vlib: Only init vfio on Linux | Tom Jones | 1 | -0/+2 |
2024-02-12 | buffers: bring back cache occupancy improvement | Vratko Polak | 1 | -0/+4 |
2024-02-02 | vlib: flush rpcs on worker sync | Florin Coras | 1 | -0/+1 |
2024-02-02 | vlib api: move wrkr rpc flushing to vlib | Florin Coras | 3 | -7/+18 |
2024-01-20 | buffers: add compile-time option to set buffer alignment | Damjan Marion | 4 | -8/+10 |
2024-01-16 | vlib: remove unused code | Damjan Marion | 1 | -16/+0 |
2023-12-22 | vlib: lowercase vmbus device names | Alexander Skorichenko | 1 | -5/+5 |
2023-12-22 | vlib: add error checks to thread pinning | hsandid | 1 | -7/+14 |
2023-12-21 | buffers: add vlib_buffer_unalloc_to_pool() | Damjan Marion | 1 | -0/+17 |
2023-12-14 | bpf_trace_filter: allow use whithout classifier | Mohammed Hawari | 1 | -7/+0 |
2023-11-13 | ena: Amazon Elastic Network Adapter (ENA) native driver | Damjan Marion | 1 | -0/+1 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings | Jieqiang Wang | 1 | -1/+1 |
2023-11-06 | pci: remove unnecessary ioctl() call and improve logging in vfio_set_irqs | Damjan Marion | 3 | -34/+49 |
2023-11-06 | pci: fix VFIO set IRQ code | Damjan Marion | 1 | -2/+2 |
2023-11-03 | vppinfra: refactor interrupt code | Damjan Marion | 4 | -18/+9 |
2023-11-02 | dev: new device driver infra | Damjan Marion | 2 | -0/+53 |
2023-10-25 | buffers: buffer name is vector, not c string | Damjan Marion | 1 | -6/+7 |
2023-10-17 | buffers: introduce vlib_buffer_template_t | Damjan Marion | 3 | -69/+81 |
2023-10-13 | vlib: properly replicate nexts when sibling node is created on runtime | Damjan Marion | 1 | -32/+33 |
2023-10-13 | vlib: allow unpriviledged vlib_pci_get_device_info() | Damjan Marion | 2 | -3/+4 |
2023-10-09 | buffers: buffer allocation improvements | Damjan Marion | 2 | -38/+47 |
2023-09-13 | vlib: deuglify the offset finding loop in pci.c | Vratko Polak | 1 | -5/+2 |
2023-09-13 | pci: fix coverity issue CID-322372 | Dave Wallace | 1 | -1/+1 |
2023-08-07 | vlib: support sibling node creation with vlib_register_node() | Damjan Marion | 1 | -20/+54 |