summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c
Commit message (Expand)AuthorAgeFilesLines
* virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman2023-01-161-125/+89
* vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can2022-12-281-1/+8
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-09-291-1/+1
* vhost: rename vhost_work_dev_flushMike Christie2022-05-311-1/+1
* vhost_vsock: simplify vhost_vsock_flush()Andrey Ryabinin2022-05-311-5/+0
* vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin2022-05-311-1/+1
* vsock: each transport cycles only on its own socketsJiyong Park2022-03-111-1/+2
* vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella2022-02-231-7/+14
* vhost/vsock: cleanup removing `len` variableStefano Garzarella2021-11-241-5/+1
* vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella2021-11-241-1/+1
* vhost/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-9/+13
* virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-6/+6
* vhost: remove work arg from vhost_work_flushMike Christie2021-07-031-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* vhost/vsock: support SEQPACKET for transportArseny Krasnov2021-06-111-4/+52
* vhost/vsock: add IOTLB API supportStefano Garzarella2020-12-271-3/+65
* vhost: allow device that does not depend on vhost workerJason Wang2020-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-061-5/+11
|\
| * vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella2020-04-271-0/+6
| * vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella2020-04-271-5/+5
* | vhost: vsock: kick send_pkt worker once device is startedJia He2020-05-021-0/+5
|/
* vhost: Create accessors for virtqueues private_dataEugenio Pérez2020-04-161-7/+7
* vhost: allow per device message handlerJason Wang2020-04-011-1/+1
* vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-11/+1
|\
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* | vhost/vsock: refuse CID assigned to the guest->host transportStefano Garzarella2019-11-141-0/+6
* | vsock: prevent transport modules unloadingStefano Garzarella2019-11-141-0/+2
* | vsock: add multi-transports supportStefano Garzarella2019-11-141-2/+3
* | vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-141-6/+1
* | vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-141-47/+47
|/
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-07-301-18/+48
* vsock/virtio: limit the memory used per-socketStefano Garzarella2019-07-301-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
* vhost: vsock: add weight supportJason Wang2019-05-271-6/+10
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-271-1/+11
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-281-1/+1
* vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-01-111-1/+1
* vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-191-8/+8
* vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi2018-12-061-24/+33
* vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-061-7/+15
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-061-0/+11
|\
| * vhost: add vsock compat ioctlSonny Rao2018-03-201-0/+11
* | drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute2018-03-091-2/+2
|/
* vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-011-1/+1
* vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-141-0/+2
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* vhost/vsock: use static minor numberStefan Hajnoczi2017-05-181-1/+3
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-081-6/+3