dev: new device driver infra
[vpp.git] / src / vlib / linux / pci.c
2023-11-02 Damjan Mariondev: new device driver infra 88/39688/20
2023-10-13 Damjan Marionvlib: allow unpriviledged vlib_pci_get_device_info() 70/39670/2
2023-08-07 Damjan Marionvppinfra: add clib_file_get_resolved_basename 32/39332/3
2023-07-28 Damjan Marionvlib: pci cleanup and improvements 85/39285/2
2023-01-18 Benoît Gannepci: fix musl crash 41/37841/3
2023-01-11 Benoît Gannepci: add option to force uio binding 17/37417/7
2021-11-22 Klement Sekeravlib: fix coverity warning 44/34544/2
2021-11-08 Ray Kinsellaperfmon: fix iio-bw coverity issues 92/34392/1
2021-11-05 Damjan Marionpci: remove dead code 68/34368/2
2021-11-03 Ray Kinsellapci: allocate and set length pci product name 21/34321/3
2021-11-02 Ray Kinsellavlib: retrieve the root bus of a given pci device 10/34310/2
2021-11-02 Ray Kinsellavlib: allocate pci product_name with vec_alloc 08/34308/2
2020-12-06 Dave Barachvlib: vlib_log for "linux device up" warnings 93/30293/2
2020-10-22 Mohammed Hawaripci: set PCI memory enable before mapping PCI BAR 77/29577/5
2020-10-08 Damjan Marionpci: add vlib_pci_get_msix_file_index 97/29297/2
2020-09-17 Damjan Marionvppinfra: support main heap with different page sizes 27/28827/12
2020-05-26 Damjan Marionpci: improve vfio logging 34/27234/2
2020-05-06 Dave Barachmisc: fix coverity warnings 70/26870/2
2020-03-21 Jieqiang Wangvlib: fix error when creating avf interface on SMP... 96/25896/2
2019-11-20 Benoît Gannevlib: pci: fix non-NULL terminated C-string 56/23556/2
2019-10-20 Yulong Peivlib: linux: fix wrong iommu_group value issue when... 05/22805/4
2019-10-05 Benoît Gannevlib: pci: set pci driver name to none when no driver... 44/22544/2
2019-08-22 Steven Luongvlib: fix null pointer crash on strncmp 42/21442/2
2019-05-16 Dave Barachinit / exit function ordering 23/19623/4
2019-04-03 Mohsin Kazmipci: Fix the crash on deleting the pci device 35/18635/2
2019-01-31 Mohsin Kazmipci: get the number of interrupts 87/17087/9
2019-01-20 Damjan Marionbuffers: keep buffer_main in vlib_main_t 03/16903/3
2019-01-19 Steven LuongFix GCC 8 compiler warnings on strncpy's truncated... 98/16898/1
2019-01-17 Stephen Hemmingerpci: fix strncpy warnings 40/16840/2
2019-01-07 Damjan Marionavf: allocate descriptor memory from local numa 17/16717/2
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-10-24 Mohsin Kazmivlib: Fix pci io bar read/write fd leak 01/15501/2
2018-10-23 Mohsin Kazmivlib: Add support for pci io read/write 79/15479/2
2018-10-23 Damjan MarionNuma-aware, growable physical memory allocator (pmalloc) 06/15106/34
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-10-22 Damjan Marionvlib: pci improvements 50/15450/3
2018-06-27 Marco Varlesegcc8 and Wstringop-truncation 33/13233/7
2018-03-29 Chris LukeCoverity fixes (VPP-1204) 62/11462/2
2018-03-26 Damjan Marionvlib: add support for vfio no-iommu mode 81/11381/3
2018-03-05 Damjan Marionvlib: add functions to dynamically open/close PCI device 58/10958/3
2018-03-05 Damjan Marionvlib: vfio code rework 48/10948/5
2018-03-05 Damjan Marionvlib: rework PCI INTx support 53/10953/2
2018-03-04 Damjan Marionvlib: add PCI MSI-X interrupt support (vfio only) 49/10949/1
2018-03-04 Damjan Marionvlib: map pci region by using vfio FD when vfio is... 47/10947/3
2018-03-04 Damjan Marionvlib: fix vlib_pci_get_device_info on when not running... 46/10946/2
2018-02-26 Damjan Marionvlib: use vfio fd for accessing PCI config space 12/10812/4
2018-02-18 Damjan Marionvlib: fix pci init 27/10627/2
2017-12-14 Damjan Marionpci: auto-detect right vfio/uio driver 01/9801/4
2017-12-10 Damjan Marionvlib: fix issues in the new pci code reported by coverity 81/9781/1
2017-12-09 Damjan Marionvlib: PCI rework to support VFIO 57/9757/12
2017-09-15 Damjan Marionvppinfra: add clib_mem_vm_ext_alloc function 32/8432/7
2017-09-09 Damjan Marionmove unix_file_* code to vppinfra 66/8366/2
2017-09-08 Damjan Marionvlib: move linux-specific code to vlib/linux 60/8360/3