summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
2022-04-08vsock/virtio: enable VQs early on probeStefano Garzarella1-0/+2
2022-04-08vsock/virtio: read the negotiated features before using VQsStefano Garzarella1-3/+3
2022-04-08vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella1-1/+2
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-09-06af_vsock: rename variables in receive loopArseny Krasnov1-5/+5
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov1-1/+8
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov1-7/+7
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-08-04VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi1-0/+3
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-187/+509
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring4-5/+5
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-22vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella1-5/+2
2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella1-6/+8
2021-06-18vsock: rename vsock_has_data()Stefano Garzarella1-2/+2
2021-06-11vsock/loopback: enable SEQPACKET for transportArseny Krasnov1-0/+12
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov1-0/+26
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov1-2/+39
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov1-3/+31
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov1-0/+84
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov1-4/+3
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov1-14/+5
2021-06-11af_vsock: update comments for stream socketsArseny Krasnov1-14/+17
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov1-2/+46
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov1-5/+15
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov1-1/+54
2021-06-11af_vsock: separate receive data loopArseny Krasnov1-49/+67
2021-06-11af_vsock: separate wait data loopArseny Krasnov1-72/+84
2021-06-11af_vsock: update functions for connectible socketArseny Krasnov1-30/+34
2021-06-10vsock/vmci: remove the repeated word "be"gushengxian1-1/+1
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-2/+2
2021-05-01vsock/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-21vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-04-20vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-03-29net: vsock: Fix a typoLu Wei1-1/+1
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil1-0/+1
2021-02-10vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-09vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-07net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-07net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek1-1/+1
2021-02-02vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2020-12-15af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-15af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-12-15vsock_addr: Check for supported flag valuesAndra Paraschiv1-1/+3