- bd46907 vlib: fix coverity warning by Klement Sekera · 3 years, 1 month ago
- 81865bc perfmon: fix iio-bw coverity issues by Ray Kinsella · 3 years, 1 month ago
- e107709 pci: remove dead code by Damjan Marion · 3 years, 1 month ago
- 03d0fbe pci: allocate and set length pci product name by Ray Kinsella · 3 years, 1 month ago
- 5714a49 vlib: retrieve the root bus of a given pci device by Ray Kinsella · 3 years, 1 month ago
- 4b1e76b vlib: allocate pci product_name with vec_alloc by Ray Kinsella · 3 years, 1 month ago
- ecf98c0 vlib: vlib_log for "linux device up" warnings by Dave Barach · 4 years ago
- 70fc36f pci: set PCI memory enable before mapping PCI BAR by Mohammed Hawari · 4 years, 2 months ago
- 9c9490c pci: add vlib_pci_get_msix_file_index by Damjan Marion · 4 years, 2 months ago
- 6bfd076 vppinfra: support main heap with different page sizes by Damjan Marion · 4 years, 3 months ago
- 0792bb4 pci: improve vfio logging by Damjan Marion · 4 years, 7 months ago
- c72950e misc: fix coverity warnings by Dave Barach · 4 years, 8 months ago
- 76c6159 vlib: fix error when creating avf interface on SMP system by Jieqiang Wang · 5 years ago
- 0b91bd6 vlib: pci: fix non-NULL terminated C-string by Benoît Ganne · 5 years ago
- 4549548 vlib: linux: fix wrong iommu_group value issue when using dpdk-plugin by Yulong Pei · 5 years ago
- 0eae2bb vlib: pci: set pci driver name to none when no driver is loaded by Benoît Ganne · 5 years ago
- ab48992 vlib: fix null pointer crash on strncmp by Steven Luong · 5 years ago
- f8d5068 init / exit function ordering by Dave Barach · 6 years ago
- 692f9b1 pci: Fix the crash on deleting the pci device by Mohsin Kazmi · 6 years ago
- a402b83 pci: get the number of interrupts by Mohsin Kazmi · 6 years ago
- d50e347 buffers: keep buffer_main in vlib_main_t by Damjan Marion · 6 years ago
- ddccf7b Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro by Steven Luong · 6 years ago
- 4e8a831 pci: fix strncpy warnings by Stephen Hemminger · 6 years ago
- d2bfb78 avf: allocate descriptor memory from local numa by Damjan Marion · 6 years ago
- 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
- 3d3b955 vlib: Fix pci io bar read/write fd leak by Mohsin Kazmi · 6 years ago
- 95276ca vlib: Add support for pci io read/write by Mohsin Kazmi · 6 years ago
- 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
- b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
- 2322798 vlib: pci improvements by Damjan Marion · 6 years ago
- 99d7a72 gcc8 and Wstringop-truncation by Marco Varlese · 6 years ago
- 30684ac Coverity fixes (VPP-1204) by Chris Luke · 7 years ago
- 20ba164 vlib: add support for vfio no-iommu mode by Damjan Marion · 7 years ago
- f313b74 vlib: add functions to dynamically open/close PCI device by Damjan Marion · 7 years ago
- 1ba0fa4 vlib: vfio code rework by Damjan Marion · 7 years ago
- d5ded2d vlib: rework PCI INTx support by Damjan Marion · 7 years ago
- 599a16b vlib: add PCI MSI-X interrupt support (vfio only) by Damjan Marion · 7 years ago
- 2060db8 vlib: map pci region by using vfio FD when vfio is used by Damjan Marion · 7 years ago
- 44bcc20 vlib: fix vlib_pci_get_device_info on when not running as root by Damjan Marion · 7 years ago
- f9a968e vlib: use vfio fd for accessing PCI config space by Damjan Marion · 7 years ago
- 3a59382 vlib: fix pci init by Damjan Marion · 7 years ago
- 2752b89 pci: auto-detect right vfio/uio driver by Damjan Marion · 7 years ago
- 9650418 vlib: fix issues in the new pci code reported by coverity by Damjan Marion · 7 years ago
- cef87f1 vlib: PCI rework to support VFIO by Damjan Marion · 7 years ago
- 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
- 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
- 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago[Renamed (99%) from src/vlib/pci/linux_pci.c]
- 191a1a4 vlib: fix issues with PCI handling code by Damjan Marion · 7 years ago
- a7f7457 vlib: use driver_override in sysfs for binding pci devs to vfio/uio drivers by Damjan Marion · 8 years ago
- 3c785e0 vlib: do not unbind devices already bound to vfio-pci by Damjan Marion · 8 years ago
- 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vlib/vlib/pci/linux_pci.c]
- b1b1a14 Fix PCI vendor_id/device_id detection for SR-IOV devices by Damjan Marion · 8 years ago
- 853e720 VPP-237: indent fixes in prep for checkstyle by Ed Warnicke · 8 years ago
- e282121 VPP-189 Addtional fixes for last coverity fix in linux_pci.c by John Lo · 8 years ago
- 9b8ffd9 fd-io-styleify pass by Dave Barach · 8 years ago
- 370e9e3 VPP-189 Some bugfixes for issues reported by Coverity by Chris Luke · 8 years ago
- fd9014a Remove unused PCI code by Damjan Marion · 9 years ago
- 5a206ea Rework of the old PCI code by Damjan Marion · 9 years ago[Renamed (70%) from vlib/vlib/unix/pci.c]
- e39a7b8 Fix compile errors reported by clang by Damjan Marion · 9 years ago
- a42cd34 Rework of DPDK PCI device uio driver binding process by Damjan Marion · 9 years ago
- cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0