aboutsummaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport.c
AgeCommit message (Expand)Author
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov
2020-07-15vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella
2019-12-11vsock/virtio: remove loopback handlingStefano Garzarella
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella
2019-11-14vsock: add multi-transports supportStefano Garzarella
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella
2019-07-08vsock/virtio: fix flush of works during the .remove()Stefano Garzarella
2019-07-08vsock/virtio: stop workers during the .remove()Stefano Garzarella
2019-07-08vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira
2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella
2018-06-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia
2017-03-21vsock: add pkt cancel capabilityPeng Tao
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin
2016-11-24VSOCK: add loopback to virtio_transportStefan Hajnoczi
2016-08-15vhost/vsock: drop space available check for TX vqGerard Garcia
2016-08-02VSOCK: Introduce virtio_transport.koAsias He