summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorLines
2021-11-10vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata-0/+2
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe-10/+15
2021-10-08vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe-37/+28
2021-09-06af_vsock: rename variables in receive loopArseny Krasnov-5/+5
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov-1/+8
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov-7/+7
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)-2/+5
2021-08-03VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi-0/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-187/+509
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-5/+5
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet-1/+3
2021-06-21vsock: notify server to shutdown when client has pending signalLongpeng(Mike)-1/+1
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella-5/+2
2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella-6/+8
2021-06-18vsock: rename vsock_has_data()Stefano Garzarella-2/+2
2021-06-11vsock/loopback: enable SEQPACKET for transportArseny Krasnov-0/+12
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov-0/+26
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov-2/+39
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov-3/+31
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov-0/+84
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov-4/+3
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov-14/+5
2021-06-11af_vsock: update comments for stream socketsArseny Krasnov-14/+17
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov-2/+46
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov-5/+15
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov-1/+54
2021-06-11af_vsock: separate receive data loopArseny Krasnov-49/+67
2021-06-11af_vsock: separate wait data loopArseny Krasnov-72/+84
2021-06-11af_vsock: update functions for connectible socketArseny Krasnov-30/+34
2021-06-10vsock/vmci: remove the repeated word "be"gushengxian-1/+1
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran-2/+2
2021-04-30vsock/vmci: Remove redundant assignment to errYang Li-2/+0
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-11/+20
2021-04-20vsock/virtio: free queued packets when closing socketStefano Garzarella-9/+19
2021-04-19vsock/vmci: log once the failed queue pair allocationStefano Garzarella-2/+1
2021-03-28net: vsock: Fix a typoLu Wei-1/+1
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil-0/+1
2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella-7/+5
2021-02-08vsock/virtio: update credit only if socket is not closedStefano Garzarella-2/+2
2021-02-06net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek-4/+1
2021-02-06net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek-1/+1
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov-5/+12
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv-2/+7
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv-0/+12
2020-12-14vsock_addr: Check for supported flag valuesAndra Paraschiv-1/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+5
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella-3/+5
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella-1/+1