summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-031-0/+8
* vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-091-6/+9
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-091-1/+50
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-091-24/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-223-35/+10Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-221-31/+8Star
| |\
| | * hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-191-31/+8Star
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-212-4/+2Star
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-192-4/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1810-83/+12Star
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-182-3/+5
| |\ \ | | |/ | |/|
| | * hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-161-2/+2
| | * vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-058-72/+8Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1Star
| |/
* | vsock: correct removal of socket from the listSunil Muthuswamy2019-06-151-31/+7Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy2019-05-231-14/+31
* | hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy2019-05-231-10/+40
|/
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-181-7/+6Star
* | vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-171-0/+7
* | hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-161-31/+77
|/
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-091-7/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-0/+4
|\
| * vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-091-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-8/+21
|\|
| * vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-031-0/+3
| * vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-031-8/+18
* | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-031-2/+2
* | Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-161-1/+1
|/
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2018-12-181-17/+50
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2018-12-141-1/+6
* 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/+6Star
* 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-311-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
* | VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-281-2/+2
* | VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen2017-11-251-3/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1