summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2025-02-08vsock: Allow retrying on connect() failureMichal Luczaj
2025-01-23vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella
2025-01-23vsock: reset socket state when de-assigning the transportStefano Garzarella
2025-01-23vsock/virtio: cancel close work in the destructorStefano Garzarella
2025-01-23vsock/virtio: discard packets if the transport changesStefano Garzarella
2025-01-23vsock/bpf: return early if transport is not assignedStefano Garzarella
2024-12-14bpf, vsock: Invoke proto::close on close()Michal Luczaj
2024-12-14bpf, vsock: Fix poll() missing a queueMichal Luczaj
2024-12-09sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-11-22virtio/vsock: Fix accept_queue memory leakMichal Luczaj
2024-11-14vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-11-14hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim
2024-11-01bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj
2024-11-01vsock: Update msg_count on read_skb()Michal Luczaj
2024-11-01vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-08-29vsock: fix recursive ->recvmsg callsCong Wang
2024-04-10vsock/virtio: fix packet delivery to tap deviceMarco Pinna
2024-01-25virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2024-01-25virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov
2023-11-28vsock: read from socket's error queueArseniy Krasnov
2023-11-20virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida
2023-11-20vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo
2023-10-25vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei
2023-07-31vsock: Remove unused function declarationsYue Haibing
2023-07-27virtio/vsock: support MSG_PEEK for SOCK_SEQPACKETArseniy Krasnov
2023-07-27virtio/vsock: rework MSG_PEEK for SOCK_STREAMArseniy Krasnov
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