summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-201-1/+1
* vsock: read from socket's error queueArseniy Krasnov2023-11-281-0/+6
* virtio/vsock: fix header length on skb mergingArseniy Krasnov2023-11-201-1/+1
* virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida2023-11-201-0/+2
* virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman2023-11-201-0/+10
* vsock/loopback: use only sk_buff_head.lock to protect the packet queueStefano Garzarella2023-11-201-8/+2
* virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov2023-11-201-3/+2
* virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov2023-11-201-1/+0
* virtio/vsock: don't use skbuff state to account creditArseniy Krasnov2023-11-201-12/+11
* vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo2023-11-201-5/+11
* virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman2023-11-203-322/+300
* vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei2023-11-021-1/+17
* vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-241-1/+1
* net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2022-12-311-1/+5
* 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