summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport_common.c
AgeCommit message (Expand)Author
2021-12-08virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov
2021-08-03VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov
2021-04-20vsock/virtio: free queued packets when closing socketStefano Garzarella
2021-02-08vsock/virtio: update credit only if socket is not closedStefano Garzarella
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella
2020-05-30virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella
2020-02-16net: virtio_vsock: Enhance connection semanticsSebastien Boeuf
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-16vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella
2019-12-16vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella
2019-12-11vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella
2019-11-14vsock: add multi-transports supportStefano Garzarella
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2019-11-14vsock: remove vm_sockets_get_local_cid()Stefano Garzarella
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-01vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin
2019-07-30vsock/virtio: change the maximum packet size allowedStefano Garzarella
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2019-07-30vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella
2019-07-30vsock/virtio: reduce credit update messagesStefano Garzarella
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber
2019-05-17vsock/virtio: free packets during the socket releaseStefano Garzarella
2019-03-08vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi