aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi1-2/+2
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2012-05-11vhost-net: fix handle_rx buffer sizeBasil Gor1-1/+6
2012-05-02vhost_net: zerocopy: adding and signalling immediately when fully copiedJason Wang1-0/+2
2012-05-02vhost_net: re-poll only on EAGAIN or ENOBUFSJason Wang1-1/+2
2012-05-02vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufsJason Wang1-1/+1
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin1-1/+1
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin1-1/+1
2012-01-13vhost-net: add module alias (v2.1)stephen hemminger1-3/+5
2011-07-21vhost: handle wrap around in # of bufs mathShirley Ma1-3/+9
2011-07-21vhost-net: update used ring on backend changeMichael S. Tsirkin1-1/+5
2011-07-19vhost: init used ring after backend was setJason Wang1-0/+4
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin1-1/+76
2011-05-30vhost: support event indexMichael S. Tsirkin1-6/+6
2011-03-13vhost-net: remove unlocked use of receive_queueMichael S. Tsirkin1-1/+1
2011-03-13vhost: lock receive queue, not the socketJason Wang1-3/+4
2011-03-13vhost-net: Unify the code of mergeable and big buffer handlingJason Wang1-121/+7
2011-03-13vhost-net: check the support of mergeable buffer outside the receive loopJason Wang1-2/+3
2011-03-08vhost: Cleanup vhost.c and net.cKrishna Kumar1-7/+12
2011-02-01vhost: rcu annotation fixupMichael S. Tsirkin1-4/+5
2010-12-14Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-8/+1