summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
13 daysvsock/virtio: Fix message iterator handling on transmit pathWill Deacon1-3/+5
2025-08-08vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic1-1/+2
2025-08-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+17
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon1-2/+3
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon1-1/+1
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon2-2/+2
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon1-1/+1
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon1-1/+3
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon1-2/+10
2025-07-26vsock: remove unnecessary null check in vsock_getname()Wang Liang1-5/+0
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+46
2025-07-10vsock: Add support for SIOCINQ ioctlXuewei Niu1-0/+22
2025-07-10hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui1-3/+14
2025-07-08vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj1-0/+2
2025-07-08vsock: Fix transport_* TOCTOUMichal Luczaj1-5/+23
2025-07-08vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj1-6/+21
2025-07-03vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A1-2/+2
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-10/+16
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj2-21/+35
2025-05-27vsock/virtio: Linger on unsent dataMichal Luczaj1-1/+3
2025-05-26vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella1-10/+16
2025-05-13net: devmem: Implement TX pathMina Almasry1-3/+2
2025-04-03vsock: avoid timeout during connect() if the socket is closingStefano Garzarella1-1/+5
2025-02-18vsock/bpf: Warn on socket without transportMichal Luczaj2-1/+4
2025-02-15vsock/virtio: fix variables initialization during resumingJunnan Wu1-3/+7
2025-02-13vsock: Orphan socket after transport releaseMichal Luczaj1-1/+7
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+11
2025-01-30vsock: Allow retrying on connect() failureMichal Luczaj1-0/+5
2025-01-30vsock: Keep the binding until socket destructionMichal Luczaj1-2/+6
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+3
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella1-0/+9
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella1-0/+9
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella1-0/+9
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-3/+3
2024-11-26bpf, vsock: Invoke proto::close on close()Michal Luczaj1-27/+40
2024-11-26bpf, vsock: Fix poll() missing a queueMichal Luczaj1-0/+3
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+13
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+12
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj1-0/+1
2024-11-12vsock: Fix sk_error_queue memory leakMichal Luczaj1-0/+3
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8
2024-11-09hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim1-0/+1
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-10-29vsock: do not leave dangling sk pointer in vsock_create()Eric Dumazet1-0/+1
2024-10-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-10/+12
2024-10-17bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj1-8/+0
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj1-0/+3
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj1-2/+9