summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye2022-08-101-0/+1
* vsock: Fix memory leak in vsock_connect()Peilin Ye2022-08-101-1/+8
* Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-281-4/+17
|\
| * hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2022-04-281-2/+8
| * hv_sock: Copy packets sent by Hyper-V out of the ring bufferAndrea Parri (Microsoft)2022-04-281-2/+7
| * hv_sock: Check hv_pkt_iter_first_raw()'s return valueAndrea Parri (Microsoft)2022-04-281-0/+2
* | vsock/virtio: add support for device suspend/resumeStefano Garzarella2022-05-021-0/+47
* | vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella2022-05-021-66/+84
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-4/+1
|/
* vsock/virtio: enable VQs early on probeStefano Garzarella2022-03-241-0/+2
* vsock/virtio: read the negotiated features before using VQsStefano Garzarella2022-03-241-3/+3
* vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella2022-03-241-1/+2
* vsock: each transport cycles only on its own socketsJiyong Park2022-03-113-5/+16
* vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee2022-02-171-0/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\ \
| * | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+2
|\ \ \ | |/ / |/| / | |/
| * virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang2021-12-081-1/+2
* | hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook2021-12-071-6/+12
|/
* vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata2021-11-101-0/+2
* vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe2021-10-081-10/+15
* vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe2021-10-081-37/+28
* af_vsock: rename variables in receive loopArseny Krasnov2021-09-061-5/+5
* virtio/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-1/+8
* virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-7/+7
* 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