aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-05-12vsock: avoid to close connected socket after the timeoutZhuang Shengen
2023-04-14vsock/loopback: don't disable irqs for queue accessArseniy Krasnov
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04vsock: return errors other than -ENOMEM to socketArseniy Krasnov
2023-04-04vsock/vmci: convert VMCI error code to -ENOMEM on receiveArseniy Krasnov
2023-03-31vsock/vmci: convert VMCI error code to -ENOMEM on sendArseniy Krasnov
2023-03-31virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov
2023-03-30virtio/vsock: fix header length on skb mergingArseniy Krasnov
2023-03-29vsock: support sockmapBobby Eshleman
2023-03-28virtio/vsock: check argument to avoid no effect callArseniy Krasnov
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov
2023-03-27vsock/loopback: use only sk_buff_head.lock to protect the packet queueStefano Garzarella
2023-03-22virtio/vsock: check transport before skb allocationArseniy Krasnov
2023-03-16virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov
2023-03-16virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov
2023-03-16virtio/vsock: don't use skbuff state to account creditArseniy Krasnov
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman
2023-01-12vsock: return errors other than -ENOMEM to socketBobby Eshleman
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-09net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev
2022-11-18treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-03vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui
2022-11-03vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa
2022-09-16vsock/vmci: fix repeated words in commentsJilin Yuan
2022-08-23vmci/vsock: check SO_RCVLOWAT before wake up readerArseniy Krasnov
2022-08-23virtio/vsock: check SO_RCVLOWAT before wake up readerArseniy Krasnov
2022-08-23vsock: add API call for data readyArseniy Krasnov
2022-08-23vsock: pass sock_rcvlowat to notify_poll_in as targetArseniy Krasnov
2022-08-23vmci/vsock: use 'target' in notify_poll_in callbackArseniy Krasnov
2022-08-23virtio/vsock: use 'target' in notify_poll_in callbackArseniy Krasnov
2022-08-23hv_sock: disable SO_RCVLOWAT supportArseniy Krasnov
2022-08-23vsock: SO_RCVLOWAT transport set callbackArseniy Krasnov
2022-08-10vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye
2022-08-10vsock: Fix memory leak in vsock_connect()Peilin Ye
2022-05-28Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella
2022-04-28hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)
2022-04-28hv_sock: Copy packets sent by Hyper-V out of the ring bufferAndrea Parri (Microsoft)
2022-04-28hv_sock: Check hv_pkt_iter_first_raw()'s return valueAndrea Parri (Microsoft)
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp