summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock/loopback: don't disable irqs for queue accessArseniy Krasnov2023-04-141-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-062-1/+17
|\
| * vsock/vmci: convert VMCI error code to -ENOMEM on sendArseniy Krasnov2023-03-311-1/+7
| * virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman2023-03-311-0/+10
* | vsock: return errors other than -ENOMEM to socketArseniy Krasnov2023-04-041-2/+2
* | vsock/vmci: convert VMCI error code to -ENOMEM on receiveArseniy Krasnov2023-04-041-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-302-9/+10
|\ \ | |/
| * virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov2023-03-301-0/+7
| * virtio/vsock: fix header length on skb mergingArseniy Krasnov2023-03-301-1/+1
| * vsock/loopback: use only sk_buff_head.lock to protect the packet queueStefano Garzarella2023-03-271-8/+2
* | vsock: support sockmapBobby Eshleman2023-03-296-6/+262
* | virtio/vsock: check argument to avoid no effect callArseniy Krasnov2023-03-281-0/+6
* | virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov2023-03-281-14/+43
* | virtio/vsock: check transport before skb allocationArseniy Krasnov2023-03-221-5/+3
|/
* virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov2023-03-161-3/+2
* virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov2023-03-161-1/+0
* virtio/vsock: don't use skbuff state to account creditArseniy Krasnov2023-03-161-12/+11
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-214-323/+302
|\
| * virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman2023-01-163-322/+300
| * vsock: return errors other than -ENOMEM to socketBobby Eshleman2023-01-121-1/+2
* | Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+1
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-1/+5
|\
| * net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2022-12-091-1/+5
* | treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld2022-11-181-2/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* 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