summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-18hvsock: fix epollout hang from race conditionSunil Muthuswamy
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira
2019-05-17vsock/virtio: free packets during the socket releaseStefano Garzarella
2019-05-16hv_sock: Add support for delayed closeSunil Muthuswamy
2019-03-08vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-08vsock: cope with memory allocation failure at socket creation timePaolo Abeni
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann
2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella
2019-01-15Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu
2018-12-18VSOCK: Send reset control packet when socket is partially boundJorgen Hansen
2018-12-14VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda
2018-05-26net/vmw_vsock: convert to ->poll_maskChristoph Hellwig
2018-04-17VSOCK: make af_vsock.ko removable againStefan Hajnoczi
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi
2017-11-28VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-26VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26vsock: always call vsock_init_tables()Cong Wang
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui
2017-10-05VSOCK: add sock_diag interfaceStefan Hajnoczi
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi
2017-10-05VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi
2017-10-05VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi
2017-09-19vsock: vmci: Remove unneeded linux/miscdevice.h includeCorentin Labbe
2017-08-28hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu