devtools: pass custom options to checkpatch
[dpdk.git] / lib / librte_vhost /
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
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...
next