summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorLines
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella-19/+19
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor-1/+1
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-2/+2
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+5
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon-3/+5
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2025-08-13vsock: use sizeof(struct sockaddr_storage) instead of magic valueWang Liang-6/+1
2025-08-08vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic-1/+2
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-6/+17
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon-2/+3
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon-1/+1
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon-2/+2
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon-1/+1
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon-1/+3
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon-2/+10
2025-07-26vsock: remove unnecessary null check in vsock_getname()Wang Liang-5/+0
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+46
2025-07-09vsock: Add support for SIOCINQ ioctlXuewei Niu-0/+22
2025-07-09hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui-3/+14
2025-07-08vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj-0/+2
2025-07-08vsock: Fix transport_* TOCTOUMichal Luczaj-5/+23
2025-07-08vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj-6/+21
2025-07-03vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A-2/+2
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-10/+16
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj-21/+35
2025-05-27vsock/virtio: Linger on unsent dataMichal Luczaj-1/+3
2025-05-26vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella-10/+16
2025-05-13net: devmem: Implement TX pathMina Almasry-3/+2
2025-04-02vsock: avoid timeout during connect() if the socket is closingStefano Garzarella-1/+5
2025-02-18vsock/bpf: Warn on socket without transportMichal Luczaj-1/+4
2025-02-14vsock/virtio: fix variables initialization during resumingJunnan Wu-3/+7
2025-02-12vsock: Orphan socket after transport releaseMichal Luczaj-1/+7
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+11
2025-01-29vsock: Allow retrying on connect() failureMichal Luczaj-0/+5
2025-01-29vsock: Keep the binding until socket destructionMichal Luczaj-2/+6
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+3
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella-0/+9
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella-0/+9
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella-8/+21
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella-0/+9
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella-2/+5
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves-3/+3
2024-11-25bpf, vsock: Invoke proto::close on close()Michal Luczaj-27/+40
2024-11-25bpf, vsock: Fix poll() missing a queueMichal Luczaj-0/+3
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+13
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+12
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj-0/+1
2024-11-12vsock: Fix sk_error_queue memory leakMichal Luczaj-0/+3