summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* 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-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: remove loopback handlingStefano Garzarella2019-12-111-59/+2
* | vsock: use local transport when it is loadedStefano Garzarella2019-12-111-5/+23
* | vsock: add vsock_loopback transportStefano Garzarella2019-12-113-0/+193
* | vsock: add local transport support in the vsock coreStefano Garzarella2019-12-111-1/+16
* | vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella2019-12-111-1/+1
* | vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella2019-12-111-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-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
|/
OpenPOWER on IntegriCloud