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