aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+3
2014-12-09put iov_iter into msghdrAl Viro1-5/+3
2014-12-09vhost/net: enable virtio 1.0Michael S. Tsirkin1-1/+2
2014-12-09vhost/net: larger header for virtio 1.0Michael S. Tsirkin1-1/+2
2014-12-09vhost/net: virtio 1.0 byte swapMichael S. Tsirkin1-5/+10
2014-12-09vhost/net: force len for TX to host endianMichael S. Tsirkin1-5/+5
2014-06-23vhost-net: don't open-code kvfreeRomain Francoise1-10/+2
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin1-2/+2
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin1-5/+3
2014-06-09vhost-net: extend device allocation to vmallocMichael S. Tsirkin1-5/+18
2014-04-01vhost: don't open-code sockfd_put()Al Viro1-7/+7
2014-03-28vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin1-1/+5
2014-03-28vhost: fix total length when packets are too shortMichael S. Tsirkin1-0/+14
2014-02-13vhost: fix a theoretical race in device cleanupMichael S. Tsirkin1-0/+6
2014-02-13vhost: fix ref cnt checking deadlockMichael S. Tsirkin1-21/+20
2013-12-06vhost: remove the dead branchZhi Yong Wu1-7/+2
2013-09-03vhost_net: correctly limit the max pending buffersJason Wang1-11/+7
2013-09-03vhost_net: poll vhost queue after marking DMA is doneJason Wang1-4/+5
2013-09-03vhost_net: determine whether or not to use zerocopy at one timeJason Wang1-27/+20
2013-09-03vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used()Jason Wang1-5/+8
2013-09-03vhost_net: make vhost_zerocopy_signal_used() return voidJason Wang1-3/+2
2013-07-11vhost: Remove custom vhost rcu usageAsias He1-10/+6
2013-07-11vhost-net: Always access vq->private_data under vq mutexAsias He1-11/+10
2013-07-07vhost: Make local function staticAsias He1-2/+2
2013-07-07vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin1-2/+7
2013-06-11vhost: fix ubuf_info cleanupMichael S. Tsirkin1-15/+7
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin1-0/+4
2013-06-10vhost_net: clear msg.control for non-zerocopy case during txJason Wang1-1/+2
2013-05-06vhost-net: Cleanup vhost_ubuf and vhost_zcopyAsias He1-28/+30
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He1-0/+6
2013-05-06vhost-net: Free ubuf when vhost_dev_set_owner failsAsias He1-6/+32
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin1-1/+7
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin1-16/+27
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He1-23/+141
2013-05-01vhost: Allow device specific fields per vqAsias He1-23/+41
2013-04-11vhost_net: remove tx polling stateJason Wang1-68/+6
2013-03-17vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin1-1/+2
2013-01-29vhost_net: handle polling errors when setting backendJason Wang1-9/+18
2013-01-29vhost_net: correct error handling in vhost_net_set_backend()Jason Wang1-5/+11
2012-12-06vhost-net: enable zerocopy tx by defaultMichael S. Tsirkin1-2/+3
2012-12-06vhost-net: skip head management if no outstandingMichael S. Tsirkin1-4/+7
2012-12-06vhost-net: flush outstanding DMAs on memory changeMichael S. Tsirkin1-9/+19
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin1-2/+5
2012-12-03vhost-net: initialize zcopy packet countersMichael S. Tsirkin1-0/+3
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-11-02vhost-net: reduce vq polling on tx zerocopyMichael S. Tsirkin1-2/+12
2012-11-02vhost-net: select tx zero copy dynamicallyMichael S. Tsirkin1-8/+53
2012-11-02vhost: move -net specific code outMichael S. Tsirkin1-0/+45
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin1-1/+2
2012-10-24vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin1-1/+2