net/virtio: fix avail descriptor ID
[dpdk.git] / drivers / net / virtio / virtqueue.h
2021-10-21 Xuan Dingnet/virtio: fix avail descriptor ID
2021-10-21 Ivan Malovnet/virtio: fix Tx checksum for tunnel packets
2021-09-30 Maxime Coquelinnet/virtio: revert forcing IOVA as VA mode for virtio...
2021-09-28 Ivan Ilchenkonet/virtio: fix Tx cleanup functions to have same signature
2021-05-04 David Marchandnet/virtio: refactor Tx offload helper
2021-05-04 David Marchandnet/virtio: do not touch Tx offload flags
2021-03-31 Maxime Coquelinnet/virtio: pack virtqueue structure
2021-03-31 Maxime Coquelinnet/virtio: remove reference to virtqueue in vrings
2021-01-29 Maxime Coquelinnet/virtio: remove last PCI refs in non-PCI code
2021-01-29 Maxime Coquelinnet/virtio: move features definition to generic header
2021-01-29 Maxime Coquelinnet/virtio: introduce generic virtio header
2021-01-29 Maxime Coquelinnet/virtio: pack virtio HW struct
2021-01-29 Maxime Coquelinnet/virtio: force IOVA as VA mode for virtio-user
2021-01-08 Joyce Kongnet/virtio: replace full barrier with thread fence
2021-01-08 Joyce Kongnet/virtio: replace SMP barrier with IO barrier
2020-10-16 Marvin Liunet/virtio: fix indirect desc length
2020-09-30 Marvin Liunet/virtio: fix indirect descriptors in packed datapaths
2020-09-30 Marvin Liunet/virtio: fix packed ring indirect descricptors setup
2020-09-23 Phil Yangeal: remove deprecated coherent IO memory barriers
2020-09-18 Vipul Ashrinet/virtio: fix variable assignment in helper macro
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring avail index
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring used index
2020-05-05 Marvin Liunet/virtio: reuse packed ring functions
2020-05-05 Marvin Liunet/virtio: add Rx free threshold setting
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-16 Thomas Monjalonreplace alignment attributes
2020-01-17 Xuan Dingnet/virtio-user: fix packed ring server mode
2019-10-23 Joyce Kongnet/virtio: improve perf via one-way barriers on used...
2019-10-23 Joyce Kongnet/virtio: improve perf via one-way barrier on avail...
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-03-29 Tiwei Bienet/virtio: define avail and used flags as constants
2019-03-20 Tiwei Bienet/virtio: add interrupt helper for split ring
2019-03-20 Tiwei Bienet/virtio: drop unused field in Tx region structure
2019-03-20 Tiwei Bienet/virtio: drop redundant suffix in packed ring structure
2019-03-20 Tiwei Bienet/virtio: refactor virtqueue structure
2019-03-20 Tiwei Bienet/virtio: optimize flags update for packed ring
2019-03-20 Tiwei Bienet/virtio: fix interrupt helper for packed ring
2019-01-24 Tiwei Bienet/virtio: fix control VQ
2019-01-14 Jens Freimannnet/virtio: check head desc with correct wrap counter
2019-01-14 Ilya Maximetsnet/virtio: support platform memory ordering
2019-01-14 Ilya Maximetsnet/virtio: update memory ordering comment for VQ notify
2019-01-14 Ilya Maximetsnet/virtio: add barrier before reading the flags
2018-12-21 Jens Freimannnet/virtio: implement Tx path for packed queues
2018-12-21 Jens Freimannnet/virtio: dump packed virtqueue data
2018-12-21 Jens Freimannnet/virtio: vring init for packed queues
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue helpers
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue defines
2018-07-02 Marvin Liunet/virtio: free in-order descriptors before device...
2018-01-29 Olivier Matznet/virtio: fix typo in function name
2018-01-29 Olivier Matznet/virtio: fix queue flushing with vector Rx enabled
2018-01-21 Xiao Wangnet/virtio: support guest announce
2018-01-16 Tiwei Bienet/virtio: remove a redundant macro definition for...
2018-01-16 Tiwei Bienet/virtio: fix vector Rx flushing
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-24 Tiwei Bienet/virtio: flush Rx queues on start
2017-10-10 Zhiyong Yangnet/virtio: fix indent
2017-04-19 Jianfeng Tannet/virtio-user: fix address on 32-bit system
2017-01-17 Jianfeng Tannet/virtio: add Rx interrupt enable/disable functions
2017-01-17 Yuanhan Liunet/virtio: store PCI operators pointer locally
2016-11-07 Yuanhan Liunet/virtio: allocate queue at init stage
2016-11-07 Yuanhan Liunet/virtio: simplify queue allocation
2016-10-13 Olivier Matznet/virtio: support Rx checksum offload
2016-07-22 Jianfeng Tannet/virtio-user: fix inconsistent name
2016-07-21 Olivier Matznet/virtio: fix packet corruption
2016-06-22 Jianfeng Tannet/virtio: allow virtual address to fill vring descriptors
2016-06-22 Huawei Xienet/virtio: split Rx/Tx queue
2016-05-10 Jianfeng Tanvirtio: fix memory leak of virtqueue memzones
2016-05-10 Huawei Xievirtio: optimize avail ring update
2016-03-16 Stephen Hemmingervirtio: use indirect ring elements
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-02-03 Yuanhan Liuvirtio: support specification 1.0
2016-02-03 Yuanhan Liuvirtio: introduce PCI implementation structure
2015-11-18 Jerin Jacobeal: introduce SMP memory barriers
2015-11-02 Harry van Haarenvirtio: add extended stats
2015-11-02 Huawei Xievirtio: add vector Rx
2015-11-02 Huawei Xievirtio: fill Rx avail ring with blank mbufs
2015-06-12 Stephen Hemmingervirtio: clarify feature bit handling
2015-05-22 Bruce Richardsonvirtio: move to drivers/net/