summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorLines
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
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj-0/+8
2024-11-09hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim-0/+1
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim-0/+1
2024-10-28vsock: do not leave dangling sk pointer in vsock_create()Eric Dumazet-0/+1
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-10/+12
2024-10-17bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj-8/+0
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj-0/+3
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj-2/+9
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+4
2024-10-07vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin-4/+4
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-50/+94
2024-09-25vsock/virtio: avoid queuing packets when intermediate queue is emptyLuigi Leonardi-4/+35
2024-09-25vsock/virtio: refactor virtio_transport_send_pkt_workMarco Pinna-46/+59
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+31
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang-23/+31
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi-1/+44
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi-3/+55
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko-2/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko-11/+6
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+0
2024-05-22vsock/virtio: drop owner assignmentKrzysztof Kozlowski-1/+0