net: add rte prefix to ether defines
[dpdk.git] / drivers / net / virtio / virtqueue.h
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/