vhost: fix guest notification setting
[dpdk.git] / lib / librte_vhost / vhost_user.c
2020-07-29 Maxime Coquelinvhost: fix guest notification setting
2020-07-21 Patrick Fuvhost: fix double-free with zero-copy
2020-07-11 Adrian Morenovhost: support virtio status message
2020-07-11 Maxime Coquelinvhost: support virtio status
2020-07-11 Maxime Coquelinvhost: check vDPA configuration succeed
2020-07-11 Maxime Coquelinvhost: make some vDPA callbacks mandatory
2020-07-11 Maxime Coquelinvhost: refactor virtio ready check
2020-07-11 Maxime Coquelinvhost: fix virtio ready flag check
2020-07-07 Patrick Fuvhost: introduce async enqueue registration API
2020-06-30 Matan Azradvhost: notify virtq file descriptor update
2020-06-30 Matan Azradvhost: handle memory hotplug with vDPA devices
2020-06-30 Matan Azradvhost: improve device readiness notifications
2020-06-30 Matan Azradvhost: skip access lock when vDPA is configured
2020-06-30 Matan Azradvhost: support host notifier queue configuration
2020-06-30 Maxime Coquelinvhost: replace vDPA device ID in Vhost
2020-06-30 Maxime Coquelinvhost: enable reply-ack systematically
2020-05-18 Xuan Dingvhost: fix potential fd leak
2020-05-18 Xiaolong Yevhost: fix potential memory space leak
2020-05-18 Maxime Coquelinvhost: fix vring index check
2020-05-18 Maxime Coquelinvhost: check log mmap offset and size overflow
2020-05-05 Marvin Liuvhost: use binary search in address conversion
2020-05-05 Marvin Liuvhost: utilize dynamic memory allocator
2020-05-05 Phil Yangvhost: optimize broadcast RARP sync with C11 atomic
2020-05-05 Roland Qivhost: fix peer close check
2020-02-14 Adrian Morenovhost: protect log address translation in IOTLB update
2020-02-14 Jin Yuvhost: fix inflight resubmit check
2020-02-14 Maxime Coquelinvhost: check message header size read
2020-02-05 Maxime Coquelinvhost: catch overflow causing mmap of size 0
2020-02-05 Adrian Morenovhost: fix packed virtqueue ready condition
2020-01-17 Li Fengvhost: support config change slave message
2020-01-17 Adrian Morenovhost: add dynamic logging system
2019-11-15 Zhike Wangvhost: fix vring requests validation broken if no FD
2019-11-12 Maxime Coquelinvhost: fix possible denial of service by leaking FDs
2019-11-12 Maxime Coquelinvhost: fix possible denial of service on SET_VRING_NUM
2019-11-08 Marvin Liuvhost: fix virtqueue not accessible
2019-11-08 Marvin Liuvhost: do not limit packed ring size
2019-10-27 David Christensenvhost: fix build on RHEL 7.6 for Power
2019-10-23 Jin Yuvhost: checkout resubmit inflight information
2019-10-23 Jin Yuvhost: support inflight info sharing
2019-10-23 Adrian Morenovhost: translate incoming log address to GPA
2019-10-07 Adrian Morenovhost: fix vring memory partially mapped
2019-10-07 Tiwei Bievhost: fix vring address handling during live migration
2019-10-07 Tiwei Bievhost: forbid reallocation when running
2019-10-07 Tiwei Bievhost: fix slave request fd leak
2019-07-08 Maxime Coquelinvhost: log virtio and vhost-user negotiated features
2019-04-19 Ilya Maximetsvhost: fix silent queue enabling with legacy guests
2019-03-20 Maxime Coquelinvhost: support requests only handled by external backend
2019-03-20 Jiayu Huvhost: fix interrupt suppression for the split ring
2019-03-20 Maxime Coquelinvhost: prevent disabled rings to be processed with...
2019-03-01 Tiwei Bievhost: fix potential use-after-free for memory region
2019-03-01 Tiwei Bievhost: fix potential use-after-free for zero copy mbuf
2019-03-01 Tiwei Bievhost: restore mbuf first when freeing zmbuf
2019-02-08 Darek Stojaczykvhost: add external message handling to the API
2019-01-18 Tiwei Bievhost: fix memory leak on realloc failure
2019-01-18 Xiaolong Yevhost: configure vDPA device after set vring call message
2019-01-14 Tiwei Bievhost: ensure event idx is mapped when negotiated
2018-12-21 Xiao Wangvhost: provide helper for host notifier ctrl
2018-12-13 Maxime Coquelinvhost: fix crash after mmap failure
2018-11-13 Tiwei Bievhost: remove unneeded null pointer check
2018-11-05 Maxime Coquelinvhost: add packed ring support to vring base requests
2018-10-18 Maxime Coquelinvhost: restrict postcopy live-migration enablement
2018-10-18 Maxime Coquelinvhost: support postcopy end request
2018-10-18 Maxime Coquelinvhost: send userfault range addresses back to Qemu
2018-10-18 Maxime Coquelinvhost: avoid useless VhostUserMemory copy
2018-10-18 Maxime Coquelinvhost: register new regions with userfaultfd
2018-10-18 Maxime Coquelinvhost: support postcopy listen message
2018-10-18 Maxime Coquelinvhost: introduce postcopy advise message
2018-10-18 Maxime Coquelinvhost: enable fds passing in vhost-user messages
2018-10-18 Maxime Coquelinvhost: pass socket fd to message handling callbacks
2018-10-18 Maxime Coquelinvhost: add number of fds to vhost-user messages
2018-10-18 Maxime Coquelinvhost: fix error handling when mem table gets updated
2018-10-18 Maxime Coquelinvhost: fix payload size of reply
2018-10-18 Maxime Coquelinvhost: clarify reply-ack in case a reply was already...
2018-10-18 Maxime Coquelinvhost: fix return code of messages requiring replies
2018-10-18 Maxime Coquelinvhost: fix messages results handling
2018-09-27 Nikolay Nikolaevvhost: rework message handling as a callback array
2018-09-27 Nikolay Nikolaevvhost: unify message handling function signature
2018-09-27 Nikolay Nikolaevvhost: handle unsupported message types in functions
2018-09-27 Nikolay Nikolaevvhost: make message handling functions prepare the...
2018-09-27 Nikolay Nikolaevvhost: unify struct VhostUserMsg usage
2018-09-14 Ilya Maximetsvhost-user: drop connection on message handling failures
2018-09-12 Ilya Maximetsvhost: fix zmbufs array leak after NUMA realloc
2018-08-04 Maxime Coquelinvhost: flush IOTLB cache on new mem table handling
2018-07-10 Maxime Coquelinvhost: add notification for packed ring
2018-07-10 Maxime Coquelinvhost: add shadow used ring support for packed rings
2018-07-10 Yuanhan Liuvhost: add vring address setup for packed queues
2018-07-02 Tiwei Bievhost: fix potential null pointer dereference
2018-06-15 Tonghao Zhangvhost: introduce new function helper
2018-06-15 Tiwei Bievhost: support host notifier
2018-05-14 Maxime Coquelinvhost: retranslate vring addr when memory table changes
2018-04-27 Xiao Wangvhost: fix vDPA set features
2018-04-23 Maxime Coquelinvhost: ensure all range is mapped when translating...
2018-04-13 Fan Zhangvhost/crypto: add session message handler
2018-04-13 Fan Zhangvhost/crypto: add vhost-user message handlers
2018-04-13 Zhihong Wangvhost: adapt library for selective datapath
2018-03-30 Jianfeng Tanvhost: avoid populate guest memory
2018-03-30 Tiwei Bievhost: support sending fds via slave channel
2018-03-30 Tomasz Kulasekvhost: fix ring index returned to master on stop
2018-03-30 Tomasz Kulasekvhost: fix log macro name conflict
2018-03-30 Tomasz Kulasekvhost: fix realloc failure
next