vhost: fix possible denial of service by leaking FDs
[dpdk.git] / lib / librte_vhost / vhost_user.c
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
2018-03-30 Tomasz Kulasekvhost: fix device cleanup at stop
2018-03-30 Tomasz Kulasekvhost: fix offset while mmaping log base address
2018-03-30 Stefan Hajnoczivhost: check overflow before mmap
2018-03-30 Stefan Hajnoczivhost: validate virtqueue size
2018-03-30 Stefan Hajnoczivhost: fix message payload union in setting ring address
2018-03-30 Stefan Hajnoczivhost: reject invalid log base mmap offset
2018-03-30 Stefan Hajnoczivhost: validate untrusted memory regions number field
2018-03-30 Stefan Hajnoczivhost: add security model documentation
2018-02-13 Maxime Coquelinvhost: do not take lock on owner reset
2018-02-05 Stefan Hajnoczivhost: drop virtqueues only with built-in virtio driver
2018-01-21 Victor Kaplanskyvhost: protect active rings from async ring changes
2018-01-21 Junjie Chenvhost: do deep copy while reallocating queue
2018-01-16 Maxime Coquelinvhost: destroy unused virtqueues when multiqueue not...
2018-01-16 Maxime Coquelinvhost: propagate set features handling error
2018-01-16 Maxime Coquelinvhost: prevent features to be changed while device...
2018-01-16 Jianfeng Tanvhost: fix crash
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Maxime Coquelinvhost: disable reply-ack feature if IOMMU disabled
2017-11-07 Maxime Coquelinvhost: postpone ring address translations at kick time...
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-24 Maxime Coquelinvhost: fix vring addresses not translated
2017-10-13 Maxime Coquelinvhost: fetch ring address after NUMA reallocation
2017-10-13 Maxime Coquelinvhost: fix IOTLB on NUMA realloc
2017-10-10 Maxime Coquelinvhost: distinguish master and slave requests
2017-10-10 Maxime Coquelinvhost: invalidate vring in case of matching IOTLB inval...
2017-10-10 Maxime Coquelinvhost: postpone device creation until rings are mapped
2017-10-10 Maxime Coquelinvhost: translate ring addresses when IOMMU enabled
2017-10-10 Maxime Coquelinvhost: postpone rings addresses translation
2017-10-10 Maxime Coquelinvhost: fix dereferencing invalid pointer after realloc
2017-10-10 Maxime Coquelinvhost: enable rings at the right time
2017-10-10 Maxime Coquelinvhost: handle IOTLB update and invalidate requests
2017-10-10 Maxime Coquelinvhost: support IOTLB miss slave requests
next