index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
virtio_transport_common.c
Age
Commit message (
Expand
)
Author
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-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
2025-08-21
vsock/virtio: Fix message iterator handling on transmit path
Will Deacon
2025-08-01
vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers
Will Deacon
2025-08-01
vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
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-01-14
vsock/virtio: cancel close work in the destructor
Stefano Garzarella
2025-01-14
vsock/virtio: discard packets if the transport changes
Stefano Garzarella
2024-11-14
Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-11-12
virtio/vsock: Improve MSG_ZEROCOPY error handling
Michal Luczaj
2024-11-12
virtio/vsock: Fix accept_queue memory leak
Michal Luczaj
2024-11-06
vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans
Hyunwoo Kim
2024-10-17
vsock: Update msg_count on read_skb()
Michal Luczaj
2024-10-17
vsock: Update rx_bytes on read_skb()
Michal Luczaj
2024-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
2023-12-15
virtio/vsock: send credit update during setting SO_RCVLOWAT
Arseniy Krasnov
2023-12-15
virtio/vsock: fix logic which reduces credit update messages
Arseniy Krasnov
2023-12-13
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Nikolay Kuratov
2023-12-07
vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning
Stefano Garzarella
2023-11-07
virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
Shigeru Yoshida
2023-11-07
vsock/virtio: remove socket from connected/bound list on shutdown
Filippo Storniolo
2023-09-21
vsock/virtio: MSG_ZEROCOPY flag support
Arseniy Krasnov
2023-09-21
vsock/virtio: non-linear skb handling for tap
Arseniy Krasnov
2023-09-21
vsock/virtio/vhost: read data from non-linear skb
Arseniy Krasnov
2023-07-27
virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
Arseniy Krasnov
2023-07-27
virtio/vsock: rework MSG_PEEK for SOCK_STREAM
Arseniy Krasnov
2023-05-23
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-31
virtio/vsock: fix leaks due to missing skb owner
Bobby Eshleman
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
virtio/vsock: WARN_ONCE() for invalid state of socket
Arseniy Krasnov
2023-03-30
virtio/vsock: fix header length on skb merging
Arseniy Krasnov
2023-03-29
vsock: support sockmap
Bobby Eshleman
2023-03-28
virtio/vsock: check argument to avoid no effect call
Arseniy Krasnov
2023-03-28
virtio/vsock: allocate multiple skbuffs on tx
Arseniy Krasnov
2023-03-22
virtio/vsock: check transport before skb allocation
Arseniy Krasnov
2023-03-16
virtio/vsock: don't drop skbuff on copy failure
Arseniy Krasnov
2023-03-16
virtio/vsock: remove redundant 'skb_pull()' call
Arseniy Krasnov
2023-03-16
virtio/vsock: don't use skbuff state to account credit
Arseniy Krasnov
2023-01-16
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
[next]