summaryrefslogtreecommitdiffstats
path: root/include/linux/virtio.h
AgeCommit message (Expand)Author
2018-05-01virtio: add ability to iterate over vqsMichael S. Tsirkin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-09virtio: virtio_driver docCornelia Huck
2017-05-02virtio: allow extra context per descriptorMichael S. Tsirkin
2017-04-07virtio: allow drivers to validate featuresMichael S. Tsirkin
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend
2016-03-02virtio: Add improved queue allocation APIAndy Lutomirski
2015-04-15virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin
2014-12-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin
2014-12-09virtio_balloon: add legacy_only flagMichael S. Tsirkin
2014-12-09virtio: add legacy feature table supportMichael S. Tsirkin
2014-12-09virtio: allow transports to get avail/used addressesCornelia Huck
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin
2014-11-11virtio: Fix comment typo 'CONFIG_S_FAILED'Paul Bolle
2014-10-15virtio: defer config changed notificationsMichael S. Tsirkin
2014-10-15virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin
2014-04-28virtio: virtio_break_device() to mark all virtqueues broken.Rusty Russell
2013-10-29virtio_ring: add new function virtqueue_is_broken()Heinz Graalfs
2013-10-29virtio_ring: let virtqueue_{kick()/notify()} return a boolHeinz Graalfs
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin
2013-05-20virtio: remove virtqueue_add_buf().Rusty Russell
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-03-22virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell
2013-03-20virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.Rusty Russell
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell
2013-03-20virtio: Introduce vringh wrappers in virtio_configSjur Brændeland
2013-02-13virtio: Add module driver macro for virtio drivers.Sjur Brændeland
2013-02-11virtio: make config_ops constStephen Hemminger
2012-12-18virtio: add drv_to_virtio to make code clearlyWanlong Gao
2012-12-18virtio: use dev_to_virtio wrapper in virtioWanlong Gao
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang
2012-07-20[SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN sca...Nicholas Bellinger
2012-03-31virtio: drop thaw PM operationAmit Shah
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah
2012-01-12virtio: support unlocked queue kickRusty Russell
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2012-01-12virtio: document functions better.Rusty Russell
2011-11-02virtio.h: correct comment for struct virtio_driverWang Sheng-Hui
2011-10-24Add ethtool -g support to virtio_netRick Jones
2011-05-30virtio: add api for delayed callbacksMichael S. Tsirkin
2010-05-19virtio: add_buf_gfpMichael S. Tsirkin
2010-05-19virtio_ring: remove a level of indirectionMichael S. Tsirkin
2010-05-19virtio: add virtqueue_ vq_ops wrappersMichael S. Tsirkin
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V