Age | Commit message (Expand) | Author | Files | Lines |
2021-11-08 | perfmon: fix iio-bw coverity issues |  Ray Kinsella | 1 | -1/+1 |
2021-11-05 | pci: remove dead code |  Damjan Marion | 1 | -4/+0 |
2021-11-03 | pci: allocate and set length pci product name |  Ray Kinsella | 1 | -1/+1 |
2021-11-02 | vlib: retrieve the root bus of a given pci device |  Ray Kinsella | 1 | -0/+59 |
2021-11-02 | vlib: allocate pci product_name with vec_alloc |  Ray Kinsella | 1 | -1/+1 |
2020-12-06 | vlib: vlib_log for "linux device up" warnings |  Dave Barach | 1 | -3/+4 |
2020-10-22 | pci: set PCI memory enable before mapping PCI BAR |  Mohammed Hawari | 1 | -0/+12 |
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-05-26 | pci: improve vfio logging |  Damjan Marion | 1 | -20/+19 |
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 | 1 | -6/+7 |
2019-04-03 | pci: Fix the crash on deleting the pci device |  Mohsin Kazmi | 1 | -2/+5 |
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 | 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-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 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 | 1 | -0/+34 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -8/+8 |
2018-10-22 | vlib: pci improvements |  Damjan Marion | 1 | -67/+125 |
2018-06-27 | gcc8 and Wstringop-truncation |  Marco Varlese | 1 | -2/+4 |
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 | 1 | -1/+12 |
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 | 1 | -130/+4 |
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 |
2017-12-14 | pci: auto-detect right vfio/uio driver |  Damjan Marion | 1 | -0/+55 |
2017-12-10 | vlib: fix issues in the new pci code reported by coverity |  Damjan Marion | 1 | -6/+12 |
2017-12-09 | vlib: PCI rework to support VFIO |  Damjan Marion | 1 | -272/+646 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function |  Damjan Marion | 1 | -12/+13 |
2017-09-09 | move unix_file_* code to vppinfra |  Damjan Marion | 1 | -7/+6 |
2017-09-08 | vlib: move linux-specific code to vlib/linux |  Damjan Marion | 1 | -0/+666 |