ethdev: remove unused struct forward declaration
[dpdk.git] / lib / librte_vhost /
2018-03-30 Ilya Maximetsvhost: add note about sockets in server mode
2018-03-30 Tomasz Kulasekvhost: fix ring index returned to master on stop
2018-03-30 Tomasz Kulasekvhost: fix log macro name conflict
2018-03-30 Jianfeng Tanvhost: avoid function call in data path
2018-03-30 Jianfeng Tanvhost: remove unused log constant
2018-03-30 Tomasz Kulasekvhost: fix realloc failure
2018-03-30 Tomasz Kulasekvhost: fix device cleanup at stop
2018-03-30 Tomasz Kulasekvhost: check cmsg not null
2018-03-30 Tomasz Kulasekvhost: fix offset while mmaping log base address
2018-03-30 Stefan Hajnoczivhost: check overflow before mmap
2018-03-30 Stefan Hajnoczivhost: validate virtqueue size
2018-03-30 Stefan Hajnoczivhost: fix message payload union in setting ring address
2018-03-30 Stefan Hajnoczivhost: reject invalid log base mmap offset
2018-03-30 Stefan Hajnoczivhost: clear out unused SCM_RIGHTS file descriptors
2018-03-30 Stefan Hajnoczivhost: validate untrusted memory regions number field
2018-03-30 Stefan Hajnoczivhost: avoid enum fields in VhostUserMsg
2018-03-30 Stefan Hajnoczivhost: add security model documentation
2018-02-13 Maxime Coquelinvhost: do not take lock on owner reset
2018-02-05 Maxime Coquelinvhost: remove pending IOTLB entry if miss request failed
2018-02-05 Maxime Coquelinvhost: fix IOTLB pool out-of-memory handling
2018-02-05 Stefan Hajnoczivhost: drop virtqueues only with built-in virtio driver
2018-02-05 Stefan Hajnoczivhost: add flag for built-in virtio driver
2018-01-31 Zhihong Wangvhost: fix build with old kernels
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonbuild: detect and use libnuma
2018-01-30 Bruce Richardsonlib: build with meson
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
next