summaryrefslogtreecommitdiff
path: root/drivers/bus/vdev
AgeCommit message (Expand)Author
2024-10-09use C linkage where appropriate in headersMattias Rönnblom
2024-10-03drivers: use per line logging in helpersDavid Marchand
2024-10-03drivers: remove redundant newline from logsDavid Marchand
2024-08-08version: 24.11-rc0David Marchand
2024-07-23bus/vdev: fix device reinitializationMingjin Ye
2024-06-19bus/vdev: revert fix devargs in secondary processMingjin Ye
2024-03-06bus/vdev: fix devargs in secondary processMingjin Ye
2024-02-18bus/vdev: verify strdup returnChengwen Feng
2023-07-31version: 23.11-rc0David Marchand
2023-03-16build: clarify configuration without IOVA field in mbufThomas Monjalon
2023-02-10drivers/bus: fix leak for devices without driverVolodymyr Fialko
2022-10-20bus/vdev: fix crash in device cleanupZhangfei Gao
2022-10-04bus: cleanup devices on shutdownKevin Laatz
2022-09-23dev: hide driver objectDavid Marchand
2022-09-23bus: hide bus objectDavid Marchand
2022-09-23bus/vdev: make driver-only headers privateDavid Marchand
2022-09-21eal: remove unneeded includes from a public headerDmitry Kozlyuk
2022-07-21version: 22.11-rc0David Marchand
2022-01-11fix spelling in comments and stringsJosh Soref
2021-11-24bus: fix device iterator match from argumentsXueming Li
2021-10-01eal: remove sys/queue.h from public headersWilliam Tu
2021-09-30kvargs: add function to get from key and valueOlivier Matz
2021-08-17version: 21.11-rc0Thomas Monjalon
2021-05-11log: register with standardized namesDavid Marchand
2021-04-21drivers: change indentation in build filesBruce Richardson
2021-04-15eal: make OS shims internalDmitry Kozlyuk
2021-04-14devargs: unify scratch buffer storageXueming Li
2021-01-29bus/vdev: add driver IOVA VA mode requirementMaxime Coquelin
2021-01-29bus/vdev: add helper to get vdev from ethdevMaxime Coquelin
2020-11-20bus/vdev: fix commentDavid Marchand
2020-10-22drivers: add headers install helperDavid Marchand
2020-10-19build: remove library name from version map file nameBruce Richardson
2020-09-30bus/vdev: add DMA mapping opsMaxime Coquelin
2020-09-09bus/vdev: build on WindowsTal Shnaiderman
2020-09-08build: remove makefilesCiara Power
2020-08-12version: 20.11-rc0Thomas Monjalon
2020-07-22bus/vdev: fix a typo in doxygen commentMuhammad Bilal
2020-07-03log: introduce logtype register macroJerin Jacob
2020-06-30bus/pci: introduce Windows support with stubsTal Shnaiderman
2020-04-14build: disable experimental API check internallyPavan Nikhilesh
2019-11-20build: align symbols with global ABI versionPawel Modrak
2019-11-20build: remove individual library versionsAnatoly Burakov
2019-07-08doc: add vdev doxygenAideen McLoughlin
2019-06-05ipc: handle unsupported IPC in action registerAnatoly Burakov
2019-04-04replace snprintf with strlcpy without adding extra includeBruce Richardson
2019-03-05bus/vdev: fix hotplug twiceRaslan Darawsheh
2019-03-05bus/vdev: fix debug message on probingThomas Monjalon
2018-11-12devargs: do not replace already inserted deviceThomas Monjalon
2018-10-29add missing static keyword to globalsFerruh Yigit
2018-10-28bus/vdev: fix devargs after multi-process bus scanQi Zhang