sleep in control plane thread
[dpdk.git] / lib / librte_vhost /
2020-02-14 Adrian Morenovhost: protect log address translation in IOTLB update
2020-02-14 Jin Yuvhost: fix inflight resubmit check
2020-02-14 Maxime Coquelinvhost: check message header size read
2020-02-05 Maxime Coquelinvhost: catch overflow causing mmap of size 0
2020-02-05 Adrian Morenovhost: fix packed virtqueue ready condition
2020-02-05 Fan Zhangvhost/crypto: fix fetch size
2020-02-05 Eugenio Pérezvhost: flush shadow Tx if no more packets
2020-02-05 Vitaliy Mysakvhost: do not treat empty socket message as error
2020-02-05 Zhike Wangvhost: fix crash on port deletion
2020-01-17 Maxime Coquelinvhost: fix deadlock on port deletion
2020-01-17 Li Fengvhost: support config change slave message
2020-01-17 Xiao Wangvhost: fix socket initial value
2020-01-17 Adrian Morenovhost: add dynamic logging system
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-19 Kevin Traynorlib: fix log typos
2019-11-15 Zhike Wangvhost: fix vring requests validation broken if no FD
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 batch enqueue only handle few packets
2019-11-08 Marvin Liuvhost: fix dirty page logging missing
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-25 Flavio Leitnervhost: fix IPv4 checksum
2019-10-25 Ilya Maximetsvhost: disable host TSO for linear buffers without...
2019-10-25 Ilya Maximetsvhost: return error message for mbuf allocation failure
2019-10-25 Marvin Liuvhost: optimize packed ring dequeue when in-order
2019-10-25 Marvin Liuvhost: optimize packed ring dequeue
2019-10-25 Marvin Liuvhost: add packed ring zcopy batch and single dequeue
2019-10-25 Marvin Liuvhost: optimize packed ring enqueue
2019-10-25 Marvin Liuvhost: update packed ring dequeue
2019-10-25 Marvin Liuvhost: flush batched enqueue descs directly
2019-10-25 Marvin Liuvhost: flush enqueue updates by cacheline
2019-10-25 Marvin Liuvhost: add packed ring batch dequeue
2019-10-25 Marvin Liuvhost: add packed ring single dequeue
2019-10-25 Marvin Liuvhost: add packed ring batch enqueue
2019-10-25 Marvin Liuvhost: try to unroll for each loop
2019-10-25 Marvin Liuvhost: add packed ring single enqueue
2019-10-25 Marvin Liuvhost: add packed ring indexes increasing function
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
next