index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
af_vsock.c
Age
Commit message (
Expand
)
Author
2026-06-13
vsock: fold sk_acceptq_removed() into vsock_remove_pending()
Raf Dickson
2026-06-13
vsock: fold sk_acceptq_added() into vsock_enqueue_accept()
Raf Dickson
2026-06-13
vsock: fold sk_acceptq_added() into vsock_add_pending()
Raf Dickson
2026-06-13
vsock: introduce vsock_pending_to_accept() helper
Raf Dickson
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-22
vsock: keep poll shutdown state consistent
Ziyu Zhang
2026-05-04
vsock: convert to getsockopt_iter
Breno Leitao
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-04-12
vsock: fix buffer size clamping order
Norbert Szetei
2026-04-06
vsock: avoid timeout for non-blocking accept() with empty backlog
Laurence Rowe
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-04-02
vsock: initialize child_ns_mode_locked in vsock_net_init()
Stefano Garzarella
2026-03-12
vsock: add G2H fallback for CIDs not owned by H2G transport
Alexander Graf
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
2026-02-26
vsock: lock down child_ns_mode as write-once
Bobby Eshleman
2026-02-25
vsock: Use container_of() to get net namespace in sysctl handlers
Greg Kroah-Hartman
2026-02-13
vsock: prevent child netns mode switch from local to global
Stefano Garzarella
2026-02-13
vsock: fix child netns mode initialization
Stefano Garzarella
2026-01-27
vsock: add netns to vsock core
Bobby Eshleman
2026-01-05
vsock: Make accept()ed sockets use custom setsockopt()
Michal Luczaj
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-20
vsock: Ignore signal/timeout on connect() if already established
Michal Luczaj
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-10-23
vsock: fix lock inversion in vsock_assign_transport()
Stefano Garzarella
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-08-13
vsock: use sizeof(struct sockaddr_storage) instead of magic value
Wang Liang
2025-08-08
vsock: Do not allow binding to VMADDR_PORT_ANY
Budimir Markovic
2025-07-26
vsock: remove unnecessary null check in vsock_getname()
Wang Liang
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-09
vsock: Add support for SIOCINQ ioctl
Xuewei Niu
2025-07-08
vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Michal Luczaj
2025-07-08
vsock: Fix transport_* TOCTOU
Michal Luczaj
2025-07-08
vsock: Fix transport_{g2h,h2g} TOCTOU
Michal Luczaj
2025-05-27
vsock: Move lingering logic to af_vsock core
Michal Luczaj
2025-04-02
vsock: avoid timeout during connect() if the socket is closing
Stefano Garzarella
2025-02-18
vsock/bpf: Warn on socket without transport
Michal Luczaj
2025-02-12
vsock: Orphan socket after transport release
Michal Luczaj
2025-01-29
vsock: Allow retrying on connect() failure
Michal Luczaj
2025-01-29
vsock: Keep the binding until socket destruction
Michal Luczaj
2025-01-14
vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
Stefano Garzarella
2025-01-14
vsock: reset socket state when de-assigning the transport
Stefano Garzarella
2024-11-25
bpf, vsock: Invoke proto::close on close()
Michal Luczaj
2024-11-25
bpf, vsock: Fix poll() missing a queue
Michal Luczaj
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-12
vsock: Fix sk_error_queue memory leak
Michal Luczaj
2024-10-28
vsock: do not leave dangling sk pointer in vsock_create()
Eric Dumazet
2024-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-15
vsock: fix recursive ->recvmsg calls
Cong Wang
[next]