summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella2021-06-181-5/+2
* vsock: rename vsock_wait_data()Stefano Garzarella2021-06-181-6/+8
* vsock: rename vsock_has_data()Stefano Garzarella2021-06-181-2/+2
* vsock/loopback: enable SEQPACKET for transportArseny Krasnov2021-06-111-0/+12
* virtio/vsock: enable SEQPACKET for transportArseny Krasnov2021-06-111-0/+26
* virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov2021-06-111-2/+39
* virtio/vsock: add SEQPACKET receive logicArseny Krasnov2021-06-111-3/+31
* virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov2021-06-111-0/+84
* virtio/vsock: simplify credit update function APIArseny Krasnov2021-06-111-4/+3
* virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov2021-06-111-14/+5
* af_vsock: update comments for stream socketsArseny Krasnov2021-06-111-14/+17
* af_vsock: rest of SEQPACKET supportArseny Krasnov2021-06-111-2/+46
* af_vsock: implement send logic for SEQPACKETArseny Krasnov2021-06-111-5/+15
* af_vsock: implement SEQPACKET receive loopArseny Krasnov2021-06-111-1/+54
* af_vsock: separate receive data loopArseny Krasnov2021-06-111-49/+67
* af_vsock: separate wait data loopArseny Krasnov2021-06-111-72/+84
* af_vsock: update functions for connectible socketArseny Krasnov2021-06-111-30/+34
* vsock/vmci: remove the repeated word "be"gushengxian2021-06-101-1/+1
* vsock/vmci: Remove redundant assignment to errYang Li2021-04-301-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-262-11/+20
|\
| * vsock/virtio: free queued packets when closing socketStefano Garzarella2021-04-201-9/+19
| * vsock/vmci: log once the failed queue pair allocationStefano Garzarella2021-04-191-2/+1
* | net: vsock: Fix a typoLu Wei2021-03-281-1/+1
|/
* 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