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