summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui2022-11-031-1/+4
* vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui2022-11-031-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+1
|\
| * vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-09-291-1/+1
* | vsock/vmci: fix repeated words in commentsJilin Yuan2022-09-161-1/+1
* | vmci/vsock: check SO_RCVLOWAT before wake up readerArseniy Krasnov2022-08-232-3/+3
* | virtio/vsock: check SO_RCVLOWAT before wake up readerArseniy Krasnov2022-08-231-1/+1
* | vsock: add API call for data readyArseniy Krasnov2022-08-231-0/+10
* | vsock: pass sock_rcvlowat to notify_poll_in as targetArseniy Krasnov2022-08-231-1/+2
* | vmci/vsock: use 'target' in notify_poll_in callbackArseniy Krasnov2022-08-232-8/+8
* | virtio/vsock: use 'target' in notify_poll_in callbackArseniy Krasnov2022-08-231-4/+1
* | hv_sock: disable SO_RCVLOWAT supportArseniy Krasnov2022-08-231-0/+7
* | vsock: SO_RCVLOWAT transport set callbackArseniy Krasnov2022-08-231-0/+20
|/
* 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