summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/af_vsock.c
AgeCommit message (Expand)Author
2026-06-13vsock: fold sk_acceptq_removed() into vsock_remove_pending()Raf Dickson
2026-06-13vsock: fold sk_acceptq_added() into vsock_enqueue_accept()Raf Dickson
2026-06-13vsock: fold sk_acceptq_added() into vsock_add_pending()Raf Dickson
2026-06-13vsock: introduce vsock_pending_to_accept() helperRaf Dickson
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-22vsock: keep poll shutdown state consistentZiyu Zhang
2026-05-04vsock: convert to getsockopt_iterBreno Leitao
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-12vsock: fix buffer size clamping orderNorbert Szetei
2026-04-06vsock: avoid timeout for non-blocking accept() with empty backlogLaurence Rowe
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-02vsock: initialize child_ns_mode_locked in vsock_net_init()Stefano Garzarella
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman
2026-02-25vsock: Use container_of() to get net namespace in sysctl handlersGreg Kroah-Hartman
2026-02-13vsock: prevent child netns mode switch from local to globalStefano Garzarella
2026-02-13vsock: fix child netns mode initializationStefano Garzarella
2026-01-27vsock: add netns to vsock coreBobby Eshleman
2026-01-05vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj
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-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
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-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-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-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj
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-12vsock: Orphan socket after transport releaseMichal Luczaj
2025-01-29vsock: Allow retrying on connect() failureMichal Luczaj
2025-01-29vsock: Keep the binding until socket destructionMichal Luczaj
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
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-12vsock: Fix sk_error_queue memory leakMichal Luczaj
2024-10-28vsock: do not leave dangling sk pointer in vsock_create()Eric Dumazet
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang