summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/virtio_transport_common.c
Commit message (Expand)AuthorAgeFilesLines
* virtio/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-1/+8
* virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-7/+7
* VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi2021-08-031-0/+3
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella2021-06-181-5/+2
* virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov2021-06-111-2/+39
* virtio/vsock: add SEQPACKET receive logicArseny Krasnov2021-06-111-3/+31
* virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov2021-06-111-0/+84
* virtio/vsock: simplify credit update function APIArseny Krasnov2021-06-111-4/+3
* virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov2021-06-111-14/+5
* vsock/virtio: free queued packets when closing socketStefano Garzarella2021-04-201-9/+19
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-081-2/+2
* vsock/virtio: discard packets only when socket is really closedStefano Garzarella2020-11-231-3/+5
* virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He2020-05-301-0/+8
* vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella2020-04-271-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-2/+0
|\
| * vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-271-2/+0
* | net: virtio_vsock: Enhance connection semanticsSebastien Boeuf2020-02-161-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-6/+19
|\
| * vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella2019-12-161-2/+15
| * vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella2019-12-161-4/+4
* | vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella2019-12-111-3/+0
|/
* vsock: add multi-transports supportStefano Garzarella2019-11-141-19/+44
* vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-141-2/+1
* vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-141-68/+11
* vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2019-11-141-4/+5
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-141-6/+6
* vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2019-11-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-3/+5
|\
| * vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-081-3/+5
* | net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-3/+14
|\|
| * vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-181-3/+11
| * vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-181-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-1/+1
|\|
| * vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-011-1/+1
* | vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen2019-10-011-3/+52
|/
* vsock/virtio: a better comment on credit updateMichael S. Tsirkin2019-09-051-2/+7
* vsock/virtio: change the maximum packet size allowedStefano Garzarella2019-07-301-2/+2
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-07-301-3/+12
* vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella2019-07-301-2/+2
* vsock/virtio: reduce credit update messagesStefano Garzarella2019-07-301-3/+13
* vsock/virtio: limit the memory used per-socketStefano Garzarella2019-07-301-9/+51
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-2/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
* | vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
|/
* vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-171-0/+7
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-081-7/+15
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-051-11/+11
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+2