aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_config.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-52/+1
2012-09-28virtio: support reserved vqsMichael S. Tsirkin1-0/+2
2012-09-28virtio: introduce an API to set affinity for a virtqueueJason Wang1-0/+21
2012-05-22virtio: fix typo in commentChen Baozi1-10/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin1-0/+2
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones1-0/+14
2011-11-02virtio_config: Add virtio_config_val_len()Sasha Levin1-0/+3
2011-05-30virtio: add full three-clause BSD text to headers.Rusty Russell1-1/+24
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell1-1/+4
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich1-2/+1
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell1-2/+1
2009-06-12virtio: teach virtio_has_feature() about transport featuresMark McLoughlin1-1/+3
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-11/+36
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-2/+4
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell1-3/+4
2008-07-25virtio: Formally reserve bits 28-31 to be 'transport' features.Rusty Russell1-0/+6
2008-07-25virtio: clarify that ABI is usable by any implementationsRusty Russell1-0/+3
2008-05-30virtio: force callback on empty.Rusty Russell1-0/+4
2008-05-30virtio_config: fix len calculation of config elementsChristian Borntraeger1-1/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-7/+29
2008-05-02virtio: change config to guest endian.Rusty Russell1-31/+16
2008-02-04virtio: reset functionRusty Russell1-0/+4
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-1/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-52/+46
2007-10-23Virtio interfaceRusty Russell1-0/+111