aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
* vhost_net: correctly limit the max pending buffersJason Wang2013-09-031-11/+7
* vhost_net: poll vhost queue after marking DMA is doneJason Wang2013-09-031-4/+5
* vhost_net: determine whether or not to use zerocopy at one timeJason Wang2013-09-031-27/+20
* vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used()Jason Wang2013-09-031-5/+8
* vhost_net: make vhost_zerocopy_signal_used() return voidJason Wang2013-09-031-3/+2
* vhost: Remove custom vhost rcu usageAsias He2013-07-111-10/+6
* vhost-net: Always access vq->private_data under vq mutexAsias He2013-07-111-11/+10
* vhost: Make local function staticAsias He2013-07-071-2/+2
* vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin2013-07-071-2/+7
* vhost: fix ubuf_info cleanupMichael S. Tsirkin2013-06-111-15/+7
* vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin2013-06-111-0/+4
* vhost_net: clear msg.control for non-zerocopy case during txJason Wang2013-06-101-1/+2
* vhost-net: Cleanup vhost_ubuf and vhost_zcopyAsias He2013-05-061-28/+30
* vhost: Move VHOST_NET_FEATURES to net.cAsias He2013-05-061-0/+6
* vhost-net: Free ubuf when vhost_dev_set_owner failsAsias He2013-05-061-6/+32
* vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin2013-05-011-1/+7
* vhost: move per-vq net specific fields out to netMichael S. Tsirkin2013-05-011-16/+27
* vhost: move vhost-net zerocopy fields to net.cAsias He2013-05-011-23/+141
* vhost: Allow device specific fields per vqAsias He2013-05-011-23/+41
* vhost_net: remove tx polling stateJason Wang2013-04-111-68/+6
* vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin2013-03-171-1/+2
* vhost_net: handle polling errors when setting backendJason Wang2013-01-291-9/+18
* vhost_net: correct error handling in vhost_net_set_backend()Jason Wang2013-01-291-5/+11
* vhost-net: enable zerocopy tx by defaultMichael S. Tsirkin2012-12-061-2/+3
* vhost-net: skip head management if no outstandingMichael S. Tsirkin2012-12-061-4/+7
* vhost-net: flush outstanding DMAs on memory changeMichael S. Tsirkin2012-12-061-9/+19
* vhost: avoid backend flush on vring opsMichael S. Tsirkin2012-12-061-2/+5
* vhost-net: initialize zcopy packet countersMichael S. Tsirkin2012-12-031-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+2
|\
| * vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin2012-10-241-1/+2
* | vhost-net: reduce vq polling on tx zerocopyMichael S. Tsirkin2012-11-021-2/+12
* | vhost-net: select tx zero copy dynamicallyMichael S. Tsirkin2012-11-021-8/+53
* | vhost: move -net specific code outMichael S. Tsirkin2012-11-021-0/+45
* | vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin2012-11-021-1/+2
|/
* vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi2012-07-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-1/+6
|\
| * vhost-net: fix handle_rx buffer sizeBasil Gor2012-05-111-1/+6
* | vhost_net: zerocopy: adding and signalling immediately when fully copiedJason Wang2012-05-021-0/+2
* | vhost_net: re-poll only on EAGAIN or ENOBUFSJason Wang2012-05-021-1/+2
* | vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufsJason Wang2012-05-021-1/+1
|/
* skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-131-1/+1
* vhost: fix release path lockdep checksMichael S. Tsirkin2012-02-281-1/+1
* vhost-net: add module alias (v2.1)stephen hemminger2012-01-131-3/+5
* vhost: handle wrap around in # of bufs mathShirley Ma2011-07-211-3/+9
* vhost-net: update used ring on backend changeMichael S. Tsirkin2011-07-211-1/+5
* vhost: init used ring after backend was setJason Wang2011-07-191-0/+4
* vhost: vhost TX zero-copy supportMichael S. Tsirkin2011-07-181-1/+76
* vhost: support event indexMichael S. Tsirkin2011-05-301-6/+6
* vhost-net: remove unlocked use of receive_queueMichael S. Tsirkin2011-03-131-1/+1
* vhost: lock receive queue, not the socketJason Wang2011-03-131-3/+4