index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
Age
Commit message (
Expand
)
Author
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
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-09
hv_sock: Return the readable bytes in hvs_stream_has_data()
Dexuan Cui
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-07-03
vsock/vmci: Clear the vmci transport packet properly when initializing it
HarshaVardhana S A
2025-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-05-27
vsock: Move lingering logic to af_vsock core
Michal Luczaj
2025-05-27
vsock/virtio: Linger on unsent data
Michal Luczaj
2025-05-26
vsock/virtio: fix `rx_bytes` accounting for stream sockets
Stefano Garzarella
2025-05-13
net: devmem: Implement TX path
Mina Almasry
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-14
vsock/virtio: fix variables initialization during resuming
Junnan Wu
2025-02-12
vsock: Orphan socket after transport release
Michal Luczaj
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
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-25
Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
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
2025-01-14
vsock/virtio: cancel close work in the destructor
Stefano Garzarella
2025-01-14
vsock/bpf: return early if transport is not assigned
Stefano Garzarella
2025-01-14
vsock/virtio: discard packets if the transport changes
Stefano Garzarella
2025-01-10
hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
Nuno Das Neves
2024-11-25
bpf, vsock: Invoke proto::close on close()
Michal Luczaj
2024-11-25
bpf, vsock: Fix poll() missing a queue
Michal Luczaj
[next]