summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-283-13/+12
|\
| * vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-273-13/+12
* | net: virtio_vsock: Enhance connection semanticsSebastien Boeuf2020-02-171-0/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-59/+6
|\
| * hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-01-141-59/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-6/+19
|\|
| * vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella2019-12-171-2/+15
| * vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella2019-12-171-4/+4
* | vsock/virtio: remove loopback handlingStefano Garzarella2019-12-121-59/+2
* | vsock: use local transport when it is loadedStefano Garzarella2019-12-121-5/+23
* | vsock: add vsock_loopback transportStefano Garzarella2019-12-123-0/+193
* | vsock: add local transport support in the vsock coreStefano Garzarella2019-12-121-1/+16
* | vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella2019-12-121-1/+1
* | vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella2019-12-121-3/+0
|/
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+20
|\
| * hv_sock: Add the support of hibernationDexuan Cui2019-11-221-0/+20
* | vsock: avoid to assign transport if its initialization failsStefano Garzarella2019-11-211-1/+8
* | vsock: fix bind() behaviour taking care of CIDStefano Garzarella2019-11-151-2/+8
* | vsock: prevent transport modules unloadingStefano Garzarella2019-11-154-4/+21
* | vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-151-11/+22
* | vsock: add multi-transports supportStefano Garzarella2019-11-155-89/+282
* | hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella2019-11-151-1/+2
* | vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella2019-11-151-4/+9
* | vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-154-13/+16
* | vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-156-199/+56
* | vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2019-11-152-9/+7
* | vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-152-86/+86
* | vsock: add 'transport' member in the struct vsock_sockStefano Garzarella2019-11-151-18/+38
* | vsock: remove include/linux/vm_sockets.h fileStefano Garzarella2019-11-151-1/+0
* | vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2019-11-152-11/+1
* | vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUTStefano Garzarella2019-11-151-5/+0
* | 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-074-5/+5
* | vsock: Simplify '__vsock_release()'Christophe JAILLET2019-11-061-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+1
|\|
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-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
* | hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya2019-10-161-10/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-053-6/+14
|\|
| * vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-023-6/+14
* | vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen2019-10-021-3/+52
|/
* vsock/virtio: a better comment on credit updateMichael S. Tsirkin2019-09-051-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-071-0/+8
|\
| * hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-031-0/+8
* | vsock/virtio: change the maximum packet size allowedStefano Garzarella2019-07-311-2/+2
* | vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-07-311-3/+12
* | vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella2019-07-311-2/+2