summaryrefslogtreecommitdiffstats
path: root/src/vlib/linux/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-06misc: fix coverity warningsDave Barach1-1/+1
2020-03-21vlib: fix error when creating avf interface on SMP systemJieqiang Wang1-1/+13
2019-11-20vlib: pci: fix non-NULL terminated C-stringBenoît Ganne1-2/+2
2019-10-20vlib: linux: fix wrong iommu_group value issue when using dpdk-pluginYulong Pei1-22/+19
2019-10-05vlib: pci: set pci driver name to none when no driver is loadedBenoît Ganne1-0/+2
2019-08-22vlib: fix null pointer crash on strncmpSteven Luong1-2/+2
2019-05-16init / exit function orderingDave Barach1-6/+7
2019-04-03pci: Fix the crash on deleting the pci deviceMohsin Kazmi1-2/+5
2019-01-31pci: get the number of interruptsMohsin Kazmi1-0/+18
2019-01-20buffers: keep buffer_main in vlib_main_tDamjan Marion1-1/+1
2019-01-18Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distroSteven Luong1-2/+2
2019-01-17pci: fix strncpy warningsStephen Hemminger1-4/+4
2019-01-07avf: allocate descriptor memory from local numaDamjan Marion1-0/+9
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-24vlib: Fix pci io bar read/write fd leakMohsin Kazmi1-0/+6
2018-10-23vlib: Add support for pci io read/writeMohsin Kazmi1-19/+79
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-0/+34
2018-10-23c11 safe string handling supportDave Barach1-8/+8
2018-10-22vlib: pci improvementsDamjan Marion1-67/+125
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-2/+4
2018-03-29Coverity fixes (VPP-1204)Chris Luke1-1/+2
2018-03-26vlib: add support for vfio no-iommu modeDamjan Marion1-1/+12
2018-03-05vlib: add functions to dynamically open/close PCI deviceDamjan Marion1-3/+121
2018-03-05vlib: vfio code reworkDamjan Marion1-130/+4
2018-03-05vlib: rework PCI INTx supportDamjan Marion1-96/+72
2018-03-04vlib: add PCI MSI-X interrupt support (vfio only)Damjan Marion1-5/+183
2018-03-04vlib: map pci region by using vfio FD when vfio is usedDamjan Marion1-41/+83
2018-03-04vlib: fix vlib_pci_get_device_info on when not running as rootDamjan Marion1-4/+2
2018-02-26vlib: use vfio fd for accessing PCI config spaceDamjan Marion1-32/+29
2018-02-18vlib: fix pci initDamjan Marion1-2/+1
2017-12-14pci: auto-detect right vfio/uio driverDamjan Marion1-0/+55
2017-12-10vlib: fix issues in the new pci code reported by coverityDamjan Marion1-6/+12
2017-12-09vlib: PCI rework to support VFIODamjan Marion1-272/+646
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-12/+13
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-7/+6
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-0/+666