aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/af_vsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella1-3/+5
2021-02-06net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-06net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek1-1/+1
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella1-1/+1
2020-10-29vsock: fix the error return when an invalid ioctl command is usedColin Ian King1-1/+1
2020-10-29vsock: remove ratelimit unknown ioctl messageColin Ian King1-1/+0
2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella1-1/+1
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella1-8/+12
2019-12-11vsock: use local transport when it is loadedStefano Garzarella1-5/+23
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella1-1/+16
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella1-1/+8
2019-11-14vsock: fix bind() behaviour taking care of CIDStefano Garzarella1-2/+8
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella1-4/+16
2019-11-14vsock: add multi-transports supportStefano Garzarella1-59/+184
2019-11-14vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella1-4/+9
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella1-7/+13
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-8/+35
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella1-5/+2
2019-11-14vsock: add 'transport' member in the struct vsock_sockStefano Garzarella1-18/+38
2019-11-14vsock: remove vm_sockets_get_local_cid()Stefano Garzarella1-10/+0
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet1-2/+2
2019-11-05vsock: Simplify '__vsock_release()'Christophe JAILLET1-3/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui1-4/+12
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2019-06-14vsock: correct removal of socket from the listSunil Muthuswamy1-31/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner1-9/+1
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann1-2/+2
2019-01-15Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu1-1/+1
2018-12-14VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang1-7/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-6/+13
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-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-15/+15
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi1-1/+1
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-10-26vsock: always call vsock_init_tables()Cong Wang1-3/+4
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-19/+27
2017-10-05VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi1-10/+0