net/enic: move PCI device ids to the driver
[dpdk.git] / lib / librte_vhost /
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
2015-12-14 Yuanhan Liuvhost: note the ABI changes
2015-12-13 Huawei Xievhost: fix logically dead code
2015-12-13 Huawei Xievhost: fix missed unlock
2015-12-13 Huawei Xievhost: fix missed break in switch
2015-12-13 Huawei Xievhost: fix out-of-bounds read
2015-12-09 Stephen Hemmingervhost: do not stall if guest is slow
2015-12-08 Yuanhan Liuvhost: reserve some space in structures
2015-11-24 Xiaobo Chivhost: fix kernel module insertion
2015-11-24 Victor Kaplanskyvhost: fix enabling vring per queue
2015-11-24 Jianfeng Tanvhost: fix mmap not aligned with hugepage size
2015-11-24 Tetsuya Mukawavhost: fix guest descriptor closed on reset owner message
2015-11-12 Yuanhan Liuvhost: reset device properly
2015-11-12 Rich Lanevhost: make destroy callback on reset owner message
2015-11-03 Marcel Apfelbaumvhost: fix build with old kernels
2015-11-02 Marcel Apfelbaumvhost: enable virtio 1.0
2015-10-30 Pavel Boldinvhost: use new eventfd copy
2015-10-30 Pavel Boldinvhost: add new eventfd copy ioctl
2015-10-30 Pavel Boldinvhost: refactor eventfd copy handler
2015-10-30 Yuanhan Liuvhost: fix build with kernel < 3.8
2015-10-30 Tetsuya Mukawavhost: fix crash with multiqueue enabled
2015-10-26 Yuanhan Liuvhost-user: enable multiple queue
2015-10-26 Changchun Ouyangvhost-user: handle message to enable vring
2015-10-26 Changchun Ouyangvhost: use queue id instead of constant ring index
2015-10-26 Yuanhan Liuvhost-user: prepare multiple queue setup
2015-10-26 Yuanhan Liuvhost-user: announce queue number in message
2015-10-26 Yuanhan Liuvhost-user: support protocol features
2015-10-21 Jerome Jutteauvhost: fix missing device checks
2015-10-21 Jerome Jutteauvhost: keep device identifier after reset owner
2015-09-29 Huawei Xievhost: inject only one interrupt for a batch of packets
2015-09-25 Yuanhan Liuvhost: fix wrong usage of eventfd_t
2015-09-25 Yuanhan Liuvhost: get rid of duplicate code
2015-09-25 Yuanhan Liuvhost: fix typo
2015-09-25 Yuanhan Liuvhost: remove extra semicolon
next