vmxnet3: get descriptor limits
[dpdk.git] / lib / librte_vhost /
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
2015-09-24 Aaron Conolevhost: build eventfd_link module against specified...
2015-09-24 Ouyang Changchunvhost: fix qemu shutdown
2015-09-24 Ouyang Changchundoc: fix vhost sample parameter
2015-07-17 Ouyang Changchunvhost: add log on socket bind failure
2015-06-30 Huawei Xievhost: comment unwanted callback
2015-06-30 Huawei Xievhost: cleanup unix socket
2015-06-30 Huawei Xievhost: fix race for connection fd
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-24 Cyril Chemparathymbuf: use offset macro
2015-06-19 Ouyang Changchundoc: fix doxygen warnings in vhost API
2015-06-17 Ouyang Changchunvhost: remove unnecessary descriptor length updates
2015-06-17 Ouyang Changchunvhost: rework mergeable Rx
2015-06-17 Ouyang Changchunvhost: refine code style
2015-06-17 Ouyang Changchunvhost: fix enqueue/dequeue to handle chained vring...
2015-06-12 Krishna Murthyvhost: enable live migration
2015-06-12 Stephen Hemmingerlib: fix whitespace
2015-05-13 Huawei Xievhost: fix virtio freeze due to missed interrupt
2015-05-11 Bruce Richardsonvhost: remove inclusion of mbuf header
2015-03-26 Pavel Boldinvhost: fix file struct leakage
2015-03-26 Haifeng Linvhost: fix index when mbuf allocation fails
2015-03-20 Huawei Xievhost: fix build
2015-03-17 Benoît Canetvhost: add hint on how to add or remove device to a...
2015-03-16 Huawei Xievhost: add build option for vhost-user
2015-03-09 Huawei Xievhost: check file descriptor before closing
2015-03-09 Huawei Xievhost: fix file descriptors naming
2015-03-09 Huawei Xievhost: use loop instead of goto
2015-03-09 Huawei Xievhost: combine select with sleep
2015-03-05 Huawei Xievhost: fix crash by removing device when requested
2015-02-24 Stefan Puiulib: fix C++11 compilation
2015-02-24 Huawei Xievhost: support dynamically registering server
2015-02-24 Huawei Xievhost: support ifname for vhost-user
2015-02-24 Huawei Xievhost: support vhost-user
2015-02-24 Huawei Xievhost: add select based event driven processing
2015-02-24 Huawei Xievhost: implement cuse memory table
2015-02-24 Huawei Xievhost: make host memory mapping more generic
2015-02-24 Huawei Xievhost: copy host memory mapping to a new cuse file
2015-02-24 Huawei Xievhost: move fd copying into cuse subdirectory
2015-02-24 Huawei Xievhost: rename header file
2015-02-24 Huawei Xievhost: move cuse related handling in a subdirectory
2015-02-24 Huawei Xievhost: enable virtio control channel Rx mode
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
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 Thomas Monjalonvhost: add in doc
2014-10-13 Huawei Xievhost: add makefile
2014-10-13 Huawei Xievhost: comment identified issues
2014-10-13 Huawei Xievhost: coding style fixes
2014-10-13 Huawei Xievhost: static variable fixes
2014-10-13 Huawei Xievhost: clean includes
2014-10-13 Huawei Xievhost: add debug print
2014-10-13 Huawei Xievhost: add private context field
2014-10-13 Huawei Xievhost: supported features
2014-10-13 Huawei Xievhost: allow to enable or disable features
2014-10-13 Huawei Xievhost: get available vring entries
2014-10-13 Huawei Xievhost: rename ops registering function
2014-10-13 Huawei Xievhost: expose register and start functions
2014-10-13 Huawei Xievhost: get internal ops when registering
2014-10-13 Huawei Xievhost: remove index parameter
2014-10-13 Huawei Xievhost: enqueue/dequeue burst
2014-10-13 Huawei Xievhost: add queue id parameter
2014-10-13 Huawei Xievhost: calculate mbuf size
2014-10-13 Huawei Xievhost: return packets to upper layer
2014-10-13 Huawei Xievhost: move address translation function
2014-10-13 Huawei Xievhost: move internal structure
2014-10-13 Huawei Xievhost: remove retry logic
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: remove useless code for Rx/Tx
2014-10-13 Huawei Xievhost: move from examples to dedicated library