summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
3 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
3 daysvsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
3 daysvsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
3 daysvsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
3 daysvsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon
3 daysvsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
3 daysvsock/virtio: Validate length in packet header before skb_put()Will Deacon
9 daysvsock: remove unnecessary null check in vsock_getname()Wang Liang
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-09vsock: Add support for SIOCINQ ioctlXuewei Niu
2025-07-09hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui
2025-07-08vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj
2025-07-08vsock: Fix transport_* TOCTOUMichal Luczaj
2025-07-08vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj
2025-07-03vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj
2025-05-27vsock/virtio: Linger on unsent dataMichal Luczaj
2025-05-26vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-04-02vsock: avoid timeout during connect() if the socket is closingStefano Garzarella
2025-02-18vsock/bpf: Warn on socket without transportMichal Luczaj
2025-02-14vsock/virtio: fix variables initialization during resumingJunnan Wu
2025-02-12vsock: Orphan socket after transport releaseMichal Luczaj
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-29vsock: Allow retrying on connect() failureMichal Luczaj
2025-01-29vsock: Keep the binding until socket destructionMichal Luczaj
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves
2024-11-25bpf, vsock: Invoke proto::close on close()Michal Luczaj
2024-11-25bpf, vsock: Fix poll() missing a queueMichal Luczaj
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj
2024-11-12vsock: Fix sk_error_queue memory leakMichal Luczaj
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj
2024-11-09hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-10-28vsock: do not leave dangling sk pointer in vsock_create()Eric Dumazet
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-10-07vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin