index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
virtio_transport.c
Age
Commit message (
Expand
)
Author
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-09-25
vsock/virtio: avoid queuing packets when intermediate queue is empty
Luigi Leonardi
2024-09-25
vsock/virtio: refactor virtio_transport_send_pkt_work
Marco Pinna
2024-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
2024-05-22
vsock/virtio: drop owner assignment
Krzysztof Kozlowski
2024-04-02
vsock/virtio: fix packet delivery to tap device
Marco Pinna
2024-01-03
vsock/virtio: use skb_frag_*() helpers
Mina Almasry
2023-12-15
virtio/vsock: send credit update during setting SO_RCVLOWAT
Arseniy Krasnov
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-25
vsock/virtio: initialize the_virtio_vsock before using VQs
Alexandru Matei
2023-10-15
vsock/virtio: support MSG_ZEROCOPY for transport
Arseniy Krasnov
2023-09-21
vsock/virtio: MSG_ZEROCOPY flag support
Arseniy Krasnov
2023-09-21
vsock/virtio: support to send non-linear skb
Arseniy Krasnov
2023-03-29
vsock: support sockmap
Bobby Eshleman
2023-01-16
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
2022-05-02
vsock/virtio: add support for device suspend/resume
Stefano Garzarella
2022-05-02
vsock/virtio: factor our the code to initialize and delete VQs
Stefano Garzarella
2022-03-24
vsock/virtio: enable VQs early on probe
Stefano Garzarella
2022-03-24
vsock/virtio: read the negotiated features before using VQs
Stefano Garzarella
2022-03-24
vsock/virtio: initialize vdev->priv before using VQs
Stefano Garzarella
2022-03-11
vsock: each transport cycles only on its own sockets
Jiyong Park
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
2021-08-12
vsock/virtio: avoid potential deadlock when vsock device remove
Longpeng(Mike)
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2021-06-22
virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()
Eric Dumazet
2021-06-11
virtio/vsock: enable SEQPACKET for transport
Arseny Krasnov
2020-07-15
vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
Stefano Garzarella
2019-12-11
vsock/virtio: remove loopback handling
Stefano Garzarella
2019-11-14
vsock: prevent transport modules unloading
Stefano Garzarella
2019-11-14
vsock: add multi-transports support
Stefano Garzarella
2019-11-14
vsock: handle buffer_size sockopts in the core
Stefano Garzarella
2019-11-14
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
2019-07-30
vsock/virtio: limit the memory used per-socket
Stefano Garzarella
2019-07-08
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
2019-07-08
vsock/virtio: stop workers during the .remove()
Stefano Garzarella
2019-07-08
vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
Stefano Garzarella
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-05-18
vsock/virtio: Initialize core virtio vsock before registering the driver
Jorge E. Moreira
2019-02-03
vsock/virtio: reset connected sockets on device removal
Stefano Garzarella
2019-02-03
vsock/virtio: fix kernel panic after device hot-unplug
Stefano Garzarella
2018-06-22
VSOCK: fix loopback on big-endian systems
Claudio Imbrenda
2017-10-05
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
2017-04-24
VSOCK: Add virtio vsock vsockmon hooks
Gerard Garcia
2017-03-21
vsock: add pkt cancel capability
Peng Tao
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2016-12-15
vsock/virtio: add a missing __le annotation
Michael S. Tsirkin
[next]