开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
Age
Commit message (
Expand
)
Author
3 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5 days
vsock: fix buffer size clamping order
Norbert Szetei
6 days
vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
Luigi Leonardi
11 days
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-24
hv_sock: update outdated comment for renamed vsock_stream_recvmsg()
Kexin Sun
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
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
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-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
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-02-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2026-02-04
vmw_vsock: bypass false-positive Wnonnull warning with gcc-16
Arnd Bergmann
2026-01-28
vsock/virtio: reorder fields to reduce padding
Michael S. Tsirkin
2026-01-27
vsock: add netns support to virtio transports
Bobby Eshleman
2026-01-27
virtio: set skb owner of virtio_transport_reset_no_sock() reply
Bobby Eshleman
2026-01-27
vsock: add netns to vsock core
Bobby Eshleman
2026-01-22
vsock/virtio: cap TX credit to local buffer size
Melbin K Mathew
2026-01-22
vsock/virtio: fix potential underflow in virtio_transport_get_credit()
Melbin K Mathew
2026-01-15
vsock/virtio: Coalesce only linear skb
Michal Luczaj
2026-01-08
vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
Michael S. Tsirkin
2026-01-08
vsock/virtio: fix DMA alignment for event_list
Michael S. Tsirkin
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-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-10-01
Drivers: hv: Add CONFIG_HYPERV_VMBUS option
Mukesh Rathor
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-08-21
vsock/virtio: Fix message iterator handling on transmit path
Will Deacon
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-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2025-08-01
vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers
Will Deacon
2025-08-01
vsock/virtio: Rename virtio_vsock_skb_rx_put()
Will Deacon
2025-08-01
vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
2025-08-01
vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Will Deacon
2025-08-01
vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
Will Deacon
2025-08-01
vsock/virtio: Validate length in packet header before skb_put()
Will Deacon
[next]