replace snprintf with strlcpy without adding extra include
[dpdk.git] / drivers / bus / vdev / vdev.c
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-05 Raslan Darawshehbus/vdev: fix hotplug twice
2019-03-05 Thomas Monjalonbus/vdev: fix debug message on probing
2018-11-11 Thomas Monjalondevargs: do not replace already inserted device
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-28 Qi Zhangbus/vdev: fix devargs after multi-process bus scan
2018-10-25 Paul Lusebus/vdev: fix multi-process IPC buffer leak on scan
2018-10-22 Qi Zhangbus/vdev: fix uninitialized device bus
2018-10-17 Thomas Monjaloneal: allow probing a device again
2018-10-17 Thomas Monjaloneal: add function to query device status
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-10-11 Thomas Monjaloneal: add bus pointer in device structure
2018-10-11 Thomas Monjalondevargs: simplify parameters of removal function
2018-10-03 Gaetan Rivetbus/vdev: implement device iteration
2018-09-16 Qi Zhangbus/vdev: fix error log on secondary device scan
2018-05-22 Thomas Monjalonbus/vdev: replace device list lock by a recursive one
2018-05-20 Stephen Hemmingerbus/vdev: fix double space in logs
2018-04-27 Gaetan Rivetbus/vdev: fix find device implementation
2018-04-25 Gaetan Rivetdevargs: use proper namespace prefix
2018-04-25 Gaetan Rivetbus/vdev: do not reference devargs list
2018-04-24 Jianfeng Tanbus/vdev: scan by multi-process channel
2018-04-24 Jianfeng Tanbus/vdev: add lock on device list
2018-04-10 Jan Viktorinuse SPDX tag for RehiveTech copyright files
2018-03-27 Nachiketa Prachandabus/vdev: fix finding device by name
2018-02-05 Moti Haimovskybus/vdev: continue probing after a device failure
2018-01-11 Thomas Monjalonbus/vdev: add custom scan hook
2017-11-07 Jianfeng Tanbus/vdev: change log type
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver