vhost: remove sub-directory
[dpdk.git] / lib / librte_vhost / virtio-net.c
2016-06-22 Huawei Xievhost: remove concurrent enqueue
2016-06-22 Yuanhan Liuvhost: workaround stale vring base
2016-06-22 Yuanhan Liuvhost: make virtio header length per device
2016-06-22 Yuanhan Liuvhost: remove virtio-net.h
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: 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-14 Tetsuya Mukawavhost: fix default value of kickfd and callfd
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-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: claim support of guest announce
2016-02-19 Yuanhan Liuvhost: log used vring changes
2016-02-17 Jijiang Liuvhost: add guest offload setting
2016-02-17 Jijiang Liuvhost: add Tx offload capabilities
2015-12-13 Huawei Xievhost: fix logically dead code
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-02 Marcel Apfelbaumvhost: enable virtio 1.0
2015-10-30 Yuanhan Liuvhost: fix build with kernel < 3.8
2015-10-26 Yuanhan Liuvhost-user: enable multiple queue
2015-10-26 Changchun Ouyangvhost-user: handle message to enable vring
2015-10-26 Yuanhan Liuvhost-user: prepare multiple queue setup
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-25 Yuanhan Liuvhost: fix wrong usage of eventfd_t
2015-09-25 Yuanhan Liuvhost: fix typo
2015-06-29 Huawei Xievhost: realloc device and queues to same numa node...
2015-06-29 Huawei Xievhost: use rte_malloc to allocate device and queues
2015-06-12 Krishna Murthyvhost: enable live migration
2015-03-09 Huawei Xievhost: check file descriptor before closing
2015-03-09 Huawei Xievhost: fix file descriptors naming
2015-02-24 Huawei Xievhost: support ifname for vhost-user
2015-02-24 Huawei Xievhost: support vhost-user
2015-02-24 Huawei Xievhost: implement cuse memory table
2015-02-24 Huawei Xievhost: move fd copying into cuse subdirectory
2015-02-24 Huawei Xievhost: rename header file
2015-02-24 Huawei Xievhost: enable virtio control channel Rx mode
2014-12-18 Ciara Loftusvhost: add interface name for virtio
2014-11-11 Ouyang Changchunvhost: enable promiscuous and multicast
2014-11-06 Ouyang Changchunvhost: fix mem path check
2014-11-06 Huawei Xievhost: fix code style
2014-10-29 Ouyang Changchunvhost: fix build without unused result
2014-10-13 Huawei Xievhost: coding style fixes
2014-10-13 Huawei Xievhost: clean includes
2014-10-13 Huawei Xievhost: supported features
2014-10-13 Huawei Xievhost: allow to enable or disable features
2014-10-13 Huawei Xievhost: rename ops registering function
2014-10-13 Huawei Xievhost: move internal structure
2014-10-13 Huawei Xievhost: remove zero copy memory region generation logic
2014-10-13 Huawei Xievhost: remove switching related logics
2014-10-13 Huawei Xievhost: move from examples to dedicated library