net/virtio: fix incorrect cast of void *
[dpdk.git] / lib / librte_vhost / socket.c
2017-12-08 Olivier Matzeal: set name when creating a control thread
2017-12-08 Olivier Matzeal: new function to create control threads
2017-12-08 Olivier Matzvhost: fix error code check when creating pthread
2017-11-07 Maxime Coquelinvhost: add flag to enable IOMMU support
2017-10-10 Dariusz Stojaczykvhost: add user callbacks for socket open/close
2017-07-19 Zhiyong Yangvhost: fix initialization
2017-07-04 Jens Freimannvhost: check return of mutex initialization
2017-07-04 Jens Freimannvhost: check return of pthread calls
2017-07-04 Jens Freimannvhost: add missing check in driver registration
2017-07-01 Daniel Verkampvhost: clean up per-socket mutex
2017-04-19 Yuanhan Liuvhost: fix use after free
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-04-01 Yuanhan Liuvhost: introduce driver features related APIs
2017-04-01 Yuanhan Liuvhost: fix fd leaks for vhost-user server mode
2017-04-01 Ilya Maximetsvhost: change log levels in client mode
2016-10-26 Yuanhan Liuvhost: fix use after free
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-09-13 Yuanhan Liuvhost: refactor code structure