Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-05vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella
2020-05-31virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella
2020-02-17net: virtio_vsock: Enhance connection semanticsSebastien Boeuf
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-14hv_sock: Remove the accept port restrictionSunil Muthuswamy
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella
2019-12-17vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella
2019-12-12vsock/virtio: remove loopback handlingStefano Garzarella
2019-12-12vsock: use local transport when it is loadedStefano Garzarella
2019-12-12vsock: add vsock_loopback transportStefano Garzarella
2019-12-12vsock: add local transport support in the vsock coreStefano Garzarella
2019-12-12vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella
2019-12-12vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella
2019-12-01Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-22hv_sock: Add the support of hibernationDexuan Cui
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella
2019-11-15vsock: fix bind() behaviour taking care of CIDStefano Garzarella
2019-11-15vsock: prevent transport modules unloadingStefano Garzarella
2019-11-15vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella
2019-11-15vsock: add multi-transports supportStefano Garzarella
2019-11-15hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella
2019-11-15vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella
2019-11-15vsock: add vsock_create_connected() called by transportsStefano Garzarella
2019-11-15vsock: handle buffer_size sockopts in the coreStefano Garzarella
2019-11-15vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella
2019-11-15vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2019-11-15vsock: add 'transport' member in the struct vsock_sockStefano Garzarella
2019-11-15vsock: remove include/linux/vm_sockets.h fileStefano Garzarella
2019-11-15vsock: remove vm_sockets_get_local_cid()Stefano Garzarella
2019-11-15vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUTStefano Garzarella
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella
2019-11-07net: use helpers to change sk_ack_backlogEric Dumazet
2019-11-06vsock: Simplify '__vsock_release()'Christophe JAILLET
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella
2019-10-16hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-02vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen
2019-10-02vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller