summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/virtio_transport_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+2
* VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-241-0/+64
* vsock: track pkt owner vsockPeng Tao2017-03-211-0/+7
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* vsock/virtio: fix src/dst cid formatMichael S. Tsirkin2016-12-151-7/+7
* vsock/virtio: mark an internal function staticMichael S. Tsirkin2016-12-151-2/+1
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-5/+5
* VSOCK: Introduce virtio_vsock_common.koAsias He2016-08-021-0/+992