summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-141-2/+8
* | vsock: prevent transport modules unloadingStefano Garzarella2019-11-144-4/+21
* | vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-141-11/+22
* | vsock: add multi-transports supportStefano Garzarella2019-11-145-89/+282
* | hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella2019-11-141-1/+2
* | vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella2019-11-141-4/+9
* | vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-144-13/+16
* | vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-146-199/+56
* | vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2019-11-142-9/+7
* | vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-142-86/+86
* | vsock: add 'transport' member in the struct vsock_sockStefano Garzarella2019-11-141-18/+38
* | vsock: remove include/linux/vm_sockets.h fileStefano Garzarella2019-11-141-1/+0
* | vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2019-11-142-11/+1
* | vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUTStefano Garzarella2019-11-141-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-064-5/+5
* | vsock: Simplify '__vsock_release()'Christophe JAILLET2019-11-051-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-151-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-013-6/+14
* | 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-0/+8
|\
| * hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-021-0/+8
* | 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-302-9/+52
* | hv_sock: Use consistent types for UUIDsAndy Shevchenko2019-07-231-12/+12
|/
* vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-081-6/+9
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-081-1/+50
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-081-24/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-223-35/+10
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-211-31/+8
| |\
| | * hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-181-31/+8
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-212-4/+2
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-192-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1710-83/+12
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-172-3/+5
| |\ \ | | |/ | |/|
| | * hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-161-2/+2