index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
virtio_transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vsock/virtio: add support for device suspend/resume
Stefano Garzarella
2022-05-02
1
-0
/
+47
*
vsock/virtio: factor our the code to initialize and delete VQs
Stefano Garzarella
2022-05-02
1
-66
/
+84
*
vsock/virtio: enable VQs early on probe
Stefano Garzarella
2022-03-24
1
-0
/
+2
*
vsock/virtio: read the negotiated features before using VQs
Stefano Garzarella
2022-03-24
1
-3
/
+3
*
vsock/virtio: initialize vdev->priv before using VQs
Stefano Garzarella
2022-03-24
1
-1
/
+2
*
vsock: each transport cycles only on its own sockets
Jiyong Park
2022-03-11
1
-2
/
+5
*
virtio: wrap config->reset calls
Michael S. Tsirkin
2022-01-14
1
-2
/
+2
*
vsock/virtio: avoid potential deadlock when vsock device remove
Longpeng(Mike)
2021-08-12
1
-2
/
+5
*
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-1
/
+1
*
virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()
Eric Dumazet
2021-06-22
1
-1
/
+3
*
virtio/vsock: enable SEQPACKET for transport
Arseny Krasnov
2021-06-11
1
-0
/
+26
*
vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
Stefano Garzarella
2020-07-15
1
-1
/
+1
*
vsock/virtio: remove loopback handling
Stefano Garzarella
2019-12-11
1
-59
/
+2
*
vsock: prevent transport modules unloading
Stefano Garzarella
2019-11-14
1
-0
/
+2
*
vsock: add multi-transports support
Stefano Garzarella
2019-11-14
1
-3
/
+4
*
vsock: handle buffer_size sockopts in the core
Stefano Garzarella
2019-11-14
1
-7
/
+1
*
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
2019-11-14
1
-80
/
+80
*
vsock/virtio: limit the memory used per-socket
Stefano Garzarella
2019-07-30
1
-0
/
+1
*
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
2019-07-08
1
-6
/
+9
*
vsock/virtio: stop workers during the .remove()
Stefano Garzarella
2019-07-08
1
-1
/
+50
*
vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
Stefano Garzarella
2019-07-08
1
-24
/
+46
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
1
-2
/
+1
*
vsock/virtio: Initialize core virtio vsock before registering the driver
Jorge E. Moreira
2019-05-18
1
-7
/
+6
*
vsock/virtio: reset connected sockets on device removal
Stefano Garzarella
2019-02-03
1
-0
/
+3
*
vsock/virtio: fix kernel panic after device hot-unplug
Stefano Garzarella
2019-02-03
1
-8
/
+18
*
VSOCK: fix loopback on big-endian systems
Claudio Imbrenda
2018-06-22
1
-1
/
+1
*
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
2017-10-05
1
-1
/
+1
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-05-10
1
-3
/
+3
|
\
|
*
virtio: wrap find_vqs
Michael S. Tsirkin
2017-05-02
1
-3
/
+3
*
|
VSOCK: Add virtio vsock vsockmon hooks
Gerard Garcia
2017-04-24
1
-0
/
+3
|
/
*
vsock: add pkt cancel capability
Peng Tao
2017-03-21
1
-0
/
+42
*
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-1
/
+2
*
vsock/virtio: add a missing __le annotation
Michael S. Tsirkin
2016-12-15
1
-1
/
+1
*
VSOCK: add loopback to virtio_transport
Stefan Hajnoczi
2016-11-24
1
-0
/
+56
*
vhost/vsock: drop space available check for TX vq
Gerard Garcia
2016-08-15
1
-7
/
+3
*
VSOCK: Introduce virtio_transport.ko
Asias He
2016-08-02
1
-0
/
+624