aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/linux
AgeCommit message (Expand)AuthorFilesLines
2021-01-11dpdk: allow configure individual VMBUS devicesVladimir Ratnikov1-8/+14
2020-12-06vlib: vlib_log for "linux device up" warningsDave Barach1-3/+4
2020-10-22pci: set PCI memory enable before mapping PCI BARMohammed Hawari1-0/+12
2020-10-08pci: add vlib_pci_get_msix_file_indexDamjan Marion1-0/+11
2020-09-17vppinfra: support main heap with different page sizesDamjan Marion1-3/+5
2020-07-24pci: fix non NULL-terminated vector used as C string overflowBenoît Ganne1-4/+5
2020-05-26pci: improve vfio loggingDamjan Marion3-20/+77
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 Barach2-8/+14
2019-04-03pci: Fix the crash on deleting the pci deviceMohsin Kazmi1-2/+5
2019-03-13VPP-1576: fix a set of coverity warningsDave Barach1-1/+4
2019-03-13vmbus: not having uio_hv_generic is not an errorStephen Hemminger1-7/+20
2019-03-06vmbus: fix bug that breaks multiple netvsc vdevsMatthew Smith1-2/+2
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-17vmbus: fix strncpy related warningsStephen Hemminger1-4/+4
2019-01-17pci: fix strncpy warningsStephen Hemminger1-4/+4
2019-01-07avf: allocate descriptor memory from local numaDamjan Marion1-0/+9
2018-12-19vlib: support Hyper-v/Azure VMBusStephen Hemminger1-0/+405
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-25pmalloc: support for 4K pagesDamjan Marion1-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 Marion4-345/+68
2018-10-23c11 safe string handling supportDave Barach2-9/+9
2018-10-22vlib: pci improvementsDamjan Marion3-106/+150
2018-10-16Fix coverity issue for potentially overflowing of page sizeHaiyang Tan2-3/+3
2018-10-05vfio: don't display error if no pci devices are assigned to containerDamjan Marion1-3/+4
2018-09-27Add logging to vfio codeDamjan Marion2-3/+23
2018-07-20physmem: fix alloc when dlmaloc is usedDamjan Marion1-1/+5
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-1/+24
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-2/+4
2018-06-13add end of string for format name in unix_physmem_region_alloclollita liu1-1/+1
2018-03-29Coverity fixes (VPP-1204)Chris Luke1-1/+2
2018-03-26vlib: add support for vfio no-iommu modeDamjan Marion3-33/+48
2018-03-09Correct address calculation for VPP-1168Lee Roberts1-1/+1
2018-03-09dpdk: move DPDK vfio hack to dpdk pluginDamjan Marion3-48/+3
2018-03-07fix physmem mappingsDamjan Marion1-0/+2
2018-03-05physmem: keep only one physmem_mainDamjan Marion2-5/+5
2018-03-05vlib: add functions to dynamically open/close PCI deviceDamjan Marion1-3/+121
2018-03-05vlib: vfio code reworkDamjan Marion4-210/+387
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