vhost: replace device ID in vDPA ops
[dpdk.git] / lib / librte_vhost / socket.c
2020-06-30 Maxime Coquelinvhost: replace device ID in vDPA ops
2020-05-19 Xuan Dingvhost: fix zero-copy server mode
2020-05-05 Xuan Dingvhost: prevent zero-copy with incompatible client mode
2020-02-05 Vitaliy Mysakvhost: do not treat empty socket message as error
2020-02-05 Zhike Wangvhost: fix crash on port deletion
2020-01-17 Maxime Coquelinvhost: fix deadlock on port deletion
2020-01-17 Xiao Wangvhost: fix socket initial value
2020-01-17 Adrian Morenovhost: add dynamic logging system
2019-11-19 Kevin Traynorlib: fix log typos
2019-10-25 Ilya Maximetsvhost: disable host TSO for linear buffers without...
2019-10-23 Flavio Leitnervhost: improve performance by supporting large buffer
2019-10-23 Adrian Morenovhost: prevent zero copy mode if IOMMU is on
2019-04-19 Ilya Maximetsvhost: fix passing destroyed device to destroy callback
2019-04-19 Mohammad Abdul Awalvhost: fix null pointer checking
2019-04-19 Ilya Maximetsvhost: fix device leak on connection add failure
2019-03-20 Maxime Coquelinvhost: add API to set protocol features flags
2019-02-22 Wenjie Sunvhost: fix deadlock in driver unregister
2018-12-21 Matthias Gattovhost: fix race condition when adding fd in the fdset
2018-10-18 Maxime Coquelinvhost: restrict postcopy live-migration enablement
2018-10-18 Maxime Coquelinvhost: add number of fds to vhost-user messages
2018-07-02 Marvin Liuvhost: advertise support in-order feature
2018-05-14 Tonghao Zhangvhost: fix crash on closing in client mode
2018-05-14 Tonghao Zhangvhost: fix dead lock on closing in server mode
2018-04-24 Olivier Matzeal: set name when creating a control thread
2018-04-24 Olivier Matzeal: add function to create control threads
2018-04-24 Olivier Matzuse sizeof to avoid double use of a length define
2018-04-13 Zhihong Wangvhost: adapt library for selective datapath
2018-04-13 Zhihong Wangvhost: add APIs for datapath configuration
2018-03-30 Tonghao Zhangvhost: add pipe event for optimizing negotiation
2018-03-30 Tonghao Zhangvhost: move stdbool include
2018-03-30 Tonghao Zhangvhost: add fdset-event thread name
2018-03-30 Tonghao Zhangvhost: raise error on fdset-thread creation
2018-03-30 Tiwei Bievhost: do not generate signal when sendmsg fails
2018-03-30 Ilya Maximetsvhost: add note about sockets in server mode
2018-03-30 Tomasz Kulasekvhost: check cmsg not null
2018-03-30 Stefan Hajnoczivhost: clear out unused SCM_RIGHTS file descriptors
2018-02-05 Stefan Hajnoczivhost: add flag for built-in virtio driver
2018-01-16 Olivier Matzvhost: fix error code check when creating thread
2018-01-16 Tonghao Zhangvhost: add reconnect thread name for client mode
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
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