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