summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-201-1/+1
* vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-301-1/+1
* net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2023-01-181-1/+5
* vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-10-261-1/+1
* vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye2022-08-251-0/+1
* vsock: Fix memory leak in vsock_connect()Peilin Ye2022-08-251-1/+8
* vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee2022-02-231-0/+1
* vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata2021-11-261-0/+2
* vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)2021-08-261-2/+5
* vsock: notify server to shutdown when client has pending signalLongpeng(Mike)2021-07-201-1/+1
* vsock/vmci: log once the failed queue pair allocationStefano Garzarella2021-05-221-2/+1
* selinux: vsock: Set SID for socket returned by accept()David Brazdil2021-04-071-0/+1
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-232-7/+5
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-231-2/+2
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-231-4/+1
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-11-101-1/+1
* net: virtio_vsock: Enhance connection semanticsSebastien Boeuf2020-10-071-0/+1
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2020-10-072-86/+86
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2020-10-071-1/+50
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2020-10-071-24/+46
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-06-101-1/+1
* hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-02-141-59/+9
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2019-12-051-1/+6
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-12-011-3/+12
* vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-121-3/+5
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-1/+1
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-073-6/+14
* hv_sock: Fix hang when a connection is closedDexuan Cui2019-09-161-0/+8
* vsock: correct removal of socket from the listSunil Muthuswamy2019-08-041-31/+7
* hv_sock: Add support for delayed closeSunil Muthuswamy2019-08-041-31/+77
* hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-07-311-33/+11
* vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-221-1/+3
* vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-251-7/+6
* vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-251-0/+7
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-05-021-7/+15
* vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-03-131-0/+3
* vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-03-131-8/+18
* vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-231-0/+4
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2019-01-091-17/+50
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-072-9/+9
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-6/+13
* VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-06-221-1/+1
* net/vmw_vsock: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+6
* VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-171-0/+6
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-15/+15
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
* | VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-051-1/+1