summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* selinux: vsock: Set SID for socket returned by accept()David Brazdil2021-03-191-0/+1
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-092-7/+5
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-081-2/+2
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-061-4/+1
* net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek2021-02-061-1/+1
* vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-011-5/+12
* af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv2020-12-141-2/+7
* af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv2020-12-141-0/+12
* vsock_addr: Check for supported flag valuesAndra Paraschiv2020-12-141-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-3/+5
|\
| * vsock/virtio: discard packets only when socket is really closedStefano Garzarella2020-11-231-3/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+1
|\|
| * vsock: forward all packets to the host when no H2G is registeredStefano Garzarella2020-11-141-1/+1
* | vsock: fix the error return when an invalid ioctl command is usedColin Ian King2020-10-291-1/+1
* | vsock: remove ratelimit unknown ioctl messageColin Ian King2020-10-291-1/+0
|/
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-10-261-1/+1
* vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella2020-08-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella2020-07-151-1/+1
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
|/
* vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella2020-06-051-1/+1
* virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He2020-05-301-0/+8
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-05-271-1/+1
* vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella2020-04-271-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-273-13/+12
|\
| * vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-273-13/+12
* | net: virtio_vsock: Enhance connection semanticsSebastien Boeuf2020-02-161-0/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-59/+6
|\
| * hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-01-141-59/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-6/+19
|\|
| * vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella2019-12-161-2/+15
| * vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella2019-12-161-4/+4
* | vsock/virtio: remove loopback handlingStefano Garzarella2019-12-111-59/+2
* | vsock: use local transport when it is loadedStefano Garzarella2019-12-111-5/+23
* | vsock: add vsock_loopback transportStefano Garzarella2019-12-113-0/+193
* | vsock: add local transport support in the vsock coreStefano Garzarella2019-12-111-1/+16
* | vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella2019-12-111-1/+1
* | vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella2019-12-111-3/+0
|/
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+20
|\
| * hv_sock: Add the support of hibernationDexuan Cui2019-11-211-0/+20
* | vsock: avoid to assign transport if its initialization failsStefano Garzarella2019-11-211-1/+8
* | vsock: fix bind() behaviour taking care of CIDStefano Garzarella2019-11-141-2/+8
* | vsock: prevent transport modules unloadingStefano Garzarella2019-11-144-4/+21
* | vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-141-11/+22
* | vsock: add multi-transports supportStefano Garzarella2019-11-145-89/+282
* | hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella2019-11-141-1/+2
* | vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella2019-11-141-4/+9
* | vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-144-13/+16
* | vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-146-199/+56