summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-13vsock: use sizeof(struct sockaddr_storage) instead of magic valueWang Liang
2025-08-08vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon
2025-07-26vsock: 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