pci: remove eal prefix
[dpdk.git] / drivers / net / virtio / virtio_user_ethdev.c
2017-05-05 Thomas Monjalonpci: remove eal prefix
2017-04-18 Jan Blunckdrivers/net: use ethdev allocation helper for vdev
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-04-14 Ami Sabonet/virtio-user: fix multi-process attach
2017-04-01 Jianfeng Tannet/virtio-user: support LSC
2017-04-01 Jianfeng Tannet/virtio-user: support to report net status
2017-04-01 Jianfeng Tannet/virtio-user: support Rx interrupt
2017-04-01 Wenfeng Liunet/virtio-user: support changing tap interface name
2017-04-01 Wenfeng Liunet/virtio-user: fix overflow
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-17 David Marchandnet: align ethdev and eal driver names
2017-01-17 Jianfeng Tannet/virtio-user: fix not properly reset device
2017-01-17 Jianfeng Tannet/virtio-user: fix wrongly get/set features
2017-01-17 Yuanhan Liunet/virtio: fix multiple process support
2017-01-17 Yuanhan Liunet/virtio: store PCI operators pointer locally
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-10-25 Jan Bluncknet: register aliases for renamed vdev drivers
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-06 Shreyansh Jainvdev: rename init/uninit ops to probe/remove
2016-09-28 Jerin Jacobnet/virtio: cleanup conditional compilation
2016-09-28 Jianfeng Tannet/virtio_user: fix error management during init
2016-10-03 Jan Viktorineal: remove unused PMD types
2016-10-03 Jan Viktorindrivers: use vdev registration
2016-10-03 David Marchandethdev: get rid of device type
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-22 Jianfeng Tannet/virtio-user: fix inconsistent name
2016-07-15 Maxime Coquelinnet/virtio-user: fix build with gcc 6
2016-07-05 Jianfeng Tannet/virtio-user: fix resource leaks
2016-07-05 Jianfeng Tannet/virtio-user: fix return value not checked
2016-07-10 Pablo de Laradrivers: add virtio and xenvirt parameters infos
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-23 Thomas Monjalonnet/virtio-user: fix 32-bit build
2016-06-22 Jianfeng Tannet/virtio-user: handle control queue in driver
2016-06-22 Jianfeng Tannet/virtio-user: add virtual device
2016-06-22 Jianfeng Tannet/virtio-user: add new virtual PCI driver