net: support MPLS in software packet type parser
[dpdk.git] / lib / librte_vhost /
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
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: add config flag for postcopy
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: define postcopy protocol flag
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-10-18 Xiaolong Yevhost: add doxygen comment to vDPA header
2018-10-18 Tiwei Bievhost: fix notification for packed ring
2018-10-11 Xiaolong Yevhost: introduce API to get vDPA device number
2018-09-27 Jiayu Huvhost: fix corner case for enqueue operation
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 Tiwei Bievhost: fix return value on enqueue path
2018-09-14 Ilya Maximetsvhost-user: drop connection on message handling failures
2018-09-14 Tiwei Bievhost: fix vhost interrupt support
2018-09-12 Ilya Maximetsvhost: fix zmbufs array leak after NUMA realloc
2018-08-28 Ilya Maximetsvhost: suppress error if NUMA is not available
2018-08-04 Maxime Coquelinvhost: flush IOTLB cache on new mem table handling
2018-08-02 Tiwei Bievhost: remove unused variable
2018-07-26 Tiwei Bievhost: release locks on RARP packet failure
2018-07-26 Tiwei Bievhost: fix overflow on shadow used ring
2018-07-26 Jiayu Huvhost: fix return value on dequeue path
2018-07-23 Tiwei Bievhost: fix buffer length calculation
2018-07-13 Dan Goravhost/crypto: use function to access mbuf private area
2018-07-10 Maxime Coquelinvhost: add notification for packed ring
2018-07-10 Maxime Coquelinvhost: add Tx support for packed ring
2018-07-10 Maxime Coquelinvhost: add Rx support for packed ring
2018-07-10 Maxime Coquelinvhost: add vector filling support for packed ring
2018-07-10 Maxime Coquelinvhost: create descriptor mapping function
2018-07-10 Maxime Coquelinvhost: add shadow used ring support for packed rings
2018-07-10 Maxime Coquelinvhost: append shadow used ring function names with...
2018-07-10 Maxime Coquelinvhost: extract split ring handling from Rx and Tx functions
2018-07-10 Maxime Coquelinvhost: clear batch copy index at copy time
2018-07-10 Maxime Coquelinvhost: make indirect desc table copy desc type agnostic
2018-07-10 Maxime Coquelinvhost: clear shadow used table index at flush time
2018-07-10 Yuanhan Liuvhost: add vring address setup for packed queues
2018-07-10 Jens Freimannvhost: add helpers for packed virtqueues
2018-07-10 Jens Freimannvhost: add virtio packed virtqueue defines
2018-07-10 Maxime Coquelinvhost: improve prefetching in enqueue path
2018-07-10 Maxime Coquelinvhost: prefetch first descriptor in dequeue path
2018-07-10 Maxime Coquelinvhost: improve prefetching in dequeue path
2018-07-10 Maxime Coquelinvhost: use buffer vectors in dequeue path
2018-07-10 Maxime Coquelinvhost: use shadow used ring in dequeue path
2018-07-02 Marvin Liuvhost: advertise support in-order feature
2018-07-02 Tiwei Bievhost: fix potential null pointer dereference
2018-07-02 Maxime Coquelinvhost: fix missing increment of log cache count
2018-06-15 Maxime Coquelinvhost: use SMP memory barrier before kicking guest
2018-06-15 Tonghao Zhangvhost: introduce new function helper
2018-06-15 Tiwei Bievhost: support host notifier
2018-06-15 Tonghao Zhangvhost: refine new device function
2018-06-14 Maxime Coquelinvhost: improve batched copies performance
2018-06-14 Maxime Coquelinvhost: unify Rx mergeable and non-mergeable paths
2018-05-17 Maxime Coquelinvhost: improve dirty pages logging performance
2018-05-17 Fan Zhangvhost/crypto: handle virtually non-contiguous buffers
2018-05-17 Fan Zhangvhost/crypto: fix descriptor move
2018-05-14 Maxime Coquelinvhost: retranslate vring addr when memory table changes
2018-05-14 Fan Zhangvhost/crypto: fix symmetric ciphering
2018-05-14 Maxime Coquelinvhost: fix header copy to discontiguous desc buffer
2018-05-14 Tonghao Zhangvhost: fix typo in comment
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-05-14 Ferruh Yigitlib: clear experimental version tag in linker scripts
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
next