aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+20
2019-11-21hv_sock: Add the support of hibernationDexuan Cui1-0/+20
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella1-1/+8
2019-11-14vsock: fix bind() behaviour taking care of CIDStefano Garzarella1-2/+8
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella4-4/+21
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-11/+22
2019-11-14vsock: add multi-transports supportStefano Garzarella5-89/+282
2019-11-14hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella1-1/+2
2019-11-14vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella1-4/+9
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella4-13/+16
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella6-199/+56
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2-9/+7
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2-86/+86
2019-11-14vsock: add 'transport' member in the struct vsock_sockStefano Garzarella1-18/+38
2019-11-14vsock: remove include/linux/vm_sockets.h fileStefano Garzarella1-1/+0
2019-11-14vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2-11/+1
2019-11-14vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUTStefano Garzarella1-5/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella1-3/+5
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet4-5/+5
2019-11-05vsock: Simplify '__vsock_release()'Christophe JAILLET1-3/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+14
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella1-3/+11
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella1-0/+3
2019-10-15hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya1-10/+12
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-6/+14
2019-10-01vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen1-3/+52
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui3-6/+14
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin1-2/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+8
2019-08-02hv_sock: Fix hang when a connection is closedDexuan Cui1-0/+8
2019-07-30vsock/virtio: change the maximum packet size allowedStefano Garzarella1-2/+2
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-07-30vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella1-2/+2
2019-07-30vsock/virtio: reduce credit update messagesStefano Garzarella1-3/+13
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella2-9/+52
2019-07-23hv_sock: Use consistent types for UUIDsAndy Shevchenko1-12/+12
2019-07-08vsock/virtio: fix flush of works during the .remove()Stefano Garzarella1-6/+9
2019-07-08vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2019-07-08vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-35/+10
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-31/+8
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2-4/+2
2019-06-18hvsock: fix epollout hang from race conditionSunil Muthuswamy1-31/+8
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-83/+12
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui1-2/+2