mbuf: fix reset on mbuf free
[dpdk.git] / lib / librte_vhost /
2021-01-08 Maxime Coquelinvhost: refactor memory regions mapping
2021-01-08 Maxime Coquelinvhost: refactor postcopy registration
2021-01-08 Maxime Coquelinvhost: refactor postcopy region registration
2021-01-08 Joyce Kongvhost: replace SMP with thread fence for control path
2021-01-08 Joyce Kongvhost: replace SMP with thread fence for packed vring
2021-01-08 Joyce Kongvhost: relax full barriers for used idx
2021-01-08 Joyce Kongvhost: relax full barriers for desc flags
2021-01-08 Joyce Kongvhost: remove unnecessary SMP barrier for avail idx
2021-01-08 Joyce Kongvhost: remove unnecessary SMP barrier for desc flags
2020-11-20 Thomas Monjalonbuild: align wording of non-support reasons
2020-11-13 Maxime Coquelinvhost: fix fd leak in kick setup
2020-11-13 Maxime Coquelinvhost: fix fd leak in dirty logging setup
2020-11-13 Maxime Coquelinvhost: fix error path when setting memory tables
2020-11-13 Maxime Coquelinvhost: fix virtqueue initialization
2020-11-13 Patrick Fuvhost: fix async inflight packet counter
2020-11-03 Patrick Fuvhost: fix uninitialized local variable
2020-11-03 Patrick Fuvhost: fix guest/host physical address conversion
2020-11-03 Patrick Fuvhost: remove fallback in async enqueue API
2020-11-03 Maxime Coquelinvhost: check virtqueue metadata pointer
2020-11-03 Maxime Coquelinvhost: validate index in async API
2020-11-03 Maxime Coquelinvhost: validate index in inflight API
2020-11-03 Maxime Coquelinvhost: validate index in live-migration API
2020-11-03 Maxime Coquelinvhost: validate index in guest notification API
2020-11-03 Maxime Coquelinvhost: validate index in available entries API
2020-11-03 Maxime Coquelinvhost: fix virtqueues metadata allocation
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-16 Patrick Fuvhost: fix async unregister deadlock
2020-10-16 Patrick Fuvhost: fix async vector buffer overrun
2020-10-16 Patrick Fuvhost: allocate async memory dynamically
2020-10-16 Patrick Fuvhost: simplify async copy completion
2020-10-16 Michael Pfeiffernet: add function to calculate IPv4 header length
2020-10-16 Maxime Coquelinvhost: use fixed virtio-net header length packed ring
2020-10-16 Maxime Coquelinvhost: fix virtio-net header length with packed ring
2020-10-16 Olivier Matzvhost: fix external mbuf creation
2020-10-16 Fan Zhangvhost/crypto: fix feature negotiation
2020-09-30 Maxime Coquelinvhost: remove dequeue zero-copy support
2020-09-30 Maxime Coquelinvhost: promote vDPA API as stable
2020-09-28 Fan Zhangvhost/crypto: fix possible TOCTOU attack
2020-09-28 Fan Zhangvhost/crypto: fix data length check
2020-09-28 Fan Zhangvhost/crypto: fix write back source
2020-09-28 Fan Zhangvhost/crypto: fix missed request check for copy mode
2020-09-28 Fan Zhangvhost/crypto: fix descriptor deduction
2020-09-28 Fan Zhangvhost/crypto: fix pool allocation
2020-09-28 Maxime Coquelinvhost: fix external backends readiness
2020-09-18 Eugenio Pérezvhost: fix IOTLB mempool single-consumer flag
2020-09-18 Chenbo Xiavhost: add device reset status
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-29 Patrick Fuvhost: fix async copy on multi-page buffers
2020-07-29 Maxime Coquelinvhost: fix guest notification setting
2020-07-29 Patrick Fuvhost: fix async callback return type
2020-07-21 Patrick Fuvhost: fix double-free with zero-copy
2020-07-21 Patrick Fuvhost: fix async completion of multi-seg packets
2020-07-21 Patrick Fuvhost: fix missing virtqueue status check in async...
2020-07-21 Patrick Fuvhost: fix missing device pointer validity check
2020-07-11 Adrian Morenovhost: support virtio status message
2020-07-11 Maxime Coquelinvhost: support virtio status
2020-07-11 Maxime Coquelinvhost: check vDPA configuration succeed
2020-07-11 Maxime Coquelinvhost: make some vDPA callbacks mandatory
2020-07-11 Maxime Coquelinvhost: refactor virtio ready check
2020-07-11 Maxime Coquelinvhost: fix virtio ready flag check
2020-07-10 Joyce Kongvhost: restrict pointer aliasing for packed ring
2020-07-07 Patrick Fuvhost: introduce async enqueue for split ring
2020-07-07 Patrick Fuvhost: introduce async enqueue registration API
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-30 Matan Azradvhost: fix features definition location
2020-06-30 Matan Azradvhost: notify virtq file descriptor update
2020-06-30 Matan Azradvhost: handle memory hotplug with vDPA devices
2020-06-30 Matan Azradvhost: improve device readiness notifications
2020-06-30 Matan Azradvhost: skip access lock when vDPA is configured
2020-06-30 Matan Azradvhost: support host notifier queue configuration
2020-06-30 Maxime Coquelinvhost: split vDPA header file
2020-06-30 Maxime Coquelinvhost: remove vDPA device count API
2020-06-30 Maxime Coquelinvhost: introduce wrappers for some vDPA ops
2020-06-30 Maxime Coquelinvhost: use linked list for vDPA devices
2020-06-30 Maxime Coquelinvhost: remove useless vDPA API
2020-06-30 Maxime Coquelinvhost: replace device ID in applications
2020-06-30 Maxime Coquelinvhost: replace vDPA device ID in Vhost
2020-06-30 Maxime Coquelinvhost: replace device ID in vDPA ops
2020-06-30 Maxime Coquelinvhost: make vDPA framework bus agnostic
2020-06-30 Maxime Coquelinvhost: introduce vDPA device class
2020-06-30 Matan Azradvhost: introduce operation to get vDPA queue stats
2020-06-30 Maxime Coquelinvhost: enable reply-ack systematically
2020-05-19 Xuan Dingvhost: fix zero-copy server mode
2020-05-19 Muhammad Bilalfix same typo in multiple places
2020-05-18 Sivaprasad Tummalavhost: handle mbuf allocation failure
2020-05-18 Xuan Dingvhost: fix potential fd leak
2020-05-18 Xiaolong Yevhost: fix potential memory space leak
2020-05-18 Marvin Liuvhost: fix translated address not checked
2020-05-18 Maxime Coquelinvhost/crypto: validate keys lengths
2020-05-18 Maxime Coquelinvhost: fix vring index check
2020-05-18 Maxime Coquelinvhost: check log mmap offset and size overflow
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring avail index
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring used index
2020-05-05 Marvin Liuvhost: use binary search in address conversion
2020-05-05 Marvin Liuvhost: utilize dynamic memory allocator
2020-05-05 Xuan Dingvhost: prevent zero-copy with incompatible client mode
2020-05-05 Phil Yangvhost: optimize broadcast RARP sync with C11 atomic
2020-05-05 Roland Qivhost: fix peer close check
2020-04-21 Marvin Liuvhost: fix shadowed descriptors not flushed
next