summaryrefslogtreecommitdiff
path: root/drivers/vhost/net.c
AgeCommit message (Expand)Author
2018-07-22vhost_net: validate sock before trying to put its fdJason Wang
2018-02-16vhost_net: stop device during reset ownerJason Wang
2015-09-16vhost: move features to coreMichael S. Tsirkin
2015-04-11new helper: msg_data_left()Al Viro
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-27vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin
2015-02-27vhost: cleanup iterator update logicMichael S. Tsirkin
2015-02-15vhost_net: fix wrong iter offset when setting number of buffersJason Wang
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04vhost/net: fix up num_buffers endian-nessMichael S. Tsirkin
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro
2015-02-04vhost: don't bother with copying iovec in handle_tx()Al Viro
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-07vhost/net: length miscalculationMichael S. Tsirkin
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09vhost/net: enable virtio 1.0Michael S. Tsirkin
2014-12-09vhost/net: larger header for virtio 1.0Michael S. Tsirkin
2014-12-09vhost/net: virtio 1.0 byte swapMichael S. Tsirkin
2014-12-09vhost/net: force len for TX to host endianMichael S. Tsirkin
2014-06-23vhost-net: don't open-code kvfreeRomain Francoise
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin
2014-06-09vhost-net: extend device allocation to vmallocMichael S. Tsirkin
2014-04-01vhost: don't open-code sockfd_put()Al Viro
2014-03-28vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin
2014-03-28vhost: fix total length when packets are too shortMichael S. Tsirkin
2014-02-13vhost: fix a theoretical race in device cleanupMichael S. Tsirkin
2014-02-13vhost: fix ref cnt checking deadlockMichael S. Tsirkin
2013-12-06vhost: remove the dead branchZhi Yong Wu
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