aboutsummaryrefslogtreecommitdiff
path: root/include/linux/virtio_config.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2011-11-24virtio-pci: make reset operation saferGravatar Michael S. Tsirkin 1-0/+2
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsGravatar Rick Jones 1-0/+14
2011-11-02virtio_config: Add virtio_config_val_len()Gravatar Sasha Levin 1-0/+3
2011-05-30virtio: add full three-clause BSD text to headers.Gravatar Rusty Russell 1-1/+24
2011-01-24Remove MAYBE_BUILD_BUG_ONGravatar Rusty Russell 1-1/+4
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itGravatar Jan Beulich 1-2/+1
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Gravatar Rusty Russell 1-2/+1
2009-06-12virtio: teach virtio_has_feature() about transport featuresGravatar Mark McLoughlin 1-1/+3
2009-06-12virtio: find_vqs/del_vqs virtio operationsGravatar Michael S. Tsirkin 1-11/+36
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Gravatar Rusty Russell 1-2/+4
2008-07-25virtio: Rename set_features to finalize_featuresGravatar Rusty Russell 1-3/+4
2008-07-25virtio: Formally reserve bits 28-31 to be 'transport' features.Gravatar Rusty Russell 1-0/+6
2008-07-25virtio: clarify that ABI is usable by any implementationsGravatar Rusty Russell 1-0/+3
2008-05-30virtio: force callback on empty.Gravatar Rusty Russell 1-0/+4
2008-05-30virtio_config: fix len calculation of config elementsGravatar Christian Borntraeger 1-1/+1
2008-05-02virtio: explicit advertisement of driver featuresGravatar Rusty Russell 1-7/+29
2008-05-02virtio: change config to guest endian.Gravatar Rusty Russell 1-31/+16
2008-02-04virtio: reset functionGravatar Rusty Russell 1-0/+4
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Gravatar Rusty Russell 1-1/+1
2008-02-04virtio: simplify config mechanism.Gravatar Rusty Russell 1-52/+46
2007-10-23Virtio interfaceGravatar Rusty Russell 1-0/+111