test mbuf attach
[dpdk.git] / lib / librte_vhost /
2019-10-23 Flavio Leitnervhost: improve performance by supporting large buffer
2019-10-23 Jin Yuvhost: add packed ring support to vring related APIs
2019-10-23 Jin Yuvhost: add APIs to get inflight ring
2019-10-23 Jin Yuvhost: add APIs to operate inflight ring
2019-10-23 Jin Yuvhost: checkout resubmit inflight information
2019-10-23 Jin Yuvhost: support inflight info sharing
2019-10-23 Jin Yuvhost: add inflight structures
2019-10-23 Jin Yuvhost: add packed ring into vring struct
2019-10-23 Jin Yuvhost: add inflight description
2019-10-23 Adrian Morenovhost: prevent zero copy mode if IOMMU is on
2019-10-23 Adrian Morenovhost: convert buffer addresses to GPA for logging
2019-10-23 Adrian Morenovhost: translate incoming log address to GPA
2019-10-23 Joyce Kongnet/virtio: improve perf via one-way barriers on used...
2019-10-23 Joyce Kongnet/virtio: improve perf via one-way barrier on avail...
2019-10-07 Adrian Morenovhost: fix vring memory partially mapped
2019-10-07 Tiwei Bievhost: protect vring access done by application
2019-10-07 Tiwei Bievhost: fix vring address handling during live migration
2019-10-07 Tiwei Bievhost: forbid reallocation when running
2019-10-07 Jim Harrisvhost: add missing experimental flag
2019-10-07 Tiwei Bievhost: fix slave request fd leak
2019-10-07 Eelco Chaudronvhost: add device op when notification to guest is...
2019-08-05 Maxime Coquelinvhost: replace IOTLB license with SPDX tag
2019-07-08 Maxime Coquelinvhost: log virtio and vhost-user negotiated features
2019-07-02 Bruce Richardsonlib: add reasons for components being disabled
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-20 Fan Zhangvhost/crypto: fix inferred misuse of enum
2019-06-20 Fan Zhangvhost/crypto: fix logically dead code
2019-06-20 Noa Ezravhost: fix missing include
2019-06-13 Maxime Coquelinvhost: simplify descriptor buffer prefetching
2019-06-13 Maxime Coquelinvhost: do not inline unlikely fragmented buffers code
2019-06-13 Maxime Coquelinvhost: do not inline packed and split functions
2019-06-13 Maxime Coquelinvhost: un-inline dirty pages logging functions
2019-06-03 Bruce Richardsonbuild: remove unnecessary large file support defines
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to SCTP structure
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-22 Stephen Hemmingerdrivers: remove blank line at EOF
2019-04-19 Ilya Maximetsvhost: fix silent queue enabling with legacy guests
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-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-03-29 Fan Zhangvhost/crypto: fix parens
2019-03-20 Maxime Coquelinvhost: support requests only handled by external backend
2019-03-20 Maxime Coquelinvhost: add API to set protocol features flags
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 Darek Stojaczykvhost: remove vhost-net requirements from generic APIs
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-22 Pallantla Poornimavhost: fix sprintf with snprintf
2019-02-22 Wenjie Sunvhost: fix deadlock in driver unregister
2019-02-08 Darek Stojaczykvhost: add external message handling to the API
2019-02-08 Xiao Wangvhost: remove vDPA available ring relay helper
2019-01-24 Tiwei Bievhost: fix access for indirect descriptors
2019-01-18 Tiwei Bievhost: fix memory leak on realloc failure
2019-01-18 Xiaolong Yevhost: remove unused function prototype
2019-01-18 Xiaolong Yevhost: configure vDPA device after set vring call message
2019-01-14 Fan Zhangvhost/crypto: fix possible out of bound access
2019-01-14 Fan Zhangvhost/crypto: fix possible dead loop
2019-01-14 Tiwei Bievhost: ensure event idx is mapped when negotiated
2019-01-14 Tiwei Bievhost: fix possible dead loop in vector filling
2019-01-14 Tiwei Bievhost: fix possible out of bound access in vector filling
2019-01-14 Tiwei Bievhost: fix possible dead loop in relay helpers
2019-01-14 Tiwei Bievhost: fix possible out of bound access in relay helpers
2019-01-14 Tiwei Bievhost: fix desc access in relay helpers
2019-01-10 Fan Zhangvhost/crypto: use separate session mempools
2018-12-21 Maxime Coquelinvhost: batch used descs chains write-back with packed...
2018-12-21 Maxime Coquelinvhost: remove useless prefetch for packed ring descriptor
2018-12-21 Maxime Coquelinvhost: prefetch descriptor after the read barrier
2018-12-21 Maxime Coquelinvhost: enforce desc flags and content read ordering
2018-12-21 Maxime Coquelinvhost: enforce avail index and desc read ordering
2018-12-21 Xiao Wangvhost: provide helpers for virtio ring relay
2018-12-21 Xiao Wangvhost: provide helper for host notifier ctrl
2018-12-21 Xiao Wangvhost: remove unused function
2018-12-21 Matthias Gattovhost: fix race condition when adding fd in the fdset
2018-12-13 Ilya Maximetsvhost: fix double read of descriptor flags
2018-12-13 Maxime Coquelinvhost: fix crash after mmap failure
2018-11-22 Maxime Coquelinvhost: fix packed ring constants declaration
2018-11-13 Tiwei Bievhost: remove unneeded null pointer check
2018-11-13 Fan Zhangvhost/crypto: fix packet copy in chaining mode
2018-11-13 Tiwei Bievhost: fix IOVA access for packed ring
2018-11-06 Ferruh Yigitvhost: fix possible out of bound access
2018-11-05 Fan Zhangvhost/crypto: fix inferred misuse of enum
2018-11-05 Maxime Coquelinvhost: advertize packed ring layout support
2018-11-05 Maxime Coquelinvhost: add packed ring support to vring base requests
2018-10-26 Tiwei Bievhost: initialize postcopy ufd properly
2018-10-26 Maxime Coquelinvhost: avoid memory barriers when no descriptors dequeued
2018-10-26 Tiwei Bievhost: fix vector filling for packed ring
2018-10-26 Timothy Redaellivhost/crypto: fix shared lib build without cryptodev
2018-10-18 Maxime Coquelinvhost: enable postcopy protocol feature
2018-10-18 Maxime Coquelinvhost: restrict postcopy live-migration enablement
2018-10-18 Maxime Coquelinvhost: support postcopy end request
next