net: add rte prefix to ether defines
[dpdk.git] / drivers / net / virtio / virtio_pci.h
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-01-14 Ilya Maximetsnet/virtio: support platform memory ordering
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue helpers
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue defines
2018-11-05 Chas Williamsnet/virtio: do not re-enter clean up routines
2018-11-05 Tiwei Bienet/virtio: drop duplicated reset method
2018-07-04 Maxime Coquelinnet/virtio: improve offload check performance
2018-07-04 Maxime Coquelinnet/virtio: remove simple Tx path
2018-07-02 Marvin Liunet/virtio: add in-order feature bit definition
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Xiao Wangnet/virtio: add packet injection method
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-11 Zhiyong Yangnet/virtio: fix Rx interrupt with VFIO
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-10 Olivier Matznet/virtio: keep Rx handler whatever the Tx queue config
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-04-28 Jianfeng Tannet/virtio: fix LSC setting
2017-04-19 Yuanhan Liunet/virtio: fix link status always being up
2017-04-01 Maxime Coquelinnet/virtio: support MTU feature
2017-04-01 Wenfeng Liunet/virtio-user: fix overflow
2017-01-17 Jianfeng Tannet/virtio: add PCI operation for queue/irq binding
2017-01-17 Jianfeng Tannet/virtio: invoke method directly for setting IRQ...
2017-01-17 Yuanhan Liunet/virtio: do not store PCI device pointer at shared...
2017-01-17 Yuanhan Liunet/virtio: access interrupt handler directly
2017-01-17 Yuanhan Liunet/virtio: fix multiple process support
2017-01-17 Yuanhan Liunet/virtio: store IO port info locally
2017-01-17 Yuanhan Liunet/virtio: store PCI operators pointer locally
2016-12-25 Jan Bluncknet/virtio: add helper to get interrrupt handle
2016-11-07 Yuanhan Liunet/virtio: remove started field
2016-11-07 Yuanhan Liunet/virtio: allocate queue at init stage
2016-10-13 Olivier Matznet/virtio: reinitialize device when configuring
2016-10-13 Olivier Matznet/virtio: move control queue configuration
2016-10-11 Jason Wangnet/virtio: support IOMMU platform
2016-10-11 Jason Wangnet/virtio: support modern device id
2016-09-28 Jerin Jacobnet/virtio: cleanup conditional compilation
2016-06-22 Jianfeng Tannet/virtio-user: add new virtual PCI driver
2016-06-22 Jianfeng Tannet/virtio: hide vring address check inside PCI ops
2016-06-22 Huawei Xienet/virtio: split Rx/Tx queue
2016-05-10 Jianfeng Tanvirtio: fix overwritten driver flags
2016-02-16 David Marchandvirtio: use PCI ioport API
2016-02-03 Yuanhan Liuvirtio: move ioport macros
2016-02-03 Yuanhan Liuvirtio: support specification 1.0
2016-02-03 Yuanhan Liuvirtio: switch to 64 bit features
2016-02-03 Yuanhan Liuvirtio: introduce PCI implementation structure
2016-02-03 Yuanhan Liuvirtio: define offset as size_t type
2015-06-12 Stephen Hemmingervirtio: clarify feature bit handling
2015-05-22 Bruce Richardsonvirtio: move to drivers/net/