net/virtio: rationalize queue flushing
[dpdk.git] / lib / librte_vhost /
2018-01-29 Zhihong Wangvhost: claim to support any layout feature
2018-01-29 Neil Hormanmk: add experimental tag check
2018-01-21 Victor Kaplanskyvhost: protect active rings from async ring changes
2018-01-21 Junjie Chenvhost: fix mbuf free
2018-01-21 Xiao Wangnet: fix RARP generation
2018-01-21 Junjie Chenvhost: do deep copy while reallocating queue
2018-01-16 Jiayu Huvhost: support Explicit Congestion Notification
2018-01-16 Xiao Wangvhost: use API to make RARP packet
2018-01-16 Olivier Matzvhost: fix error code check when creating thread
2018-01-16 Tonghao Zhangvhost: add reconnect thread name for client mode
2018-01-16 Junjie Chenvhost: support virtqueue interrupt/notification suppression
2018-01-16 Maxime Coquelinvhost: destroy unused virtqueues when multiqueue not...
2018-01-16 Maxime Coquelinvhost: extract virtqueue cleaning and freeing functions
2018-01-16 Maxime Coquelinvhost: propagate set features handling error
2018-01-16 Maxime Coquelinvhost: prevent features to be changed while device...
2018-01-16 Jiayu Huvhost: support UDP Fragmentation Offload
2018-01-16 Stefan Hajnoczivhost: introduce vring call API
2018-01-16 Stefan Hajnoczivhost: add vring call helper
2018-01-16 Jiayu Huvhost: support Generic Segmentation Offload
2018-01-16 Junjie Chenvhost: fix dequeue zero copy with virtio1
2018-01-16 Jianfeng Tanvhost: fix crash
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Maxime Coquelinvhost: add flag to enable IOMMU support
2017-11-07 Maxime Coquelinvhost: disable reply-ack feature if IOMMU disabled
2017-11-07 Maxime Coquelinvhost: postpone ring address translations at kick time...
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-24 Tiwei Bievhost: fix dequeue offload support
2017-10-24 Maxime Coquelinvhost: fix vring addresses not translated
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-13 Maxime Coquelinvhost: fetch ring address after NUMA reallocation
2017-10-13 Maxime Coquelinvhost: fix IOTLB on NUMA realloc
2017-10-13 Maxime Coquelinvhost: fix deadlock on IOTLB miss
2017-10-11 Bruce Richardsonvhost: fix false-positive warning from clang 5
2017-10-10 Maxime Coquelinvhost: distinguish master and slave requests
2017-10-10 Dariusz Stojaczykvhost: add user callbacks for socket open/close
2017-10-10 Kuba Kozakvhost: check poll error code
2017-10-10 Maxime Coquelinvhost: enable IOMMU support
2017-10-10 Maxime Coquelinvhost: invalidate vring in case of matching IOTLB inval...
2017-10-10 Maxime Coquelinvhost: postpone device creation until rings are mapped
2017-10-10 Maxime Coquelinvhost: translate ring addresses when IOMMU enabled
2017-10-10 Maxime Coquelinvhost: postpone rings addresses translation
2017-10-10 Maxime Coquelinvhost: fix dereferencing invalid pointer after realloc
2017-10-10 Maxime Coquelinvhost: enable rings at the right time
2017-10-10 Maxime Coquelinvhost: use the guest IOVA to host VA helper
2017-10-10 Maxime Coquelinvhost: introduce guest IOVA to backend VA helper
2017-10-10 Maxime Coquelinvhost: handle IOTLB update and invalidate requests
2017-10-10 Maxime Coquelinvhost: initialize vrings IOTLB caches
2017-10-10 Maxime Coquelinvhost: support IOTLB miss slave requests
2017-10-10 Maxime Coquelinvhost: add pending IOTLB miss request list and helpers
2017-10-10 Maxime Coquelinvhost: add IOTLB helper functions
2017-10-10 Maxime Coquelinvhost: add IOMMU-related macros for old kernels
2017-10-10 Maxime Coquelinvhost: support slave requests channel
2017-10-10 Maxime Coquelinvhost: prepare for slave requests
2017-10-10 Maxime Coquelinvhost: make error handling consistent in Rx path
2017-10-10 Maxime Coquelinvhost: revert workaround MQ fails to startup
2017-10-10 Tiwei Bievhost: batch small guest memory copies
2017-08-03 Tiwei Bievhost: make page logging atomic
2017-07-19 Zhiyong Yangvhost: fix initialization
2017-07-07 Ilya Maximetsvhost: print reason of NUMA node query failure
2017-07-04 Jens Freimannvhost: check return of mutex initialization
2017-07-04 Jens Freimannvhost: check return of pthread calls
2017-07-04 Jens Freimannvhost: add missing check in driver registration
2017-07-01 Maxime Coquelinvhost: fix MTU device feature check
2017-07-01 Ivan Dyukovvhost: fix checking of device features
2017-07-01 Jianfeng Tanvhost: fix IP checksum
2017-07-01 Jianfeng Tanvhost: fix TCP checksum
2017-07-01 Daniel Verkampvhost: clean up per-socket mutex
2017-06-16 Dariusz Stojaczykvhost: log error for badly negotiated features
2017-06-16 Yuanhan Liuvhost: fix crash on NUMA
2017-06-16 Daniel Verkampvhost: access VhostUsrMsg via packed struct
2017-06-16 Dariusz Stojaczykvhost: fix guest pages memory leak
2017-06-16 Dariusz Stojaczykvhost: fix malloc size too small
2017-06-16 Zhihong Wangvhost: support Rx queue count request
2017-06-16 Jens Freimannvhost: check allocation of guest pages
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-28 Zhiyong Yangvhost: workaround MQ fails to startup
2017-04-30 Adrien Mazarguilvhost: fix header for strict compilation flags
2017-04-19 Yuanhan Liuvhost: fix dequeue zero copy
2017-04-19 Yuanhan Liuvhost: avoid memory write on net header when necessary
2017-04-19 Yuanhan Liuvhost: fix use after free
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-01 Yuanhan Liuvhost: do not destroy device on repeat mem table message
2017-04-01 Yuanhan Liuvhost: workaround the build dependency on mbuf header
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: export APIs for live migration support
2017-04-01 Yuanhan Liuvhost: add features changed callback
2017-04-01 Yuanhan Liuvhost: rename virtio-net to vhost
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: do not include net specific headers
2017-04-01 Yuanhan Liuvhost: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: move the device ready check at proper place
2017-04-01 Yuanhan Liuvhost: export the number of vrings
2017-04-01 Yuanhan Liuvhost: turn queue pair to vring
2017-04-01 Yuanhan Liuvhost: export API to translate gpa to vva
2017-04-01 Yuanhan Liuvhost: export vhost vring info
2017-04-01 Yuanhan Liuvhost: introduce API to fetch negotiated features
next