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
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-21vsock/virtio: free queued packets when closing socketStefano Garzarella
2021-04-20vsock/vmci: log once the failed queue pair allocationStefano Garzarella
2021-03-29net: vsock: Fix a typoLu Wei
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil
2021-02-10vsock: fix locking in vsock_shutdown()Stefano Garzarella
2021-02-09vsock/virtio: update credit only if socket is not closedStefano Garzarella
2021-02-07net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek
2021-02-07net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek
2021-02-02vsock: fix the race conditions in multi-transport supportAlexander Popov
2020-12-15af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv
2020-12-15af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv
2020-12-15vsock_addr: Check for supported flag valuesAndra Paraschiv
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24vsock/virtio: discard packets only when socket is really closedStefano Garzarella
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella
2020-10-30vsock: fix the error return when an invalid ioctl command is usedColin Ian King
2020-10-30vsock: remove ratelimit unknown ioctl messageColin Ian King
2020-10-27vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep
2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-16vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella
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