summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-05-30vsock: avoid to close connected socket after the timeoutZhuang Shengen1-1/+1
2023-01-18net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye1-0/+1
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-02-23vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee1-0/+1
2021-11-26vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata1-0/+2
2021-08-26vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-07-20vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-05-22vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-04-07selinux: vsock: Set SID for socket returned by accept()David Brazdil1-0/+1
2021-02-23vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-23vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-23net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2020-11-10vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-10-07net: virtio_vsock: Enhance connection semanticsSebastien Boeuf1-0/+1
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2-86/+86
2020-10-07vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2020-10-07vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2020-06-10vsock: fix timeout in vsock_accept()Stefano Garzarella1-1/+1
2020-02-15hv_sock: Remove the accept port restrictionSunil Muthuswamy1-59/+9
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-11-12vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella1-3/+5
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-07vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui3-6/+14
2019-09-16hv_sock: Fix hang when a connection is closedDexuan Cui1-0/+8
2019-08-04vsock: correct removal of socket from the listSunil Muthuswamy1-31/+7
2019-08-04hv_sock: Add support for delayed closeSunil Muthuswamy1-31/+77
2019-07-31hvsock: fix epollout hang from race conditionSunil Muthuswamy1-33/+11
2019-06-22vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-05-25vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira1-7/+6
2019-05-25vsock/virtio: free packets during the socket releaseStefano Garzarella1-0/+7
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2019-03-14vsock/virtio: reset connected sockets on device removalStefano Garzarella1-0/+3
2019-03-14vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella1-8/+18
2019-02-23vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-01-09VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-6/+13
2018-06-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda1-1/+1
2018-05-26net/vmw_vsock: convert to ->poll_maskChristoph Hellwig1-13/+6
2018-04-17VSOCK: make af_vsock.ko removable againStefan Hajnoczi1-0/+6
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-2/+2
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-15/+15
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi1-1/+1
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi1-1/+1
2017-11-29VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen1-2/+2