net/virtio-user: fix status management
[dpdk.git] / drivers / net / virtio / virtio_user_ethdev.c
2020-07-29 Xiao Wangnet/virtio-user: fix status management
2020-07-11 Maxime Coquelinnet/virtio: support vhost-user protocol features
2020-05-11 Marvin Liunet/virtio: fix crash when device reconnecting
2020-05-11 David Marchandremove references to private PCI probe function
2020-05-05 Marvin Liunet/virtio: add vectorized packed ring Rx
2020-05-05 Marvin Liunet/virtio-user: add parameter to enable vectorized...
2020-05-05 Marvin Liunet/virtio: add parameter to enable vectorized path
2020-04-21 Ivan Dyukovnet/virtio-user: adding link speed parameter
2020-04-21 Ivan Dyukovnet/virtio-user: fix devargs parsing
2020-04-21 Stephen Hemmingernet/virtio: do not use PMD log type
2020-02-05 Tiwei Bienet/virtio-user: do not reset virtqueues for split...
2020-01-17 Xuan Dingnet/virtio-user: fix packed ring server mode
2019-07-23 Stephen Hemmingernet/virtio_user: remove redundant declaration
2019-06-20 Tiwei Bienet/virtio: release port upon close
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-03-29 Tiwei Bienet/virtio-user: fix multi-process support
2019-03-20 Tiwei Bienet/virtio: drop redundant suffix in packed ring structure
2019-01-24 Tiwei Bienet/virtio-user: fix control VQ
2019-01-14 Jens Freimannnet/virtio-user: support control VQ for packed
2019-01-14 Tiwei Bienet/virtio-user: fix packed vq option parsing
2018-12-21 Yuanhan Liunet/virtio-user: add option to use packed queues
2018-11-13 Tiwei Bienet/virtio-user: fix typo in error message
2018-11-05 Tiwei Bienet/virtio-user: fix device features for server mode
2018-11-05 Tiwei Bienet/virtio-user: do not make vhost channel non-block
2018-11-05 Tiwei Bienet/virtio: drop duplicated reset method
2018-10-26 Thomas Monjalonethdev: remove deprecated attach/detach functions
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-08-02 Tiwei Bienet/virtio-user: fix parameters string
2018-07-04 Maxime Coquelinnet/virtio: remove simple Tx path
2018-07-02 Marvin Liunet/virtio-user: add mrg-rxbuf and in-order vdev parameters
2018-07-02 Marvin Liunet/virtio-user: add unsupported features mask
2018-07-02 Marvin Liunet/virtio: add in-order feature bit definition
2018-05-14 Zhiyong Yangnet/virtio-user: fix multiple queues fail in server...
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-04-13 Zhiyong Yangnet/virtio-user: support server mode
2018-02-06 Sebastian Basierskinet/virtio-user: check error on clearing non block...
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-24 Sebastian Basierskinet/virtio: check error on setting non block flag
2017-10-10 Olivier Matznet/virtio: keep Rx handler whatever the Tx queue config
2017-07-16 Stephen Hemmingerdrivers/net: remove duplicate includes
2017-07-04 Yong Wangnet/virtio-user: fix comment
2017-07-04 Allain Legacynet/virtio-user: fix crash when detaching device
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