summaryrefslogtreecommitdiff
path: root/drivers/net/virtio/virtqueue.c
AgeCommit message (Expand)Author
2024-07-05net/virtio: store desc IOVA address in vring structureSrujana Challa
2023-10-12net/virtio: fix descriptor addresses in 32-bit buildMaxime Coquelin
2023-02-09net/virtio: extract virtqueue init from virtio queue initMaxime Coquelin
2023-02-09net/virtio: alloc Rx SW ring only if vectorized pathMaxime Coquelin
2023-02-09net/virtio: refactor indirect desc headers initMaxime Coquelin
2023-02-09net/virtio: move vring memzone to virtqueue structMaxime Coquelin
2023-02-09net/virtio: refactor virtqueue headers allocationMaxime Coquelin
2022-01-11fix spelling in comments and stringsJosh Soref
2021-10-21net/virtio: fix indirect descriptor reconnectionXuan Ding
2021-01-29net/virtio: remove last PCI refs in non-PCI codeMaxime Coquelin
2021-01-29net/virtio: move features definition to generic headerMaxime Coquelin
2020-05-18net/virtio: fix unexpected event after reconnectMarvin Liu
2020-05-05virtio: use one way barrier for split vring used indexJoyce Kong
2020-05-05net/virtio: add parameter to enable vectorized pathMarvin Liu
2020-01-17net/virtio-user: fix packed ring server modeXuan Ding
2019-03-20net/virtio: drop redundant suffix in packed ring structureTiwei Bie
2019-03-20net/virtio: refactor virtqueue structureTiwei Bie
2018-12-21net/virtio: implement Rx path for packed queuesJens Freimann
2018-07-03net/virtio: free in-order descriptors before device startMarvin Liu
2018-01-29net/virtio: fix typo in function nameOlivier Matz
2018-01-29net/virtio: fix queue flushing with vector Rx enabledOlivier Matz
2018-01-16net/virtio: fix vector Rx flushingTiwei Bie
2018-01-04drivers: use SPDX tag for Intel copyright filesBruce Richardson
2017-10-24net/virtio: flush Rx queues on startTiwei Bie
2017-01-17net/virtio: add Rx interrupt enable/disable functionsJianfeng Tan
2015-07-19virtio: check virtqueue parameter when detachingBernard Iremonger
2015-05-22virtio: move to drivers/net/Bruce Richardson