Age | Commit message (Expand) | Author | Files | Lines |
2020-10-08 | pci: add vlib_pci_get_msix_file_index | Damjan Marion | 1 | -0/+11 |
2020-09-17 | vppinfra: support main heap with different page sizes | Damjan Marion | 1 | -3/+5 |
2020-07-24 | pci: fix non NULL-terminated vector used as C string overflow | Benoît Ganne | 1 | -4/+5 |
2020-05-26 | pci: improve vfio logging | Damjan Marion | 3 | -20/+77 |
2020-05-06 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-03-21 | vlib: fix error when creating avf interface on SMP system | Jieqiang Wang | 1 | -1/+13 |
2019-11-20 | vlib: pci: fix non-NULL terminated C-string | Benoît Ganne | 1 | -2/+2 |
2019-10-20 | vlib: linux: fix wrong iommu_group value issue when using dpdk-plugin | Yulong Pei | 1 | -22/+19 |
2019-10-05 | vlib: pci: set pci driver name to none when no driver is loaded | Benoît Ganne | 1 | -0/+2 |
2019-08-22 | vlib: fix null pointer crash on strncmp | Steven Luong | 1 | -2/+2 |
2019-05-16 | init / exit function ordering | Dave Barach | 2 | -8/+14 |
2019-04-03 | pci: Fix the crash on deleting the pci device | Mohsin Kazmi | 1 | -2/+5 |
2019-03-13 | VPP-1576: fix a set of coverity warnings | Dave Barach | 1 | -1/+4 |
2019-03-13 | vmbus: not having uio_hv_generic is not an error | Stephen Hemminger | 1 | -7/+20 |
2019-03-06 | vmbus: fix bug that breaks multiple netvsc vdevs | Matthew Smith | 1 | -2/+2 |
2019-01-31 | pci: get the number of interrupts | Mohsin Kazmi | 1 | -0/+18 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t | Damjan Marion | 1 | -1/+1 |
2019-01-18 | Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro | Steven Luong | 1 | -2/+2 |
2019-01-17 | vmbus: fix strncpy related warnings | Stephen Hemminger | 1 | -4/+4 |
2019-01-17 | pci: fix strncpy warnings | Stephen Hemminger | 1 | -4/+4 |
2019-01-07 | avf: allocate descriptor memory from local numa | Damjan Marion | 1 | -0/+9 |
2018-12-19 | vlib: support Hyper-v/Azure VMBus | Stephen Hemminger | 1 | -0/+405 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -1/+1 |
2018-10-25 | pmalloc: support for 4K pages | Damjan Marion | 1 | -1/+1 |
2018-10-24 | vlib: Fix pci io bar read/write fd leak | Mohsin Kazmi | 1 | -0/+6 |
2018-10-23 | vlib: Add support for pci io read/write | Mohsin Kazmi | 1 | -19/+79 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 4 | -345/+68 |
2018-10-23 | c11 safe string handling support | Dave Barach | 2 | -9/+9 |
2018-10-22 | vlib: pci improvements | Damjan Marion | 3 | -106/+150 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size | Haiyang Tan | 2 | -3/+3 |
2018-10-05 | vfio: don't display error if no pci devices are assigned to container | Damjan Marion | 1 | -3/+4 |
2018-09-27 | Add logging to vfio code | Damjan Marion | 2 | -3/+23 |
2018-07-20 | physmem: fix alloc when dlmaloc is used | Damjan Marion | 1 | -1/+5 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -1/+24 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 1 | -2/+4 |
2018-06-13 | add end of string for format name in unix_physmem_region_alloc | lollita liu | 1 | -1/+1 |
2018-03-29 | Coverity fixes (VPP-1204) | Chris Luke | 1 | -1/+2 |
2018-03-26 | vlib: add support for vfio no-iommu mode | Damjan Marion | 3 | -33/+48 |
2018-03-09 | Correct address calculation for VPP-1168 | Lee Roberts | 1 | -1/+1 |
2018-03-09 | dpdk: move DPDK vfio hack to dpdk plugin | Damjan Marion | 3 | -48/+3 |
2018-03-07 | fix physmem mappings | Damjan Marion | 1 | -0/+2 |
2018-03-05 | physmem: keep only one physmem_main | Damjan Marion | 2 | -5/+5 |
2018-03-05 | vlib: add functions to dynamically open/close PCI device | Damjan Marion | 1 | -3/+121 |
2018-03-05 | vlib: vfio code rework | Damjan Marion | 4 | -210/+387 |
2018-03-05 | vlib: rework PCI INTx support | Damjan Marion | 1 | -96/+72 |
2018-03-04 | vlib: add PCI MSI-X interrupt support (vfio only) | Damjan Marion | 1 | -5/+183 |
2018-03-04 | vlib: map pci region by using vfio FD when vfio is used | Damjan Marion | 1 | -41/+83 |
2018-03-04 | vlib: fix vlib_pci_get_device_info on when not running as root | Damjan Marion | 1 | -4/+2 |
2018-02-26 | vlib: use vfio fd for accessing PCI config space | Damjan Marion | 1 | -32/+29 |
2018-02-18 | vlib: fix pci init | Damjan Marion | 1 | -2/+1 |