summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
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
2022-03-24vsock/virtio: enable VQs early on probeStefano Garzarella
2022-03-24vsock/virtio: read the negotiated features before using VQsStefano Garzarella
2022-03-24vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park
2022-02-17vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang
2021-12-07hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook
2021-11-10vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe
2021-10-08vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe
2021-09-06af_vsock: rename variables in receive loopArseny Krasnov
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)
2021-08-03VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet
2021-06-21vsock: notify server to shutdown when client has pending signalLongpeng(Mike)