summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAge
* vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-08
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-08
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-22
| |\
| | * hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-18
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-17
| |\ \ | | |/ | |/|
| | * hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-16
| | * vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-15
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-05
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-05
| |/
* | vsock: correct removal of socket from the listSunil Muthuswamy2019-06-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy2019-05-22
* | hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy2019-05-22
|/
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-21
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* | vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-18
* | vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-17
* | hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-16
|/
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-15
|\
| * vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-08
|\|
| * vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-03
| * vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-03
* | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-03
* | Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-15
|/
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2018-12-18
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2018-12-14
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-07
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-06-21
* net/vmw_vsock: convert to ->poll_maskChristoph Hellwig2018-05-26
* VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-17
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * net: annotate ->poll() instancesAl Viro2017-11-27
* | VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-26
* | VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-05
* | VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-28
* | VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen2017-11-25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | vsock: always call vsock_init_tables()Cong Wang2017-10-26