aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30vsock/vmci: Remove redundant assignment to errYang Li1-2/+0
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-11/+20
2021-04-20vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-04-19vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-03-28net: vsock: Fix a typoLu Wei1-1/+1
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil1-0/+1
2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-08vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-06net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-06net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek1-1/+1
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-12-14vsock_addr: Check for supported flag valuesAndra Paraschiv1-1/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella1-3/+5
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella1-1/+1
2020-10-29vsock: fix the error return when an invalid ioctl command is usedColin Ian King1-1/+1
2020-10-29vsock: remove ratelimit unknown ioctl messageColin Ian King1-1/+0
2020-10-26vsock: 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-15vsock/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-30virtio_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-27Merge 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-16net: virtio_vsock: Enhance connection semanticsSebastien Boeuf1-0/+1
2020-01-19Merge 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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+19
2019-12-16vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella1-2/+15
2019-12-16vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella1-4/+4
2019-12-11vsock/virtio: remove loopback handlingStefano Garzarella1-59/+2
2019-12-11vsock: use local transport when it is loadedStefano Garzarella1-5/+23
2019-12-11vsock: add vsock_loopback transportStefano Garzarella3-0/+193
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella1-1/+16
2019-12-11vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella1-1/+1
2019-12-11vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella1-3/+0
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+20
2019-11-21hv_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-14vsock: fix bind() behaviour taking care of CIDStefano Garzarella1-2/+8
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella4-4/+21
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-11/+22