net: add rte prefix to ether structures
[dpdk.git] / lib / librte_vhost / virtio_net.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-03-01 Tiwei Bievhost: fix potential use-after-free for memory region
2019-03-01 Tiwei Bievhost: fix potential use-after-free for zero copy mbuf
2019-03-01 Tiwei Bievhost: restore mbuf first when freeing zmbuf
2019-01-24 Tiwei Bievhost: fix access for indirect descriptors
2019-01-14 Tiwei Bievhost: fix possible dead loop in vector filling
2019-01-14 Tiwei Bievhost: fix possible out of bound access in vector filling
2018-12-21 Maxime Coquelinvhost: batch used descs chains write-back with packed...
2018-12-21 Maxime Coquelinvhost: remove useless prefetch for packed ring descriptor
2018-12-21 Maxime Coquelinvhost: prefetch descriptor after the read barrier
2018-12-21 Maxime Coquelinvhost: enforce desc flags and content read ordering
2018-12-21 Maxime Coquelinvhost: enforce avail index and desc read ordering
2018-12-21 Xiao Wangvhost: provide helpers for virtio ring relay
2018-11-13 Tiwei Bievhost: fix IOVA access for packed ring
2018-10-26 Maxime Coquelinvhost: avoid memory barriers when no descriptors dequeued
2018-10-26 Tiwei Bievhost: fix vector filling for packed ring
2018-09-27 Jiayu Huvhost: fix corner case for enqueue operation
2018-09-14 Tiwei Bievhost: fix return value on enqueue path
2018-08-02 Tiwei Bievhost: remove unused variable
2018-07-26 Tiwei Bievhost: release locks on RARP packet failure
2018-07-26 Tiwei Bievhost: fix overflow on shadow used ring
2018-07-26 Jiayu Huvhost: fix return value on dequeue path
2018-07-23 Tiwei Bievhost: fix buffer length calculation
2018-07-10 Maxime Coquelinvhost: add notification for packed ring
2018-07-10 Maxime Coquelinvhost: add Tx support for packed ring
2018-07-10 Maxime Coquelinvhost: add Rx support for packed ring
2018-07-10 Maxime Coquelinvhost: add vector filling support for packed ring
2018-07-10 Maxime Coquelinvhost: create descriptor mapping function
2018-07-10 Maxime Coquelinvhost: add shadow used ring support for packed rings
2018-07-10 Maxime Coquelinvhost: append shadow used ring function names with...
2018-07-10 Maxime Coquelinvhost: extract split ring handling from Rx and Tx functions
2018-07-10 Maxime Coquelinvhost: clear batch copy index at copy time
2018-07-10 Maxime Coquelinvhost: make indirect desc table copy desc type agnostic
2018-07-10 Maxime Coquelinvhost: clear shadow used table index at flush time
2018-07-10 Maxime Coquelinvhost: improve prefetching in enqueue path
2018-07-10 Maxime Coquelinvhost: prefetch first descriptor in dequeue path
2018-07-10 Maxime Coquelinvhost: improve prefetching in dequeue path
2018-07-10 Maxime Coquelinvhost: use buffer vectors in dequeue path
2018-07-10 Maxime Coquelinvhost: use shadow used ring in dequeue path
2018-06-14 Maxime Coquelinvhost: improve batched copies performance
2018-06-14 Maxime Coquelinvhost: unify Rx mergeable and non-mergeable paths
2018-05-17 Maxime Coquelinvhost: improve dirty pages logging performance
2018-05-14 Maxime Coquelinvhost: fix header copy to discontiguous desc buffer
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Rx-mrg
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Rx
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Tx
2018-04-23 Maxime Coquelinvhost: add support for non-contiguous indirect descs...
2018-04-23 Maxime Coquelinvhost: check all range is mapped when translating GPAs
2018-04-23 Maxime Coquelinvhost: fix indirect descriptors table translation size
2018-03-30 Tomasz Kulasekvhost: fix log macro name conflict
2018-02-05 Stefan Hajnoczivhost: add flag for built-in virtio driver
2018-01-21 Victor Kaplanskyvhost: protect active rings from async ring changes
2018-01-21 Junjie Chenvhost: fix mbuf free
2018-01-21 Xiao Wangnet: fix RARP generation
2018-01-16 Xiao Wangvhost: use API to make RARP packet
2018-01-16 Junjie Chenvhost: support virtqueue interrupt/notification suppression
2018-01-16 Jiayu Huvhost: support UDP Fragmentation Offload
2018-01-16 Stefan Hajnoczivhost: add vring call helper
2018-01-16 Junjie Chenvhost: fix dequeue zero copy with virtio1
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-10-24 Tiwei Bievhost: fix dequeue offload support
2017-10-10 Maxime Coquelinvhost: postpone device creation until rings are mapped
2017-10-10 Maxime Coquelinvhost: use the guest IOVA to host VA helper
2017-10-10 Maxime Coquelinvhost: make error handling consistent in Rx path
2017-10-10 Tiwei Bievhost: batch small guest memory copies
2017-07-01 Ivan Dyukovvhost: fix checking of device features
2017-07-01 Jianfeng Tanvhost: fix IP checksum
2017-07-01 Jianfeng Tanvhost: fix TCP checksum
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-19 Yuanhan Liuvhost: fix dequeue zero copy
2017-04-19 Yuanhan Liuvhost: avoid memory write on net header when necessary
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: export APIs for live migration support
2017-04-01 Yuanhan Liuvhost: turn queue pair to vring
2017-04-01 Yuanhan Liuvhost: export API to translate gpa to vva
2017-04-01 Kevin Traynorvhost: fix false sharing
2017-01-30 Emmanuel Roullitvhost: do not GSO when no header is present
2017-01-28 Yuanhan Liuvhost: fix dead loop in enqueue path
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: 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 Maxime Coquelinvhost: access header only if offloading is supported
2016-10-13 Zhihong Wangvhost: fix Windows VM hang
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-10-12 Yuanhan Liuvhost: introduce last available index for dequeue
2016-09-28 Maxime Coquelinvhost: support indirect Tx descriptors
2016-09-13 Yuanhan Liuvhost: refactor code structure