app/testpmd: display port driver name
[dpdk.git] / lib / librte_vhost /
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-10-26 Maxime Coquelinvhost: support indirect descriptor in non-mergeable Rx
2016-10-26 Maxime Coquelinvhost: support indirect descriptor in mergeable Rx
2016-10-26 Yuanhan Liuvhost: fix use after free
2016-10-26 Yuanhan Liuvhost: retrieve available head once
2016-10-26 Yuanhan Liuvhost: prefetch available ring
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-26 Yuanhan Liuvhost: use last available index for ring reservation
2016-10-26 Yuanhan Liuvhost: simplify mergeable Rx vring reservation
2016-10-26 Zhihong Wangvhost: optimize cache access
2016-10-26 Zhihong Wangvhost: remove useless volatile
2016-10-26 Maxime Coquelinvhost: access header only if offloading is supported
2016-10-13 Zhihong Wangvhost: fix Windows VM hang
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-10-12 Yuanhan Liuvhost: introduce last available index for dequeue
2016-10-12 Yuanhan Liuvhost: get guest/host physical address mappings
2016-10-12 Yuanhan Liuvhost: simplify memory regions handling
2016-09-28 Maxime Coquelinvhost: support indirect Tx descriptors
2016-09-13 Matthias Gattovhost: remove obsolete comment
2016-09-13 Yuanhan Liuvhost: simplify features set/get
2016-09-13 Yuanhan Liuvhost: get device once
2016-09-13 Yuanhan Liuvhost: unify function names
2016-09-13 Yuanhan Liuvhost: fold common message handlers
2016-09-13 Yuanhan Liuvhost: refactor code structure
2016-09-13 Yuanhan Liuvhost: remove sub-directory
2016-09-13 Yuanhan Liuvhost: remove vhost-cuse
2016-07-25 Maxime Coquelinvhost: fix off-by-one error on descriptor number check
2016-07-21 Ilya Maximetsvhost: fix unregistering in client mode
2016-07-21 Ilya Maximetsvhost: fix connect hang in client mode
2016-07-15 Patrik Anderssonvhost: fix crash when exceeding file descriptors
2016-07-15 Ilya Maximetsvhost: check ring descriptor address
2016-07-15 Ilya Maximetsvhost: fix used descriptors number of mergeable enqueue
2016-07-04 Yuanhan Liuvhost: fix potential null pointer dereference
2016-07-04 Yuanhan Liuvhost: fix not null terminated string
2016-07-04 Yuanhan Liuvhost: fix memory leak
2016-06-30 Yuanhan Liuvhost: fix missing flag reset on stop
2016-06-29 Thomas Monjalonmk: fix internal dependencies
2016-06-22 Huawei Xievhost: check hugepage fstat error
2016-06-22 Ilya Maximetsvhost: unmap log memory on cleanup
2016-06-22 Ilya Maximetsvhost: fix leak of file descriptors
2016-06-22 Marcin Kerlinvhost: fix null pointer dereference
2016-06-22 Huawei Xievhost: remove concurrent enqueue
2016-06-22 Yuanhan Liuvhost: arrange struct fields for better cache sharing
2016-06-22 Yuanhan Liuvhost: optimize dequeue for small packets
2016-06-22 Yuanhan Liuvhost: pre update used ring for Tx and Rx
2016-06-22 Yuanhan Liuvhost: workaround stale vring base
2016-06-22 Yuanhan Liuvhost: add reconnect ability
2016-06-22 Yuanhan Liuvhost: add vhost-user client mode
2016-06-22 Yuanhan Liuvhost: rename structs for enabling client mode
2016-06-22 Ilya Maximetsvhost: make buffer vector for scatter Rx local
2016-06-22 Yuanhan Liuvhost: make virtio header length per device
2016-06-22 Yuanhan Liuvhost: reserve few more space for future extension
2016-06-22 Yuanhan Liuvhost: remove virtio-net.h
2016-06-22 Yuanhan Liuvhost: remove unnecessary fields
2016-06-22 Yuanhan Liuvhost: hide internal code
2016-06-22 Yuanhan Liuvhost: export device id as the interface to applications
2016-06-22 Yuanhan Liuvhost: export queue free entries
2016-06-22 Yuanhan Liuvhost: export interface name
2016-06-22 Yuanhan Liuvhost: export number of queues
2016-06-22 Yuanhan Liuvhost: export numa node
2016-06-22 Yuanhan Liuvhost: move cuse only struct to cuse
2016-06-22 Yuanhan Liuvhost: get device by device id only
2016-06-22 Yuanhan Liuvhost: rename device id variable
2016-06-22 Yuanhan Liuvhost: declare device id as int
2016-06-22 Yuanhan Liuvhost: set/reset device flags internally
2016-06-22 Yuanhan Liuvhost: declare backend with int type
2016-05-10 Daniel Mrzyglodvhost: fix name not null terminated
2016-04-06 Yuanhan Liuvhost: fix error handling in destroy
2016-03-31 Ilya Maximetsvhost: use SMP barriers instead of compiler ones
2016-03-25 Yuanhan Liuvhost: remove unnecessary return
2016-03-17 Yuanhan Liuvhost: remove unnecessary memset when enqueueing
2016-03-14 Tetsuya Mukawavhost: fix default value of kickfd and callfd
2016-03-14 Yuanhan Liuvhost: avoid dead loop chain
2016-03-14 Yuanhan Liuvhost: check for ring descriptors overflow
2016-03-14 Yuanhan Liuvhost: do sanity check for ring descriptor length
2016-03-14 Yuanhan Liuvhost: remove wrong unlikely prediction in Rx
2016-03-14 Yuanhan Liuvhost: remove rte_memcpy from header copy
2016-03-14 Yuanhan Liuvhost: refactor mergeable Rx
2016-03-14 Yuanhan Liuvhost: refactor Rx
2016-03-14 Yuanhan Liuvhost: refactor dequeueing
2016-03-13 Panu Matilainenmk: fix vhost shared library dependencies
2016-03-11 Yuanhan Liuvhost: fix queue pair reallocation
2016-03-11 Yuanhan Liuvhost: simplify numa reallocation
2016-03-11 Yuanhan Liuvhost: get rid of linked list for devices
2016-03-11 Yuanhan Liuvhost: fix build with kernel < 3.5
2016-02-29 Yuanhan Liuvhost: broadcast RARP by injecting in receiving mbuf...
2016-02-21 Pavel Fedinvhost: check memory map before address translation
2016-02-19 Rich Lanevhost: remove device operations pointers
2016-02-19 Rich Lanevhost: fix leak of fds and mmaps
2016-02-19 Yuanhan Liuvhost: remove duplicate header include
2016-02-19 Yuanhan Liuvhost: enable log_shmfd protocol feature
2016-02-19 Yuanhan Liuvhost: handle request to send RARP
2016-02-19 Yuanhan Liuvhost: claim support of guest announce
2016-02-19 Yuanhan Liuvhost: log vring desc buffer changes
2016-02-19 Yuanhan Liuvhost: log used vring changes
2016-02-19 Yuanhan Liuvhost: handle dirty pages logging request
2016-02-18 Panu Matilainenvhost: fix build dependency
2016-02-17 Jijiang Liuvhost: add guest offload setting
2016-02-17 Jijiang Liuvhost: add Tx offload capabilities
next