index
:
pub/scm/linux/kernel/git/hubcap/linux.git
master
Linux kernel fork
Mike Marshall
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
virtio_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
vsock/virtio: flush works in dependency order
Chengfeng Ye
1
-1
/
+1
2026-08-03
vsock/virtio: avoid refilling the RX queue after teardown
Weiming Shi
1
-1
/
+2
2026-08-03
vsock/virtio: read virtqueues under worker locks
Weiming Shi
1
-5
/
+6
2026-03-12
vsock: add G2H fallback for CIDs not owned by H2G transport
Alexander Graf
1
-0
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-8
/
+11
2026-01-28
vsock/virtio: reorder fields to reduce padding
Michael S. Tsirkin
1
-9
/
+9
2026-01-27
vsock: add netns support to virtio transports
Bobby Eshleman
1
-2
/
+11
2026-01-27
vsock: add netns to vsock core
Bobby Eshleman
1
-2
/
+7
2026-01-08
vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
Michael S. Tsirkin
1
-1
/
+1
2026-01-08
vsock/virtio: fix DMA alignment for event_list
Michael S. Tsirkin
1
-0
/
+3
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-08-01
vsock/virtio: Rename virtio_vsock_skb_rx_put()
Will Deacon
1
-1
/
+1
2025-08-01
vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
1
-1
/
+1
2025-08-01
vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Will Deacon
1
-1
/
+1
2025-08-01
vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
Will Deacon
1
-1
/
+3
2025-08-01
vsock/virtio: Validate length in packet header before skb_put()
Will Deacon
1
-2
/
+10
2025-02-14
vsock/virtio: fix variables initialization during resuming
Junnan Wu
1
-3
/
+7
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+4
2024-10-07
vsock/virtio: use GFP_ATOMIC under RCU read lock
Michael S. Tsirkin
1
-4
/
+4
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-50
/
+94
2024-09-25
vsock/virtio: avoid queuing packets when intermediate queue is empty
Luigi Leonardi
1
-4
/
+35
2024-09-25
vsock/virtio: refactor virtio_transport_send_pkt_work
Marco Pinna
1
-46
/
+59
2024-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
1
-1
/
+3
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-2
/
+1
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
1
-11
/
+6
2024-05-22
vsock/virtio: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-02
vsock/virtio: fix packet delivery to tap device
Marco Pinna
1
-1
/
+2
2024-01-03
vsock/virtio: use skb_frag_*() helpers
Mina Almasry
1
-3
/
+3
2023-12-15
virtio/vsock: send credit update during setting SO_RCVLOWAT
Arseniy Krasnov
1
-0
/
+1
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+17
2023-10-25
vsock/virtio: initialize the_virtio_vsock before using VQs
Alexandru Matei
1
-1
/
+17
2023-10-15
vsock/virtio: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+7
2023-09-21
vsock/virtio: MSG_ZEROCOPY flag support
Arseniy Krasnov
1
-0
/
+32
2023-09-21
vsock/virtio: support to send non-linear skb
Arseniy Krasnov
1
-6
/
+52
2023-03-29
vsock: support sockmap
Bobby Eshleman
1
-0
/
+2
2023-01-16
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
1
-97
/
+52
2022-05-02
vsock/virtio: add support for device suspend/resume
Stefano Garzarella
1
-0
/
+47
2022-05-02
vsock/virtio: factor our the code to initialize and delete VQs
Stefano Garzarella
1
-66
/
+84
2022-03-24
vsock/virtio: enable VQs early on probe
Stefano Garzarella
1
-0
/
+2
2022-03-24
vsock/virtio: read the negotiated features before using VQs
Stefano Garzarella
1
-3
/
+3
2022-03-24
vsock/virtio: initialize vdev->priv before using VQs
Stefano Garzarella
1
-1
/
+2
2022-03-11
vsock: each transport cycles only on its own sockets
Jiyong Park
1
-2
/
+5
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-2
/
+2
2021-08-12
vsock/virtio: avoid potential deadlock when vsock device remove
Longpeng(Mike)
1
-2
/
+5
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-22
virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()
Eric Dumazet
1
-1
/
+3
2021-06-11
virtio/vsock: enable SEQPACKET for transport
Arseny Krasnov
1
-0
/
+26
2020-07-15
vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
Stefano Garzarella
1
-1
/
+1
[next]