summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)2021-08-121-2/+5
* VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi2021-08-031-0/+3
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-305-187/+509
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+1
| |\
| | * vsock: notify server to shutdown when client has pending signalLongpeng(Mike)2021-06-211-1/+1
| * | net: sock: introduce sk_error_reportAlexander Aring2021-06-294-5/+5
| * | virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet2021-06-221-1/+3
| * | 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
| |/
* / Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-05-141-2/+2
|/
* 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