summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
2023-01-14net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye1-0/+1
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-03-23vsock: each transport cycles only on its own socketsJiyong Park3-5/+16
2022-02-23vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee1-0/+1
2021-12-22virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang1-1/+2
2021-11-18vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata1-0/+2
2021-08-18vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-07-19vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-05-14vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-05-14vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-03-30selinux: vsock: Set SID for socket returned by accept()David Brazdil1-0/+1
2021-02-17vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-17vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-17net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-17net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek1-1/+1
2021-02-04vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2020-11-24vsock/virtio: discard packets only when socket is really closedStefano Garzarella1-3/+5
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella1-1/+1
2020-10-27vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella1-1/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-16vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella1-1/+1
2020-06-05vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella1-1/+1
2020-05-31virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella1-1/+1
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella1-0/+4
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+12
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella3-13/+12
2020-02-17net: virtio_vsock: Enhance connection semanticsSebastien Boeuf1-0/+1
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-59/+6
2020-01-14hv_sock: Remove the accept port restrictionSunil Muthuswamy1-59/+6
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+19
2019-12-17vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella1-2/+15
2019-12-17vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella1-4/+4
2019-12-12vsock/virtio: remove loopback handlingStefano Garzarella1-59/+2
2019-12-12vsock: use local transport when it is loadedStefano Garzarella1-5/+23
2019-12-12vsock: add vsock_loopback transportStefano Garzarella3-0/+193
2019-12-12vsock: add local transport support in the vsock coreStefano Garzarella1-1/+16
2019-12-12vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella1-1/+1
2019-12-12vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella1-3/+0
2019-12-01Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+20
2019-11-22hv_sock: Add the support of hibernationDexuan Cui1-0/+20
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella1-1/+8
2019-11-15vsock: fix bind() behaviour taking care of CIDStefano Garzarella1-2/+8
2019-11-15vsock: prevent transport modules unloadingStefano Garzarella4-4/+21
2019-11-15vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-11/+22