aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-16vhost: move features to coreMichael S. Tsirkin1-2/+1
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+14
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-3/+3
2015-02-27vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin1-1/+2
2015-02-27vhost: cleanup iterator update logicMichael S. Tsirkin1-10/+12
2015-02-15vhost_net: fix wrong iter offset when setting number of buffersJason Wang1-5/+6
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2015-02-04vhost/net: fix up num_buffers endian-nessMichael S. Tsirkin1-1/+3
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro1-59/+23
2015-02-04vhost: don't bother with copying iovec in handle_tx()Al Viro1-4/+5
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2015-01-07vhost/net: length miscalculationMichael S. Tsirkin1-1/+1
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