mlx5: support setting primary MAC address
[dpdk.git] / lib / librte_vhost /
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
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
next