mempool: fix alignment of memzone length when populating
[dpdk.git] / lib / librte_vhost /
2018-04-27 Fan Zhangvhost/crypto: fix checks while moving descriptors
2018-04-27 Fan Zhangvhost/crypto: fix missing head correction
2018-04-27 Xiao Wangvhost: fix vDPA set features
2018-04-27 Maxime Coquelinvhost: revert avoid concurrency when logging dirty...
2018-04-27 Maxime Coquelinvhost/crypto: fix build with gcc 4.7.2
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-23 Maxime Coquelinvhost: deprecate unsafe GPA translation API
2018-04-23 Maxime Coquelinvhost/crypto: move to safe GPA translation API
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Rx-mrg
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Rx
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Tx
2018-04-23 Maxime Coquelinvhost: add support for non-contiguous indirect descs...
2018-04-23 Maxime Coquelinvhost: ensure all range is mapped when translating...
2018-04-23 Maxime Coquelinvhost: introduce safe API for GPA translation
2018-04-23 Maxime Coquelinvhost: check all range is mapped when translating GPAs
2018-04-23 Maxime Coquelinvhost: fix indirect descriptors table translation size
2018-04-17 Fan Zhangvhost/crypto: fix build without cryptodev
2018-04-13 Junjie Chenvhost: support interrupt mode
2018-04-13 Fan Zhangvhost/crypto: add public function implementation
2018-04-13 Fan Zhangvhost/crypto: add request handler
2018-04-13 Fan Zhangvhost/crypto: add session message handler
2018-04-13 Fan Zhangvhost/crypto: add user message structure
2018-04-13 Fan Zhangvhost/crypto: add vhost-user message handlers
2018-04-13 Jay Zhouvhost: add virtio crypto header file
2018-04-13 Zhihong Wangvhost: add APIs for live migration
2018-04-13 Zhihong Wangvhost: adapt library for selective datapath
2018-04-13 Zhihong Wangvhost: add APIs for datapath configuration
2018-04-13 Zhihong Wangvhost: support selective datapath
2018-04-13 Zhihong Wangvhost: export vhost feature definitions
2018-03-30 Jianfeng Tanvhost: avoid populate guest memory
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 Maxime Coquelinvhost: avoid concurrency when logging dirty pages
2018-03-30 Tiwei Bievhost: do not generate signal when sendmsg fails
2018-03-30 Tiwei Bievhost: support sending fds via slave channel
2018-03-30 Ilya Maximetsvhost: add note about sockets in server mode
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 Jianfeng Tanvhost: avoid function call in data path
2018-03-30 Jianfeng Tanvhost: remove unused log constant
2018-03-30 Tomasz Kulasekvhost: fix realloc failure
2018-03-30 Tomasz Kulasekvhost: fix device cleanup at stop
2018-03-30 Tomasz Kulasekvhost: check cmsg not null
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: clear out unused SCM_RIGHTS file descriptors
2018-03-30 Stefan Hajnoczivhost: validate untrusted memory regions number field
2018-03-30 Stefan Hajnoczivhost: avoid enum fields in VhostUserMsg
2018-03-30 Stefan Hajnoczivhost: add security model documentation
2018-02-13 Maxime Coquelinvhost: do not take lock on owner reset
2018-02-05 Maxime Coquelinvhost: remove pending IOTLB entry if miss request failed
2018-02-05 Maxime Coquelinvhost: fix IOTLB pool out-of-memory handling
2018-02-05 Stefan Hajnoczivhost: drop virtqueues only with built-in virtio driver
2018-02-05 Stefan Hajnoczivhost: add flag for built-in virtio driver
2018-01-31 Zhihong Wangvhost: fix build with old kernels
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonbuild: detect and use libnuma
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-29 Zhihong Wangvhost: claim to support any layout feature
2018-01-29 Neil Hormanmk: add experimental tag check
2018-01-21 Victor Kaplanskyvhost: protect active rings from async ring changes
2018-01-21 Junjie Chenvhost: fix mbuf free
2018-01-21 Xiao Wangnet: fix RARP generation
2018-01-21 Junjie Chenvhost: do deep copy while reallocating queue
2018-01-16 Jiayu Huvhost: support Explicit Congestion Notification
2018-01-16 Xiao Wangvhost: use API to make RARP packet
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-16 Junjie Chenvhost: support virtqueue interrupt/notification suppression
2018-01-16 Maxime Coquelinvhost: destroy unused virtqueues when multiqueue not...
2018-01-16 Maxime Coquelinvhost: extract virtqueue cleaning and freeing functions
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 Jiayu Huvhost: support UDP Fragmentation Offload
2018-01-16 Stefan Hajnoczivhost: introduce vring call API
2018-01-16 Stefan Hajnoczivhost: add vring call helper
2018-01-16 Jiayu Huvhost: support Generic Segmentation Offload
2018-01-16 Junjie Chenvhost: fix dequeue zero copy with virtio1
2018-01-16 Jianfeng Tanvhost: fix crash
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Maxime Coquelinvhost: add flag to enable IOMMU support
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 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-24 Tiwei Bievhost: fix dequeue offload support
2017-10-24 Maxime Coquelinvhost: fix vring addresses not translated
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-13 Maxime Coquelinvhost: fetch ring address after NUMA reallocation
2017-10-13 Maxime Coquelinvhost: fix IOTLB on NUMA realloc
2017-10-13 Maxime Coquelinvhost: fix deadlock on IOTLB miss
2017-10-11 Bruce Richardsonvhost: fix false-positive warning from clang 5
next