net/virtio: store PCI operators pointer locally
[dpdk.git] / drivers / net / virtio / virtio_pci.c
2017-01-17 Yuanhan Liunet/virtio: store PCI operators pointer locally
2016-10-03 Jan Viktorinpci: create device list and fallback on its members
2016-06-22 Jianfeng Tannet/virtio: hide vring address check inside PCI ops
2016-06-22 Huawei Xienet/virtio: fix crash when no devargs
2016-06-22 Huawei Xienet/virtio: split Rx/Tx queue
2016-06-15 David Marchandvirtio: fix PCI accesses for ppc64 in legacy mode
2016-06-13 Jan Viktorinpci: allow to override sysfs path
2016-05-10 Jianfeng Tanvirtio: fix overwritten driver flags
2016-03-14 Yuanhan Liuvirtio: fix query of legacy features
2016-03-09 Huawei Xievirtio: skip error when probing kernel managed device
2016-02-16 David Marchandvirtio: use PCI ioport API
2016-02-16 David Marchandvirtio: fix check when mapping PCI resources
2016-02-16 David Marchandvirtio: fix FreeBSD build
2016-02-10 Huawei Xieremove extra parentheses in return statement
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: move left PCI stuff in the right file
2016-02-03 Yuanhan Liuvirtio: introduce PCI implementation structure
2016-02-03 Yuanhan Liuvirtio: define offset as size_t type
2015-05-22 Bruce Richardsonvirtio: move to drivers/net/