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