summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorLines
2022-08-10vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye-0/+1
2022-08-10vsock: Fix memory leak in vsock_connect()Peilin Ye-1/+8
2022-05-28Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+17
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella-0/+47
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella-66/+84
2022-04-28hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)-2/+8
2022-04-28hv_sock: Copy packets sent by Hyper-V out of the ring bufferAndrea Parri (Microsoft)-2/+7
2022-04-28hv_sock: Check hv_pkt_iter_first_raw()'s return valueAndrea Parri (Microsoft)-0/+2
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-4/+1
2022-03-24vsock/virtio: enable VQs early on probeStefano Garzarella-0/+2
2022-03-24vsock/virtio: read the negotiated features before using VQsStefano Garzarella-3/+3
2022-03-24vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella-1/+2
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park-5/+16
2022-02-17vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee-0/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-2/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-12-08virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang-1/+2
2021-12-07hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook-6/+12
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