aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-29virtio_ring: add new function virtqueue_is_broken()Heinz Graalfs1-0/+2
2013-10-29virtio_ring: let virtqueue_{kick()/notify()} return a boolHeinz Graalfs1-2/+2
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin1-0/+4
2013-05-20virtio: remove virtqueue_add_buf().Rusty Russell1-7/+0
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+20
2013-03-22virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell1-6/+0
2013-03-20virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.Rusty Russell1-0/+10
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell1-0/+7
2013-03-20virtio: Introduce vringh wrappers in virtio_configSjur Brændeland1-0/+3
2013-02-13virtio: Add module driver macro for virtio drivers.Sjur Brændeland1-0/+9
2013-02-11virtio: make config_ops constStephen Hemminger1-1/+1
2012-12-18virtio: add drv_to_virtio to make code clearlyWanlong Gao1-0/+5
2012-12-18virtio: use dev_to_virtio wrapper in virtioWanlong Gao1-1/+5
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell1-1/+13
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang1-0/+2
2012-07-20[SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN scanningNicholas Bellinger1-0/+1
2012-03-31virtio: drop thaw PM operationAmit Shah1-1/+0
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah1-0/+5
2012-01-12virtio: support unlocked queue kickRusty Russell1-0/+4
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-15/+6
2012-01-12virtio: document functions better.Rusty Russell1-47/+0
2011-11-02virtio.h: correct comment for struct virtio_driverWang Sheng-Hui1-2/+2
2011-10-24Add ethtool -g support to virtio_netRick Jones1-0/+5
2011-05-30virtio: add api for delayed callbacksMichael S. Tsirkin1-0/+9
2010-05-19virtio: add_buf_gfpMichael S. Tsirkin1-5/+17
2010-05-19virtio_ring: remove a level of indirectionMichael S. Tsirkin1-53/+18
2010-05-19virtio: add virtqueue_ vq_ops wrappersMichael S. Tsirkin1-0/+34
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V1-0/+1
2010-02-24virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+4
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-4/+8
2009-06-12virtio: fix obsolete documentation on probe functionRusty Russell1-2/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-0/+7
2008-04-07virtio: remove overzealous BUG_ON.Rusty Russell1-1/+4
2008-03-17virtio: fix race in enable_cbChristian Borntraeger1-2/+3
2008-02-04virtio: reset functionRusty Russell1-5/+0
2008-02-04virtio: configuration change callbackRusty Russell1-0/+3
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-5/+6
2007-10-23Virtio interfaceRusty Russell1-0/+110